summary refs log tree commit diff stats
path: root/level_race.tscn
blob: 365f57ec5f604088b7cf023589e38122531b4ba7 (plain) (blame)
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
[gd_scene load_steps=6 format=2]

[ext_resource path="res://nodes/label.tscn" type="PackedScene" id=1]
[ext_resource path="res://fonts/Lingo.tres" type="DynamicFont" id=2]
[ext_resource path="res://nodes/button.tscn" type="PackedScene" id=3]
[ext_resource path="user://maps/racing/lobby.gd" type="Script" id=4]
[ext_resource path="res://lingo_3.png" type="Texture" id=5]

[node name="racing" type="Spatial"]
script = ExtResource( 4 )

[node name="lingo_3" type="Sprite" parent="."]
position = Vector2( 960, 540 )
texture = ExtResource( 5 )

[node name="Panel" type="Panel" parent="."]
margin_right = 1920.0
margin_bottom = 1080.0

[node name="ItemList" type="ItemList" parent="Panel"]
margin_left = 642.0
margin_top = 275.0
margin_right = 1298.0
margin_bottom = 804.0
auto_height = true

[node name="ScrollContainer" type="ScrollContainer" parent="Panel"]
margin_left = -70.0
margin_top = 251.0
margin_right = 572.0
margin_bottom = 805.0

[node name="title" parent="Panel" instance=ExtResource( 1 )]
margin_left = 0.0
margin_top = 75.0
margin_right = 1920.0
margin_bottom = 225.0
custom_fonts/font = ExtResource( 2 )
text = "LINGO RACING LOBBY"
valign = 1

[node name="return_button" parent="Panel" instance=ExtResource( 3 )]
margin_left = 1002.0
margin_top = 879.0
margin_right = 1640.0
margin_bottom = 1029.0
custom_colors/font_color_hover = Color( 1, 0, 0, 1 )
custom_fonts/font = ExtResource( 2 )
text = "RETURN"

[node name="main_button" parent="Panel" instance=ExtResource( 3 )]
margin_left = 254.0
margin_top = 879.0
margin_right = 892.0
margin_bottom = 1029.0
custom_colors/font_color_hover = Color( 1, 0, 0, 1 )
custom_fonts/font = ExtResource( 2 )
text = "READY"