-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMain.tscn
34 lines (27 loc) · 1.3 KB
/
Main.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[gd_scene load_steps=7 format=3 uid="uid://ccnfw7hme4k7w"]
[ext_resource type="Script" path="res://Main.cs" id="1_botxg"]
[ext_resource type="PackedScene" uid="uid://datlm1a8l16aa" path="res://View/UiBar.tscn" id="1_e0vua"]
[ext_resource type="PackedScene" uid="uid://2543b3vjpe1e" path="res://View/TopBar.tscn" id="2_m6jq6"]
[ext_resource type="PackedScene" uid="uid://bobfwx2afn1v0" path="res://View/ServerWindow.tscn" id="5_t4488"]
[ext_resource type="PackedScene" uid="uid://fop0wb4aejle" path="res://View/ButtonContainer.tscn" id="6_5px4q"]
[ext_resource type="PackedScene" uid="uid://c23f1ofnahgy3" path="res://View/BaseView.tscn" id="6_xru06"]
[node name="Main" type="Node"]
script = ExtResource("1_botxg")
[node name="TopBar" parent="." instance=ExtResource("2_m6jq6")]
[node name="BottomBar" parent="." instance=ExtResource("1_e0vua")]
[node name="ServerWindow" parent="." instance=ExtResource("5_t4488")]
position = Vector2i(50, 50)
visible = false
[node name="ServerButtonContainer" parent="." instance=ExtResource("6_5px4q")]
anchors_preset = 1
anchor_left = 1.0
anchor_right = 1.0
offset_left = -60.0
offset_right = 0.0
offset_bottom = 60.0
grow_horizontal = 0
[node name="BaseView" parent="." instance=ExtResource("6_xru06")]
offset_left = 338.0
offset_top = 88.0
offset_right = 338.0
offset_bottom = 88.0