create game_menu, page generic, page_1, page_2 and relatives widgets
This commit is contained in:
75
core/game_menu/biome_selector.tscn
Normal file
75
core/game_menu/biome_selector.tscn
Normal file
@@ -0,0 +1,75 @@
|
||||
[gd_scene format=3 uid="uid://bc60gon7fmvbr"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://rhun07060pnu" path="res://core/game_menu/assets/page_1/freccetta_grande.png" id="1_6vn80"]
|
||||
[ext_resource type="Texture2D" uid="uid://cin3kt42e6w3u" path="res://core/game_menu/assets/page_1/color_sx_biome.png" id="2_xjika"]
|
||||
[ext_resource type="Texture2D" uid="uid://dc0sl04wem136" path="res://core/game_menu/assets/page_1/color_main_biome.png" id="3_0noye"]
|
||||
[ext_resource type="Texture2D" uid="uid://dj6pt25w5i4jq" path="res://core/game_menu/assets/page_1/lucchetto.png" id="3_wyms5"]
|
||||
[ext_resource type="Texture2D" uid="uid://c3qcivnwuisju" path="res://core/game_menu/assets/page_1/color_dx_biome.png" id="4_0noye"]
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" unique_id=291322067]
|
||||
theme_override_constants/separation = 24
|
||||
alignment = 1
|
||||
|
||||
[node name="FreccettaGrandeLeft" type="TextureButton" parent="." unique_id=1190316330]
|
||||
layout_mode = 2
|
||||
texture_normal = ExtResource("1_6vn80")
|
||||
stretch_mode = 3
|
||||
|
||||
[node name="HBoxContainer2" type="HBoxContainer" parent="." unique_id=1117886768]
|
||||
layout_mode = 2
|
||||
theme_override_constants/separation = 24
|
||||
alignment = 1
|
||||
|
||||
[node name="Biome1" type="TextureButton" parent="HBoxContainer2" unique_id=993296601]
|
||||
layout_mode = 2
|
||||
texture_normal = ExtResource("2_xjika")
|
||||
stretch_mode = 3
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="HBoxContainer2/Biome1" unique_id=2118495059]
|
||||
layout_mode = 1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -20.0
|
||||
offset_top = -20.0
|
||||
offset_right = 20.0
|
||||
offset_bottom = 20.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("3_wyms5")
|
||||
|
||||
[node name="Biome2" type="TextureButton" parent="HBoxContainer2" unique_id=1409565303]
|
||||
layout_mode = 2
|
||||
texture_normal = ExtResource("3_0noye")
|
||||
stretch_mode = 3
|
||||
|
||||
[node name="Biome3" type="TextureButton" parent="HBoxContainer2" unique_id=970033726]
|
||||
layout_mode = 2
|
||||
texture_normal = ExtResource("4_0noye")
|
||||
stretch_mode = 3
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="HBoxContainer2/Biome3" unique_id=1469769651]
|
||||
layout_mode = 1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -20.0
|
||||
offset_top = -20.0
|
||||
offset_right = 20.0
|
||||
offset_bottom = 20.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("3_wyms5")
|
||||
|
||||
[node name="FreccettaGrandeRight" type="TextureButton" parent="." unique_id=264353864]
|
||||
layout_mode = 2
|
||||
texture_normal = ExtResource("1_6vn80")
|
||||
stretch_mode = 3
|
||||
flip_h = true
|
||||
|
||||
[node name="BiomeSelector" type="Control" parent="." unique_id=1957954960]
|
||||
layout_mode = 2
|
||||
Reference in New Issue
Block a user