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
+1 -6
View File
@@ -1,15 +1,10 @@
let flags = globalThis.flags;
flags.with_iron = true;
flags.lite = true;
flags.with_eval = false;
flags.with_physics = true;
let project = new Project("test");
project.add_project("../../");
project.add_tsfiles("sources");
project.add_cfiles("../../sources/libs/asim.c");
project.add_tsfiles("../../sources/ts");
project.add_shaders("../../shaders/draw/*.kong");
project.add_shaders("shaders/*.kong");
project.add_assets("assets/*", { destination: "data/{name}" });