mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
OS additions and fixes for WebAssembly/asm.js
- Implement alert, shell_open, set_window_title - Add locale lookup, fixes #2477 - Print without color control sequences - Move get_executable_path implementation to OS_JavaScript
This commit is contained in:
parent
e167c664c8
commit
a6ae3204fb
4 changed files with 49 additions and 57 deletions
|
@ -148,7 +148,7 @@ int main(int argc, char *argv[]) {
|
|||
/* Initialize the window */
|
||||
printf("let it go!\n");
|
||||
glutInit(&argc, argv);
|
||||
os = new OS_JavaScript(_gfx_init,NULL,NULL,NULL,NULL);
|
||||
os = new OS_JavaScript(_gfx_init,NULL,NULL);
|
||||
#if 0
|
||||
char *args[]={"-test","gui","-v",NULL};
|
||||
Error err = Main::setup("apk",3,args);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue