final is here

This commit is contained in:
2025-09-08 21:58:22 +02:00
parent 2781204d6d
commit f91ae53533
20 changed files with 269 additions and 74 deletions

View File

@@ -31,8 +31,8 @@ grow_vertical = 2
[node name="ItemList" type="ItemList" parent="Control"]
layout_mode = 0
offset_top = 425.0
offset_right = 641.0
offset_top = 426.0
offset_right = 640.0
offset_bottom = 640.0
theme = ExtResource("1_sa1is")
auto_width = true
@@ -82,11 +82,15 @@ script = SubResource("GDScript_sa1is")
[node name="Label" type="Label" parent="Control"]
layout_mode = 1
offset_right = 463.0
offset_bottom = 160.0
offset_left = 2.0
offset_top = 2.0
offset_right = 638.0
offset_bottom = 424.0
theme = ExtResource("1_sa1is")
theme_override_font_sizes/font_size = 64
text = "Player Name 0/15:"
horizontal_alignment = 1
vertical_alignment = 1
[connection signal="item_activated" from="Control/ItemList" to="." method="_on_item_list_item_activated"]
[connection signal="item_selected" from="Control/ItemList" to="." method="_on_item_list_item_selected"]