Upgrade to Godot 4.4.

This commit is contained in:
2025-07-24 23:29:02 +02:00
parent ce0c116800
commit 56e8bdbdf0
36 changed files with 246 additions and 138 deletions

View File

@@ -12,6 +12,8 @@ mouse_filter = 2
[node name="HBoxContainer" type="HBoxContainer" parent="."]
layout_mode = 2
theme_override_constants/separation = 16
alignment = 1
[node name="Controls" type="MarginContainer" parent="HBoxContainer"]
layout_mode = 2
@@ -25,7 +27,7 @@ theme_override_constants/margin_bottom = 8
layout_mode = 2
size_flags_horizontal = 4
size_flags_vertical = 4
theme_override_constants/separation = 8
theme_override_constants/separation = 0
[node name="Play" type="Button" parent="HBoxContainer/Controls/HBoxContainer"]
modulate = Color(0.253333, 1, 0.2, 1)