7 lines
166 B
Plaintext
7 lines
166 B
Plaintext
import engine;
|
|
|
|
//this function must always be called, or the engine won't run
|
|
initWindow("Airport Game", 800, 600, false);
|
|
|
|
loadRootNode("assets/scripts/root.toy");
|