-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaiEBA4.tmp
105 lines (84 loc) · 4.22 KB
/
maiEBA4.tmp
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
98
99
100
101
102
103
104
105
[gd_scene load_steps=8 format=3 uid="uid://d23n5fj1uw6wd"]
[ext_resource type="Theme" uid="uid://b2w0hsrj6uuex" path="res://singer_theme.tres" id="1_ii6jc"]
[ext_resource type="Texture2D" uid="uid://cfwl6ri7i543r" path="res://Logo.svg" id="2_1s1bv"]
[ext_resource type="VideoStream" path="res://videoplayback.ogv" id="2_131yh"]
[ext_resource type="PackedScene" uid="uid://dlcg000fj1iih" path="res://microphone_settings.tscn" id="3_q4n0v"]
[ext_resource type="PackedScene" uid="uid://8xtslwf23rub" path="res://video_settings.tscn" id="4_spora"]
[ext_resource type="Texture2D" uid="uid://5oiueyg4ru3s" path="res://icon.svg" id="5_wklqc"]
[ext_resource type="Script" path="res://VideoStreamPlayer.gd" id="6_4qbne"]
[node name="main_screen" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme = ExtResource("1_ii6jc")
[node name="AspectRatioContainer" type="AspectRatioContainer" parent="."]
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
ratio = 1.7777
[node name="Background" type="CanvasLayer" parent="AspectRatioContainer"]
[node name="Background Color" type="ColorRect" parent="AspectRatioContainer/Background"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0.854902, 0.537255, 0.505882, 1)
[node name="Logo" type="Sprite2D" parent="AspectRatioContainer/Background"]
position = Vector2(48, 7)
texture = ExtResource("2_1s1bv")
[node name="Foreground" type="CanvasLayer" parent="AspectRatioContainer"]
[node name="HBoxContainer" type="HBoxContainer" parent="AspectRatioContainer/Foreground"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="VBoxContainer2" type="VBoxContainer" parent="AspectRatioContainer/Foreground/HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
size_flags_stretch_ratio = 3.0
[node name="PanelContainer" type="PanelContainer" parent="AspectRatioContainer/Foreground/HBoxContainer/VBoxContainer2"]
layout_mode = 2
[node name="Top HBar" type="HBoxContainer" parent="AspectRatioContainer/Foreground/HBoxContainer/VBoxContainer2/PanelContainer"]
layout_mode = 2
[node name="MarginContainer2" type="MarginContainer" parent="AspectRatioContainer/Foreground/HBoxContainer/VBoxContainer2/PanelContainer/Top HBar"]
layout_mode = 2
[node name="Microphone Settings" parent="AspectRatioContainer/Foreground/HBoxContainer/VBoxContainer2/PanelContainer/Top HBar/MarginContainer2" instance=ExtResource("3_q4n0v")]
layout_mode = 2
[node name="MarginContainer" type="MarginContainer" parent="AspectRatioContainer/Foreground/HBoxContainer/VBoxContainer2/PanelContainer/Top HBar"]
layout_mode = 2
[node name="VideoSettings" parent="AspectRatioContainer/Foreground/HBoxContainer/VBoxContainer2/PanelContainer/Top HBar/MarginContainer" instance=ExtResource("4_spora")]
layout_mode = 2
[node name="TVMarginContainer" type="MarginContainer" parent="AspectRatioContainer/Foreground/HBoxContainer/VBoxContainer2"]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
theme_override_constants/margin_left = 30
theme_override_constants/margin_top = 30
theme_override_constants/margin_right = 30
theme_override_constants/margin_bottom = 30
[node name="AspectRatioContainer" type="AspectRatioContainer" parent="AspectRatioContainer/Foreground/HBoxContainer/VBoxContainer2/TVMarginContainer"]
layout_mode = 2
ratio = 1.7777
[node name="ColorRect2" type="ColorRect" parent="AspectRatioContainer/Foreground/HBoxContainer/VBoxContainer2/TVMarginContainer/AspectRatioContainer"]
layout_mode = 2
color = Color(1, 0.439216, 0.25098, 1)
[node name="VideoStreamPlayer" type="VideoStreamPlayer" parent="AspectRatioContainer/Foreground/HBoxContainer/VBoxContainer2/TVMarginContainer/AspectRatioContainer"]
unique_name_in_owner = true
layout_mode = 2
stream = ExtResource("2_131yh")
autoplay = true
expand = true
bus = &"Video"
script = ExtResource("6_4qbne")
[node name="RightVBox" type="VBoxContainer" parent="AspectRatioContainer/Foreground/HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
[node name="RightPlaceholder" type="TextureRect" parent="AspectRatioContainer/Foreground/HBoxContainer/RightVBox"]
layout_mode = 2
texture = ExtResource("5_wklqc")
stretch_mode = 1