[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"