-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMain.tscn
97 lines (79 loc) · 3.48 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
[gd_scene load_steps=9 format=3 uid="uid://csvlj30uivol0"]
[ext_resource type="PackedScene" uid="uid://dytaho2ekhxdh" path="res://gui/panels/BrandingPanel.tscn" id="1_c3g5b"]
[ext_resource type="Script" path="res://Main.gd" id="1_lckxc"]
[ext_resource type="PackedScene" uid="uid://8xc2djp24y40" path="res://gui/panels/PreviewPanel.tscn" id="1_rm57h"]
[ext_resource type="PackedScene" uid="uid://dw6imoh8k58m1" path="res://gui/panels/MenuPanel.tscn" id="1_vjtat"]
[ext_resource type="PackedScene" uid="uid://byabb6ha5p7xn" path="res://gui/panels/VoicePanel.tscn" id="2_tet0f"]
[ext_resource type="PackedScene" uid="uid://coofo7rkc326b" path="res://gui/panels/VoiceTypesPanel.tscn" id="6_ft6g3"]
[ext_resource type="PackedScene" uid="uid://nqrgyy3w02dg" path="res://gui/panels/AboutPanel.tscn" id="7_h1p6w"]
[ext_resource type="PackedScene" uid="uid://hqtpm3a6ykn4" path="res://gui/panels/SettingsPanel.tscn" id="8_odrn6"]
[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_lckxc")
[node name="Background" type="ColorRect" parent="."]
layout_mode = 2
color = Color(0.109095, 0.11527, 0.119755, 1)
[node name="Content" type="MarginContainer" parent="."]
layout_mode = 2
theme_override_constants/margin_left = 8
theme_override_constants/margin_top = 8
theme_override_constants/margin_right = 8
theme_override_constants/margin_bottom = 8
[node name="Layout" type="VBoxContainer" parent="Content"]
layout_mode = 2
theme_override_constants/separation = 0
[node name="TopContainer" type="HBoxContainer" parent="Content/Layout"]
layout_mode = 2
[node name="BrandingPanel" parent="Content/Layout/TopContainer" instance=ExtResource("1_c3g5b")]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 0
[node name="MenuPanel" parent="Content/Layout/TopContainer" instance=ExtResource("1_vjtat")]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 8
[node name="Spacer" type="Control" parent="Content/Layout"]
custom_minimum_size = Vector2(0, 8)
layout_mode = 2
[node name="MainView" type="VBoxContainer" parent="Content/Layout"]
unique_name_in_owner = true
layout_mode = 2
size_flags_vertical = 3
theme_override_constants/separation = 0
[node name="PreviewPanel" parent="Content/Layout/MainView" instance=ExtResource("1_rm57h")]
unique_name_in_owner = true
layout_mode = 2
[node name="VoiceContainer" type="HBoxContainer" parent="Content/Layout/MainView"]
layout_mode = 2
size_flags_vertical = 3
theme_override_constants/separation = 0
[node name="VoicePanel" parent="Content/Layout/MainView/VoiceContainer" instance=ExtResource("2_tet0f")]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="TypesContainer" parent="Content/Layout/MainView/VoiceContainer" instance=ExtResource("6_ft6g3")]
unique_name_in_owner = true
layout_mode = 2
[node name="AboutView" type="VBoxContainer" parent="Content/Layout"]
unique_name_in_owner = true
visible = false
layout_mode = 2
size_flags_vertical = 3
[node name="AboutPanel" parent="Content/Layout/AboutView" instance=ExtResource("7_h1p6w")]
unique_name_in_owner = true
layout_mode = 2
size_flags_vertical = 3
[node name="SettingsView" type="VBoxContainer" parent="Content/Layout"]
unique_name_in_owner = true
visible = false
layout_mode = 2
size_flags_vertical = 3
[node name="SettingsPanel" parent="Content/Layout/SettingsView" instance=ExtResource("8_odrn6")]
layout_mode = 2
size_flags_vertical = 3