added save mechanic

This commit is contained in:
Luca 2024-09-20 21:36:47 +02:00
parent b24117740b
commit 04873e3880
226 changed files with 4577 additions and 38 deletions

View file

@ -55,7 +55,7 @@ vertical_alignment = 1
unique_name_in_owner = true
layout_mode = 2
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_font_sizes/font_size = 40
theme_override_font_sizes/font_size = 24
text = "Name"
vertical_alignment = 1
@ -64,7 +64,7 @@ unique_name_in_owner = true
layout_mode = 2
size_flags_vertical = 8
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_font_sizes/font_size = 40
theme_override_font_sizes/font_size = 24
text = "Lvl"
vertical_alignment = 1
@ -97,7 +97,7 @@ show_percentage = false
[node name="SwapPositionButton" type="Button" parent="."]
unique_name_in_owner = true
self_modulate = Color(0, 0, 0, 1)
custom_minimum_size = Vector2(150, 150)
custom_minimum_size = Vector2(100, 100)
layout_mode = 2
size_flags_horizontal = 8
theme_override_styles/focus = SubResource("StyleBoxEmpty_x2rfb")