86 lines
3.1 KiB
Plaintext
86 lines
3.1 KiB
Plaintext
[gd_scene format=3 uid="uid://wckwvvnk8bt4"]
|
|
|
|
[ext_resource type="Script" uid="uid://c7q3d823b1v1h" path="res://core/game_menu/biome_picker.gd" id="1_jqji0"]
|
|
[ext_resource type="Texture2D" uid="uid://dc0sl04wem136" path="res://core/game_menu/assets/page_1/color_main_biome.png" id="2_8s4h5"]
|
|
[ext_resource type="Texture2D" uid="uid://bx6gsh5uchkge" path="res://core/game_menu/assets/lock.png" id="3_jqji0"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_jqji0"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_8s4h5"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_ntcky"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_aj0ly"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_sqe3j"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_0slqm"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_idpud"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_7dp31"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_le5rt"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_rs8ck"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_6gubq"]
|
|
|
|
[node name="BiomePicker" type="Button" unique_id=913478047]
|
|
custom_minimum_size = Vector2(161, 343)
|
|
anchors_preset = -1
|
|
anchor_right = 0.08385417
|
|
anchor_bottom = 0.3175926
|
|
offset_right = -153.0
|
|
offset_bottom = -335.0
|
|
pivot_offset_ratio = Vector2(0.5, 0.5)
|
|
theme_override_styles/normal = SubResource("StyleBoxEmpty_jqji0")
|
|
theme_override_styles/normal_mirrored = SubResource("StyleBoxEmpty_8s4h5")
|
|
theme_override_styles/pressed = SubResource("StyleBoxEmpty_ntcky")
|
|
theme_override_styles/pressed_mirrored = SubResource("StyleBoxEmpty_aj0ly")
|
|
theme_override_styles/hover = SubResource("StyleBoxEmpty_sqe3j")
|
|
theme_override_styles/hover_mirrored = SubResource("StyleBoxEmpty_0slqm")
|
|
theme_override_styles/hover_pressed = SubResource("StyleBoxEmpty_idpud")
|
|
theme_override_styles/hover_pressed_mirrored = SubResource("StyleBoxEmpty_7dp31")
|
|
theme_override_styles/disabled = SubResource("StyleBoxEmpty_le5rt")
|
|
theme_override_styles/disabled_mirrored = SubResource("StyleBoxEmpty_rs8ck")
|
|
theme_override_styles/focus = SubResource("StyleBoxEmpty_6gubq")
|
|
script = ExtResource("1_jqji0")
|
|
image = ExtResource("2_8s4h5")
|
|
metadata/_edit_use_anchors_ = true
|
|
|
|
[node name="Texture" type="TextureRect" parent="." unique_id=606844933]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(161, 343)
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
pivot_offset_ratio = Vector2(0.5, 0.5)
|
|
texture = ExtResource("2_8s4h5")
|
|
stretch_mode = 3
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Texture" unique_id=288045010]
|
|
unique_name_in_owner = true
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -26.8755
|
|
offset_top = -34.375504
|
|
offset_right = 26.8755
|
|
offset_bottom = 34.375504
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
texture = ExtResource("3_jqji0")
|
|
expand_mode = 1
|
|
|
|
[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"]
|