Fix dying loop, add death counter, add die button to debug
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user