refactoring UI
This commit was merged in pull request #26.
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://id854u4gh12f" path="res://core/game_menu/page.tscn" id="1_uxih6"]
|
||||
[ext_resource type="PackedScene" uid="uid://bh1kxsp5jyxfx" path="res://core/game_menu/train_selector.tscn" id="3_ijm38"]
|
||||
[ext_resource type="Texture2D" uid="uid://bjqp8kmb5y7px" path="res://core/game_menu/assets/page_1/chooseyourtrain_text.png" id="3_t5hmd"]
|
||||
[ext_resource type="Texture2D" uid="uid://dqqnfnero7ckl" path="res://core/game_menu/assets/page_1/chooseyourbiome_text.png" id="11_3chbu"]
|
||||
[ext_resource type="PackedScene" uid="uid://bc60gon7fmvbr" path="res://core/game_menu/biome_selector.tscn" id="12_7yi8x"]
|
||||
|
||||
[node name="Page1" unique_id=2037261222 instance=ExtResource("1_uxih6")]
|
||||
@@ -16,33 +14,16 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
mouse_filter = 2
|
||||
|
||||
[node name="ChooseyourtrainText" type="TextureRect" parent="." index="1" unique_id=1883940124]
|
||||
layout_mode = 0
|
||||
offset_left = 350.0
|
||||
offset_top = 365.0
|
||||
offset_right = 758.0
|
||||
offset_bottom = 445.0
|
||||
texture = ExtResource("3_t5hmd")
|
||||
|
||||
[node name="TrainSelector" parent="." index="2" unique_id=1039769375 instance=ExtResource("3_ijm38")]
|
||||
[node name="TrainSelector" parent="." index="1" unique_id=1039769375 instance=ExtResource("3_ijm38")]
|
||||
layout_mode = 0
|
||||
offset_left = 211.0
|
||||
offset_top = 469.0
|
||||
offset_right = 871.0
|
||||
offset_bottom = 778.0
|
||||
|
||||
[node name="ChooseyourbiomeText" type="TextureRect" parent="." index="3" unique_id=1133714914]
|
||||
layout_mode = 0
|
||||
offset_left = 1184.0
|
||||
offset_top = 365.0
|
||||
offset_right = 1579.0
|
||||
offset_bottom = 436.0
|
||||
texture = ExtResource("11_3chbu")
|
||||
stretch_mode = 3
|
||||
offset_right = 871.0
|
||||
offset_bottom = 758.0
|
||||
|
||||
[node name="BiomeSelector" parent="." index="4" unique_id=1957954960 instance=ExtResource("12_7yi8x")]
|
||||
[node name="BiomeSelector" parent="." index="2" unique_id=1957954960 instance=ExtResource("12_7yi8x")]
|
||||
layout_mode = 0
|
||||
offset_left = 1038.0
|
||||
offset_top = 437.0
|
||||
offset_top = 365.0
|
||||
offset_right = 1738.0
|
||||
offset_bottom = 837.0
|
||||
offset_bottom = 783.0
|
||||
|
||||
Reference in New Issue
Block a user