diff options
author | altaf-creator <dev@altafcreator.com> | 2024-04-15 17:57:54 +0700 |
---|---|---|
committer | altaf-creator <dev@altafcreator.com> | 2024-04-15 17:57:54 +0700 |
commit | 4bdc7d835dc6d124b3215990730fc3fede9a6402 (patch) | |
tree | 9b20bb48fed429ccc465502db660155a867ff2e9 /Levels/game.tscn | |
parent | c020e74f1e87deb4c883cd831e8bacdef2a04285 (diff) |
i think i forgot to commit Version 3. accidentally left debug GameLoop.turns value to 2 instead of 10. fixed itHEADmaster
Diffstat (limited to 'Levels/game.tscn')
-rw-r--r-- | Levels/game.tscn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Levels/game.tscn b/Levels/game.tscn index 8f54ce9..a907573 100644 --- a/Levels/game.tscn +++ b/Levels/game.tscn @@ -220,7 +220,7 @@ max_nodes = 90 [node name="GameLoop" type="Node" parent="." node_paths=PackedStringArray("label", "turn_label", "win_control", "anim", "anim_label")] script = ExtResource("3_u7xnc") -turns = 2 +turns = 10 label = NodePath("../Control/HBoxContainer/Label") turn_label = NodePath("../Control/TurnLabel") level = "res://Levels/game.tscn" |