ksr-express

This commit is contained in:
2023-01-22 19:00:18 -07:00
parent 09250767a4
commit d89d79d258
6 changed files with 1279 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#! /bin/bash
if [ ! -d node_modules ]; then
$(haxelib libpath kiss)/build-scripts/dts2hx-externs/regenerate.sh
fi
haxe -D cards="$(pwd)/$1" -D engine="ksr_express.Engine" build.hxml