-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathOpenSeed.tscn
164 lines (140 loc) · 5.08 KB
/
OpenSeed.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
[gd_scene load_steps=14 format=2]
[ext_resource path="res://OpenSeed-Godot/OpenSeed.gd" type="Script" id=1]
[ext_resource path="res://OpenSeed-Godot/Comment.tscn" type="PackedScene" id=2]
[ext_resource path="res://OpenSeed-Godot/Login.tscn" type="PackedScene" id=3]
[ext_resource path="res://OpenSeed-Godot/HiveLink.tscn" type="PackedScene" id=4]
[ext_resource path="res://OpenSeed-Godot/hiveWallet.tscn" type="PackedScene" id=5]
[ext_resource path="res://OpenSeed-Godot/Request.tscn" type="PackedScene" id=6]
[ext_resource path="res://OpenSeed-Godot/HiveLogin.tscn" type="PackedScene" id=7]
[ext_resource path="res://OpenSeed-Godot/ChatLog.tscn" type="PackedScene" id=8]
[ext_resource path="res://OpenSeed-Godot/Profile.tscn" type="PackedScene" id=9]
[ext_resource path="res://OpenSeed-Godot/NewAccount.tscn" type="PackedScene" id=10]
[ext_resource path="res://OpenSeed-Godot/openseed_theme.tres" type="Theme" id=11]
[ext_resource path="res://OpenSeed-Godot/LeaderBoard.tscn" type="PackedScene" id=12]
[ext_resource path="res://OpenSeed-Godot/ScoreEntry.tscn" type="PackedScene" id=13]
[node name="OpenSeed" type="Node"]
script = ExtResource( 1 )
debug = false
[node name="HTTPRequest" type="HTTPRequest" parent="."]
download_chunk_size = 65536
use_threads = true
[node name="CanvasLayer" type="CanvasLayer" parent="."]
[node name="leaderboard" parent="CanvasLayer" instance=ExtResource( 12 )]
visible = false
[node name="HiveLink" parent="CanvasLayer" instance=ExtResource( 4 )]
visible = false
[node name="hiveWallet" parent="CanvasLayer" instance=ExtResource( 5 )]
visible = false
[node name="HiveLogin" parent="CanvasLayer" instance=ExtResource( 7 )]
visible = false
[node name="Comment" parent="CanvasLayer" instance=ExtResource( 2 )]
visible = false
margin_left = -333.5
margin_top = -163.0
margin_right = 333.5
margin_bottom = 163.0
theme = ExtResource( 11 )
[node name="Request" parent="CanvasLayer" instance=ExtResource( 6 )]
visible = false
[node name="Login" parent="CanvasLayer" instance=ExtResource( 3 )]
visible = false
margin_top = -275.298
margin_bottom = 255.702
[node name="NewAccount" parent="CanvasLayer" instance=ExtResource( 10 )]
visible = false
anchor_left = 0.394737
anchor_top = 0.287736
anchor_right = 0.605263
anchor_bottom = 0.712264
margin_left = 0.0
margin_top = 0.0
margin_right = 0.0
margin_bottom = -6.10352e-05
[node name="musicInfo" type="Control" parent="CanvasLayer"]
visible = false
anchor_left = 0.00207287
anchor_top = 0.00683348
anchor_right = 0.212599
anchor_bottom = 0.0823052
margin_left = -3.93846
margin_top = -7.24349
margin_right = -3.93845
margin_bottom = -7.24349
grow_horizontal = 2
grow_vertical = 2
rect_min_size = Vector2( 400, 80 )
__meta__ = {
"_edit_use_anchors_": true
}
[node name="Panel" type="Panel" parent="CanvasLayer/musicInfo"]
anchor_right = 1.0
anchor_bottom = 1.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="TextureRect" type="TextureRect" parent="CanvasLayer/musicInfo"]
anchor_top = 0.5
anchor_bottom = 0.5
margin_left = 5.98738
margin_top = -28.5
margin_right = 62.9874
margin_bottom = 28.5
stretch_mode = 5
__meta__ = {
"_edit_use_anchors_": false
}
[node name="VBoxContainer" type="VBoxContainer" parent="CanvasLayer/musicInfo"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 79.0
margin_right = -3.05176e-05
grow_horizontal = 2
grow_vertical = 2
rect_clip_content = true
alignment = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Title" type="Label" parent="CanvasLayer/musicInfo/VBoxContainer"]
margin_top = 11.0
margin_right = 320.0
margin_bottom = 36.0
[node name="Artist" type="Label" parent="CanvasLayer/musicInfo/VBoxContainer"]
margin_top = 44.0
margin_right = 320.0
margin_bottom = 69.0
[node name="ChatLog" parent="CanvasLayer" instance=ExtResource( 8 )]
visible = false
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -450.0
margin_top = -374.5
margin_right = 450.0
margin_bottom = 374.5
grow_horizontal = 2
grow_vertical = 2
rect_clip_content = false
theme = ExtResource( 11 )
[node name="Profile" parent="CanvasLayer" instance=ExtResource( 9 )]
visible = false
[node name="Post" type="Control" parent="CanvasLayer"]
visible = false
margin_right = 40.0
margin_bottom = 40.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ScoreEntry" parent="CanvasLayer" instance=ExtResource( 13 )]
visible = false
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
[node name="Timer" type="Timer" parent="."]
[connection signal="conversations" from="." to="." method="_on_OpenSeed_conversations"]
[connection signal="new_artists" from="." to="." method="_on_OpenSeed_new_artists"]
[connection signal="new_tracks" from="." to="." method="_on_OpenSeed_new_tracks"]
[connection signal="queue_updated" from="." to="." method="_on_OpenSeed_queue_updated"]
[connection signal="socket_returns" from="." to="." method="_on_OpenSeed_socket_returns"]
[connection signal="update_loop" from="." to="." method="_on_OpenSeed_update_loop"]
[connection signal="request_completed" from="HTTPRequest" to="." method="_on_HTTPRequest_request_completed"]
[connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]