-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSidebar.tscn
48 lines (40 loc) · 1.33 KB
/
Sidebar.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
[gd_scene load_steps=6 format=2]
[ext_resource path="res://Lineup.tscn" type="PackedScene" id=1]
[ext_resource path="res://styles/RootTheme.tres" type="Theme" id=2]
[ext_resource path="res://Score.gd" type="Script" id=3]
[ext_resource path="res://assets/font/Roboto_Mono/static/RobotoMono-Bold.ttf" type="DynamicFontData" id=4]
[sub_resource type="DynamicFont" id=1]
font_data = ExtResource( 4 )
[node name="Sidebar" type="VBoxContainer"]
margin_right = 460.0
margin_bottom = 1080.0
rect_min_size = Vector2( 420, 1080 )
custom_constants/separation = 128
[node name="NextContainer" type="VBoxContainer" parent="."]
margin_right = 460.0
margin_bottom = 141.0
theme = ExtResource( 2 )
[node name="Next" type="Label" parent="NextContainer"]
margin_right = 460.0
margin_bottom = 86.0
text = "Next"
[node name="Instructions" type="Label" parent="NextContainer"]
margin_top = 90.0
margin_right = 460.0
margin_bottom = 137.0
custom_fonts/font = SubResource( 1 )
text = "Press Tab or 1, 2, 3 to switch between groups!
"
[node name="Lineup" parent="NextContainer" instance=ExtResource( 1 )]
margin_top = 141.0
margin_right = 460.0
margin_bottom = 141.0
alignment = 2
[node name="Score" type="Label" parent="."]
margin_top = 269.0
margin_right = 460.0
margin_bottom = 355.0
size_flags_vertical = 1
theme = ExtResource( 2 )
text = "Score: 0"
script = ExtResource( 3 )