temporary commit
This commit is contained in:
parent
8165cda61c
commit
84b689b819
14 changed files with 167 additions and 40 deletions
|
@ -1,6 +1,7 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://dxrvocxjk8vs3"]
|
||||
[gd_scene load_steps=3 format=3 uid="uid://dxrvocxjk8vs3"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dno6wobc85qrw" path="res://autoloads/scene_manager.gd" id="1_d112a"]
|
||||
[ext_resource type="PackedScene" uid="uid://b1yer7h40imop" path="res://ui/game_ui.tscn" id="2_b11xn"]
|
||||
|
||||
[node name="SceneManager" type="Node" node_paths=PackedStringArray("scene_parent")]
|
||||
script = ExtResource("1_d112a")
|
||||
|
@ -12,15 +13,16 @@ anchor_right = 1.0
|
|||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_constants/separation = 0
|
||||
|
||||
[node name="SideBar" type="Control" parent="HBoxContainer"]
|
||||
[node name="SideBar" parent="HBoxContainer" instance=ExtResource("2_b11xn")]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_horizontal = 1
|
||||
|
||||
[node name="MainView" type="Control" parent="HBoxContainer"]
|
||||
custom_minimum_size = Vector2(288, 216)
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 10
|
||||
size_flags_horizontal = 3
|
||||
|
||||
[node name="SubViewportContainer" type="SubViewportContainer" parent="HBoxContainer/MainView"]
|
||||
layout_mode = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue