add build script

This commit is contained in:
2026-03-26 12:32:57 -04:00
parent bb184dc990
commit b51bfe61bd
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"
}
]
}