72 lines
2.7 KiB
Plaintext
72 lines
2.7 KiB
Plaintext
[gd_scene format=3 uid="uid://c3alhtb3083qs"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://b4nymq3n3468g" path="res://core/game_menu/assets/page_3/play_button.png" id="1_movd1"]
|
|
[ext_resource type="Script" uid="uid://bbhe65f3517m8" path="res://core/game_menu/option_menu_button.gd" id="2_nghpi"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_nghpi"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_am666"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_nxt2x"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_r4tfe"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_1kmlt"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_51x11"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_8eh6p"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_w4k7x"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_wra0p"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_8dgkg"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_ev2fk"]
|
|
|
|
[node name="OptionMenuButton" type="Button" unique_id=600844315]
|
|
process_mode = 3
|
|
custom_minimum_size = Vector2(302, 90)
|
|
anchors_preset = -1
|
|
anchor_right = 0.15729167
|
|
anchor_bottom = 0.083333336
|
|
pivot_offset_ratio = Vector2(0.5, 0.5)
|
|
theme_override_styles/normal = SubResource("StyleBoxEmpty_nghpi")
|
|
theme_override_styles/normal_mirrored = SubResource("StyleBoxEmpty_am666")
|
|
theme_override_styles/pressed = SubResource("StyleBoxEmpty_nxt2x")
|
|
theme_override_styles/pressed_mirrored = SubResource("StyleBoxEmpty_r4tfe")
|
|
theme_override_styles/hover = SubResource("StyleBoxEmpty_1kmlt")
|
|
theme_override_styles/hover_mirrored = SubResource("StyleBoxEmpty_51x11")
|
|
theme_override_styles/hover_pressed = SubResource("StyleBoxEmpty_8eh6p")
|
|
theme_override_styles/hover_pressed_mirrored = SubResource("StyleBoxEmpty_w4k7x")
|
|
theme_override_styles/disabled = SubResource("StyleBoxEmpty_wra0p")
|
|
theme_override_styles/disabled_mirrored = SubResource("StyleBoxEmpty_8dgkg")
|
|
theme_override_styles/focus = SubResource("StyleBoxEmpty_ev2fk")
|
|
script = ExtResource("2_nghpi")
|
|
image = ExtResource("1_movd1")
|
|
metadata/_edit_use_anchors_ = true
|
|
|
|
[node name="Texture" type="TextureRect" parent="." unique_id=1177880405]
|
|
unique_name_in_owner = true
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_left = 0.42135417
|
|
anchor_top = 0.45833334
|
|
anchor_right = 0.5786458
|
|
anchor_bottom = 0.5416667
|
|
offset_left = -127.24896
|
|
offset_top = -41.25
|
|
offset_right = 127.24896
|
|
offset_bottom = 41.25
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
pivot_offset_ratio = Vector2(0.5, 0.5)
|
|
mouse_filter = 2
|
|
texture = ExtResource("1_movd1")
|
|
metadata/_edit_use_anchors_ = true
|
|
|
|
[connection signal="mouse_entered" from="." to="." method="_on_mouse_entered"]
|
|
[connection signal="mouse_exited" from="." to="." method="_on_mouse_exited"]
|
|
[connection signal="pressed" from="." to="." method="_on_pressed"]
|