summary refs log tree commit diff stats
path: root/level_race.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'level_race.tscn')
-rw-r--r--level_race.tscn56
1 files changed, 55 insertions, 1 deletions
diff --git a/level_race.tscn b/level_race.tscn index 365f57e..e48d12b 100644 --- a/level_race.tscn +++ b/level_race.tscn
@@ -1,10 +1,15 @@
1[gd_scene load_steps=6 format=2] 1[gd_scene load_steps=10 format=2]
2 2
3[ext_resource path="res://nodes/label.tscn" type="PackedScene" id=1] 3[ext_resource path="res://nodes/label.tscn" type="PackedScene" id=1]
4[ext_resource path="res://fonts/Lingo.tres" type="DynamicFont" id=2] 4[ext_resource path="res://fonts/Lingo.tres" type="DynamicFont" id=2]
5[ext_resource path="res://nodes/button.tscn" type="PackedScene" id=3] 5[ext_resource path="res://nodes/button.tscn" type="PackedScene" id=3]
6[ext_resource path="user://maps/racing/lobby.gd" type="Script" id=4] 6[ext_resource path="user://maps/racing/lobby.gd" type="Script" id=4]
7[ext_resource path="res://lingo_3.png" type="Texture" id=5] 7[ext_resource path="res://lingo_3.png" type="Texture" id=5]
8[ext_resource path="res://fonts/Lingo.ttf" type="DynamicFontData" id=6]
9
10[sub_resource type="DynamicFont" id=1]
11size = 36
12font_data = ExtResource( 6 )
8 13
9[node name="racing" type="Spatial"] 14[node name="racing" type="Spatial"]
10script = ExtResource( 4 ) 15script = ExtResource( 4 )
@@ -56,3 +61,52 @@ margin_bottom = 1029.0
56custom_colors/font_color_hover = Color( 1, 0, 0, 1 ) 61custom_colors/font_color_hover = Color( 1, 0, 0, 1 )
57custom_fonts/font = ExtResource( 2 ) 62custom_fonts/font = ExtResource( 2 )
58text = "READY" 63text = "READY"
64
65[node name="Settings" type="Panel" parent="Panel"]
66margin_left = 1002.0
67margin_top = 279.0
68margin_right = 1658.0
69margin_bottom = 808.0
70visible = false
71
72[node name="LevelLabel" type="Label" parent="Panel/Settings"]
73margin_left = 45.0
74margin_top = 4.0
75margin_right = 245.0
76margin_bottom = 92.0
77custom_fonts/font = SubResource( 1 )
78text = "Level"
79align = 2
80valign = 1
81
82[node name="LevelOption" type="OptionButton" parent="Panel/Settings"]
83margin_left = 283.0
84margin_top = -2.0
85margin_right = 794.0
86margin_bottom = 92.0
87custom_fonts/font = SubResource( 1 )
88text = "Any"
89align = 1
90items = [ "Any", null, false, 0, null, "Level 1", null, false, 1, null, "Level 2", null, false, 2, null ]
91selected = 0
92
93[node name="LengthLabel" type="Label" parent="Panel/Settings"]
94margin_left = 45.0
95margin_top = 142.0
96margin_right = 245.0
97margin_bottom = 236.0
98custom_fonts/font = SubResource( 1 )
99text = "Length"
100align = 2
101valign = 1
102
103[node name="LengthOption" type="OptionButton" parent="Panel/Settings"]
104margin_left = 283.0
105margin_top = 142.0
106margin_right = 794.0
107margin_bottom = 236.0
108custom_fonts/font = SubResource( 1 )
109text = "Any"
110align = 1
111items = [ "Any", null, false, 0, null, "Short", null, false, 1, null, "Long", null, false, 2, null ]
112selected = 0