Added blinks

This commit is contained in:
2025-11-29 00:47:05 +03:00
parent 93b1bca915
commit 371ded7d06
8 changed files with 85 additions and 6 deletions
+3 -1
View File
@@ -24,19 +24,21 @@ grow_vertical = 2
layout_mode = 2
[node name="Label" type="Label" parent="CenterContainer/VBoxContainer"]
z_index = 100
layout_mode = 2
text = "Game Over"
horizontal_alignment = 1
[node name="MainMenuButton" type="Button" parent="CenterContainer/VBoxContainer"]
unique_name_in_owner = true
z_index = 100
layout_mode = 2
mouse_filter = 2
theme = ExtResource("2_uh3ar")
text = "Main Menu"
[node name="ButtonFocusTimer" type="Timer" parent="."]
wait_time = 3.0
wait_time = 1.5
one_shot = true
[connection signal="visibility_changed" from="." to="." method="_on_visibility_changed"]