1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

HTML5 exporter Improvements

-Better template handling
-Voice support
-Stream support
This commit is contained in:
Juan Linietsky
2015-09-10 00:10:54 -03:00
parent b0aa49accb
commit 0fb7b5aa0c
14 changed files with 2367 additions and 23 deletions

View File

@@ -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) {