Bear, level selector (to be removed), new matador spawn, new bear level, saving config updates source files
This commit is contained in:
+5
-1
@@ -8,7 +8,7 @@ SKIP_GAMEPLAY=0
|
||||
for arg in "$@"; do [[ "$arg" == "--no-gameplay" ]] && SKIP_GAMEPLAY=1; done
|
||||
|
||||
echo "=== gdlint ==="
|
||||
gdlint *.gd tests/*.gd
|
||||
gdlint *.gd levels/*.gd tests/*.gd
|
||||
|
||||
echo ""
|
||||
echo "=== Logic tests ==="
|
||||
@@ -18,6 +18,10 @@ echo ""
|
||||
echo "=== Console focus tests ==="
|
||||
"$GODOT" --headless --script tests/console_focus_test.gd
|
||||
|
||||
echo ""
|
||||
echo "=== Level switch tests (no cross-level geometry/collider leaks) ==="
|
||||
"$GODOT" --headless --script tests/level_switch_test.gd
|
||||
|
||||
echo ""
|
||||
echo "=== Performance tests (frame-budget regression guard) ==="
|
||||
"$GODOT" --headless --script tests/performance_test.gd
|
||||
|
||||
Reference in New Issue
Block a user