Basic script-based engine init is working - performance is poor
This commit is contained in:
5
assets/scripts/init.toy
Normal file
5
assets/scripts/init.toy
Normal file
@@ -0,0 +1,5 @@
|
||||
import engine;
|
||||
|
||||
initWindow("Airport Game", 800, 600, false);
|
||||
|
||||
loadRootNode("assets/scripts/root.toy");
|
||||
Reference in New Issue
Block a user