mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
HTML5 exporter Improvements
-Better template handling -Voice support -Stream support
This commit is contained in:
parent
b0aa49accb
commit
0fb7b5aa0c
14 changed files with 2367 additions and 23 deletions
|
@ -31,6 +31,8 @@
|
|||
#include "main/main.h"
|
||||
#include "io/resource_loader.h"
|
||||
#include "os/keyboard.h"
|
||||
|
||||
|
||||
OS_JavaScript *os=NULL;
|
||||
|
||||
static void _gfx_init(void *ud,bool gl2,int w, int h,bool fs) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue