Fix dying loop, add death counter, add die button to debug

This commit is contained in:
2026-01-20 21:18:10 -08:00
parent 670f8baabf
commit a1f67c3d71
16 changed files with 390 additions and 294 deletions

View File

@@ -117,3 +117,25 @@ popup/item_14/id = 14
unique_name_in_owner = true
layout_mode = 2
text = "Load Next Floor"
[node name="DieButton" type="Button" parent="MarginContainer/VBoxContainer/HBoxContainer/VFlowContainer"]
unique_name_in_owner = true
layout_mode = 2
text = "Die"
[node name="DeathCountLabel" type="Label" parent="."]
layout_mode = 0
offset_left = 58.0
offset_top = 657.0
offset_right = 160.0
offset_bottom = 680.0
text = "Death Count:"
[node name="DeathCount" type="Label" parent="."]
unique_name_in_owner = true
layout_mode = 0
offset_left = 165.0
offset_top = 658.0
offset_right = 205.0
offset_bottom = 681.0
text = "100"