add build script

This commit is contained in:
2026-03-26 12:12:18 -04:00
parent 4ab142a417
commit 83ff658886
3 changed files with 39 additions and 1 deletions

11
.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "Build Hytale Asset Mod",
"type": "shell",
"command": "./scripts/build-assets-mod.sh",
"group": "build"
}
]
}