Add quickjs to tree

This commit is contained in:
2023-04-22 19:07:37 +00:00
parent 653e80cae8
commit 1e8d76961d
68 changed files with 97874 additions and 9 deletions

View File

@@ -55,13 +55,13 @@ void engine_init()
}
resources_init();
YughInfo("Starting physics ...");
phys2d_init();
YughInfo("Starting sound ...");
sound_init();
YughInfo("Starting scripts ...");
script_init();
YughInfo("Starting physics ...");
phys2d_init();
YughInfo("Starting sound ...");
sound_init();
}