-
Notifications
You must be signed in to change notification settings - Fork 0
/
GoDo.tscn
42 lines (35 loc) · 1.22 KB
/
GoDo.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
35
36
37
38
39
40
41
42
[gd_scene load_steps=3 format=3 uid="uid://clpfvb50iavnk"]
[ext_resource type="Script" path="res://GoDo.gd" id="1_cm71t"]
[ext_resource type="PackedScene" uid="uid://q08a5ojcfou7" path="res://lib/menu.tscn" id="2_ve6er"]
[node name="GoDo" type="Panel"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_cm71t")
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Menu" parent="VBoxContainer" instance=ExtResource("2_ve6er")]
unique_name_in_owner = true
layout_mode = 2
[node name="Border" type="MarginContainer" parent="VBoxContainer"]
layout_mode = 2
size_flags_vertical = 3
theme_override_constants/margin_left = 5
theme_override_constants/margin_top = 5
theme_override_constants/margin_right = 5
theme_override_constants/margin_bottom = 5
[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer/Border"]
clip_contents = false
layout_mode = 2
[node name="List" type="VBoxContainer" parent="VBoxContainer/Border/ScrollContainer"]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3