create the mod and simple build script

This commit is contained in:
2026-05-27 18:33:49 +02:00
commit 0f509dd72b
8 changed files with 83 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
mkdir ./target
rm ./target/*
godotpcktool \
--pack ./target/KillTheTower.pck \
--action add --remove-prefix staging \
--file staging/KillTheTower
cp ./KillTheTower.json ./target/KillTheTower.json