update game menu
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
[gd_scene load_steps=3 format=3]
|
||||
[gd_scene format=3 uid="uid://h8hbdm1uno7q"]
|
||||
|
||||
[ext_resource type="Script" path="res://core/game_menu/page_interactive.gd" id="1_script"]
|
||||
[ext_resource type="Script" uid="uid://0yyr318wl7co" path="res://core/game_menu/page_interactive.gd" id="1_script"]
|
||||
[ext_resource type="PackedScene" uid="uid://bh1kxsp5jyxfx" path="res://core/game_menu/train_selector.tscn" id="2_train"]
|
||||
[ext_resource type="Texture2D" path="res://core/game_menu/assets/page.png" id="3_page_bg"]
|
||||
[ext_resource type="Texture2D" uid="uid://kvn5l0n11a3q" path="res://core/game_menu/assets/page.png" id="3_page_bg"]
|
||||
[ext_resource type="Texture2D" uid="uid://dbpfa1xgxxn8s" path="res://core/game_menu/assets/page_1/1_sx.png" id="3_sm65a"]
|
||||
|
||||
[node name="Page1Left" type="Control"]
|
||||
[node name="Page1Left" type="Control" unique_id=1881242741]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
@@ -13,20 +14,30 @@ offset_right = -1160.0
|
||||
offset_bottom = -506.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
mouse_filter = 2
|
||||
script = ExtResource("1_script")
|
||||
|
||||
[node name="PageBackground" type="TextureRect" parent="."]
|
||||
[node name="PageBackground" type="TextureRect" parent="." unique_id=820333238]
|
||||
layout_mode = 1
|
||||
anchors_preset = 9
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 1.0
|
||||
offset_right = 760.0
|
||||
grow_vertical = 2
|
||||
mouse_filter = 2
|
||||
texture = ExtResource("3_page_bg")
|
||||
expand_mode = 1
|
||||
flip_h = true
|
||||
|
||||
[node name="TrainSelector" parent="." instance=ExtResource("2_train")]
|
||||
[node name="PageBackground2" type="TextureRect" parent="." unique_id=1693418558]
|
||||
layout_mode = 1
|
||||
anchors_preset = 9
|
||||
anchor_bottom = 1.0
|
||||
offset_right = 760.0
|
||||
grow_vertical = 2
|
||||
mouse_filter = 2
|
||||
texture = ExtResource("3_sm65a")
|
||||
|
||||
[node name="TrainSelector" parent="." unique_id=2114418660 instance=ExtResource("2_train")]
|
||||
layout_mode = 1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
|
||||
Reference in New Issue
Block a user