-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Main.tscn
77 lines (64 loc) · 2.52 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
[gd_scene load_steps=9 format=3 uid="uid://cf3nug1sfh1ix"]
[ext_resource type="Script" path="res://Main.gd" id="1_63yj5"]
[ext_resource type="Script" path="res://gui/widgets/FillerControl.gd" id="2_kg520"]
[ext_resource type="PackedScene" uid="uid://l0bjoy6vwtbx" path="res://gui/Menu.tscn" id="2_ljcdm"]
[ext_resource type="PackedScene" uid="uid://byfh0p3nqrosa" path="res://gui/views/PatternEditor.tscn" id="2_nrw1o"]
[ext_resource type="PackedScene" uid="uid://lnyrbw2vvjwl" path="res://gui/views/LockedIndicator.tscn" id="3_f0rno"]
[ext_resource type="Script" path="res://globals/PopupManager.gd" id="4_kqdnh"]
[ext_resource type="PackedScene" uid="uid://dxtku0ujhowt5" path="res://gui/widgets/ToastMessage.tscn" id="5_carau"]
[ext_resource type="Script" path="res://gui/widgets/HighlightManager.gd" id="6_gf5v8"]
[node name="Main" type="MarginContainer"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_63yj5")
[node name="Main" type="VBoxContainer" parent="."]
layout_mode = 2
[node name="Filler" type="Control" parent="Main" node_paths=PackedStringArray("paired_node")]
unique_name_in_owner = true
custom_minimum_size = Vector2(0, 280)
layout_mode = 2
script = ExtResource("2_kg520")
paired_node = NodePath("../../Menu")
[node name="PatternEditor" parent="Main" instance=ExtResource("2_nrw1o")]
unique_name_in_owner = true
show_behind_parent = true
layout_mode = 2
[node name="LockedIndicator" parent="Main" instance=ExtResource("3_f0rno")]
unique_name_in_owner = true
visible = false
layout_mode = 2
size_flags_vertical = 3
[node name="Menu" parent="." instance=ExtResource("2_ljcdm")]
unique_name_in_owner = true
custom_minimum_size = Vector2(0, 280)
layout_mode = 2
size_flags_vertical = 0
[node name="ToastMessage" parent="." instance=ExtResource("5_carau")]
layout_mode = 2
size_flags_vertical = 8
[node name="HighlightManager" type="CanvasLayer" parent="."]
unique_name_in_owner = true
script = ExtResource("6_gf5v8")
[node name="HighlightIndicator" type="Control" parent="HighlightManager"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2
[node name="PopupManager" type="CanvasLayer" parent="."]
script = ExtResource("4_kqdnh")
[node name="ClickCatcher" type="Control" parent="PopupManager"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="SaveTimer" type="Timer" parent="."]
unique_name_in_owner = true
one_shot = true