30 lines
1 KiB
Plaintext
30 lines
1 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://b0ve5u00l8u0x"]
|
|
|
|
[ext_resource type="Script" path="res://UI/MainMenu/DeleteSaveButton.gd" id="1_c60iu"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_o0chg"]
|
|
bg_color = Color(1, 1, 1, 1)
|
|
border_width_left = 6
|
|
border_width_top = 6
|
|
border_width_right = 6
|
|
border_width_bottom = 6
|
|
border_color = Color(0, 0, 0, 1)
|
|
|
|
[node name="DeleteSaveButton" type="PanelContainer"]
|
|
custom_minimum_size = Vector2(80, 80)
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_o0chg")
|
|
script = ExtResource("1_c60iu")
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
layout_mode = 2
|
|
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
|
theme_override_constants/line_spacing = 0
|
|
theme_override_font_sizes/font_size = 49
|
|
text = "X"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[connection signal="gui_input" from="." to="." method="_on_gui_input"]
|
|
[connection signal="mouse_entered" from="." to="." method="_on_mouse_entered"]
|
|
[connection signal="mouse_exited" from="." to="." method="_on_mouse_exited"]
|