Bull roll ability, console screen, tests

This commit is contained in:
2026-07-28 23:10:38 +03:00
parent a0b248748c
commit ebb6ec6335
16 changed files with 1494 additions and 283 deletions
+3 -1
View File
@@ -43,7 +43,9 @@ func _run() -> void:
push_error("performance_test: failed to load scene.tscn")
quit(1)
return
root.add_child(scene_res.instantiate())
var scene_inst: Node = scene_res.instantiate()
root.add_child(scene_inst)
current_scene = scene_inst # match runtime: game code (sword throw, overlays) uses current_scene
await create_timer(WARMUP_SEC).timeout