Merge branch 'main' of gitlab.dukantic.fr:dukantic/asteroid

This commit is contained in:
2025-09-27 21:26:02 +02:00
3 changed files with 20 additions and 6 deletions

View File

@@ -284,6 +284,20 @@ horizontal_alignment = 1
autowrap_mode = 1
script = SubResource("GDScript_u3kfb")
[node name="Label" type="Label" parent="CanvasLayer/Control"]
layout_mode = 1
anchors_preset = 2
anchor_top = 1.0
anchor_bottom = 1.0
offset_left = 2.0
offset_top = -22.0
offset_right = 150.0
offset_bottom = -2.0
grow_vertical = 0
theme = ExtResource("3_7iavl")
theme_override_font_sizes/font_size = 16
text = "Dukantic (Aubin)"
[connection signal="pressed" from="CanvasLayer/Control/VBoxContainer/HBoxContainer/buttons/1" to="CanvasLayer/Control/VBoxContainer/HBoxContainer/buttons/1" method="_on_pressed"]
[connection signal="pressed" from="CanvasLayer/Control/VBoxContainer/HBoxContainer/buttons/2" to="CanvasLayer/Control/VBoxContainer/HBoxContainer/buttons/2" method="_on_pressed"]
[connection signal="pressed" from="CanvasLayer/Control/VBoxContainer/HBoxContainer/buttons/scores" to="CanvasLayer" method="_on_scores_pressed"]