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
+9
View File
@@ -0,0 +1,9 @@
## Building the mod (linux)
[godotpcktool](https://github.com/hhyyrylainen/GodotPckTool) is required.
```shell
./scripts/build.sh
```
Mod and the meta file will be generated in /target directory.