This commit is contained in:
luboslenco
2025-09-02 12:05:25 +02:00
parent 7e882675e1
commit ba0f21fb80
37 changed files with 501 additions and 750 deletions
-4
View File
@@ -1,12 +1,8 @@
let flags = globalThis.flags;
flags.with_iron = true;
flags.lite = true;
flags.with_eval = false;
let project = new Project("test");
project.add_project("../../");
project.add_tsfiles("./");
project.add_tsfiles("../../sources/ts");
project.add_shaders("./*.kong");
return project;