changed ambiguous naming from water and food to thirst and hunger. fixed For node execution

This commit is contained in:
2026-05-14 20:12:30 +02:00
parent a2acfcefd6
commit 6591dfe637
4 changed files with 9 additions and 5 deletions
+2 -2
View File
@@ -169,7 +169,7 @@ expand_mode = 2
[node name="RichTextLabel" type="RichTextLabel" parent="CanvasLayer/UIHandler/MainUI/HeaderContainer/VBoxContainer/RowWater" unique_id=1355787203]
layout_mode = 2
size_flags_horizontal = 3
text = "Water: 100/100"
text = "Thirst: 100/100"
fit_content = true
autowrap_mode = 0
horizontal_alignment = 1
@@ -186,7 +186,7 @@ expand_mode = 2
[node name="RichTextLabel" type="RichTextLabel" parent="CanvasLayer/UIHandler/MainUI/HeaderContainer/VBoxContainer/RowHunger" unique_id=1098660752]
layout_mode = 2
size_flags_horizontal = 3
text = "Food: 100/100"
text = "Hunger: 100/100"
fit_content = true
autowrap_mode = 0
horizontal_alignment = 1