menu interactive, refactor, perf tests, charge bar, debug menu stuff

This commit is contained in:
2026-07-22 22:57:02 +03:00
parent 631df017d1
commit 603a674e08
11 changed files with 772 additions and 315 deletions
+4
View File
@@ -14,6 +14,10 @@ echo ""
echo "=== Logic tests ==="
"$GODOT" --headless --script tests/logic_test.gd
echo ""
echo "=== Performance tests (frame-budget regression guard) ==="
"$GODOT" --headless --script tests/performance_test.gd
if [[ "$SKIP_GAMEPLAY" -eq 0 ]]; then
echo ""
echo "=== Gameplay tests (headless — assertions only, screenshots may be blank) ==="