create game_menu, page generic, page_1, page_2 and relatives widgets
This commit is contained in:
52
core/game_menu/game_menu.tscn
Normal file
52
core/game_menu/game_menu.tscn
Normal file
@@ -0,0 +1,52 @@
|
||||
[gd_scene format=3 uid="uid://dqqm4o8j45tr6"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bs56pdbywm4uh" path="res://core/game_menu/assets/page_1/quad_main.png" id="1_0ojv5"]
|
||||
[ext_resource type="PackedScene" uid="uid://5ks773lxu6fg" path="res://core/game_menu/tabs.tscn" id="1_worvp"]
|
||||
[ext_resource type="PackedScene" uid="uid://bqvpnu74cwry8" path="res://core/game_menu/page_1.tscn" id="3_quxs6"]
|
||||
[ext_resource type="PackedScene" uid="uid://4bamw5busnvc" path="res://core/game_menu/page_2.tscn" id="4_ilf85"]
|
||||
|
||||
[node name="GameMenu" type="Control" unique_id=2124096517]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Tabs" parent="." unique_id=1517899336 instance=ExtResource("1_worvp")]
|
||||
layout_mode = 1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = 240.0
|
||||
offset_top = -308.0
|
||||
offset_right = 240.0
|
||||
offset_bottom = -308.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Background" type="TextureRect" parent="." unique_id=1059942660]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("1_0ojv5")
|
||||
|
||||
[node name="Pages" type="Control" parent="." unique_id=1744911944]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Page1" parent="Pages" unique_id=2037261222 instance=ExtResource("3_quxs6")]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
|
||||
[node name="Page2" parent="Pages" unique_id=1254645647 instance=ExtResource("4_ilf85")]
|
||||
layout_mode = 1
|
||||
Reference in New Issue
Block a user