fix: smalle fixes
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 9s
Create tag and build when new code gets to main / Export (push) Successful in 2m27s

This commit is contained in:
2025-06-28 22:37:16 +02:00
parent 76ee5d19be
commit 16e0db2f9c
4 changed files with 12 additions and 11 deletions

View File

@ -17,12 +17,13 @@ shape = SubResource("CircleShape2D_oyfc1")
[node name="RichTextLabel" type="RichTextLabel" parent="."]
z_index = 1000
offset_left = 6.0
offset_top = -17.0
offset_right = 128.0
offset_bottom = 23.0
offset_left = 10.0
offset_top = -29.0
offset_right = 132.0
offset_bottom = 11.0
theme_override_fonts/normal_font = ExtResource("2_u3pc4")
text = "INTERACT"
theme_override_font_sizes/normal_font_size = 32
text = "INTERAGIR"
[node name="CenterContainer" type="CenterContainer" parent="."]
z_index = 1000
@ -81,14 +82,14 @@ unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
text = "FUCK YES"
text = "CARRÉMENT!"
[node name="CancelButton" type="Button" parent="CenterContainer/ConfirmPanel/VBoxContainer/CenterContainer/HBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
text = "OH HELL NAH"
text = "UNDO, UNDO!"
[node name="OkButton" type="Button" parent="CenterContainer/ConfirmPanel/VBoxContainer/CenterContainer/HBoxContainer"]
unique_name_in_owner = true
@ -96,7 +97,7 @@ visible = false
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
text = "Whoops..."
text = "Oups..."
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
[connection signal="body_exited" from="." to="." method="_on_body_exited"]