| @ -0,0 +1,82 @@ | |||
| [gd_scene load_steps=4 format=2] | |||
| [ext_resource path="res://scenes/lobby.tscn" type="PackedScene" id=1] | |||
| [ext_resource path="res://assets/DejaVuSansMono.ttf" type="DynamicFontData" id=2] | |||
| [sub_resource type="DynamicFont" id=1] | |||
| size = 40 | |||
| use_mipmaps = false | |||
| use_filter = false | |||
| font_data = ExtResource( 2 ) | |||
| [node name="Lobby" instance=ExtResource( 1 )] | |||
| [node name="Label" type="Label" parent="." index="0"] | |||
| anchor_left = 0.0 | |||
| anchor_top = 0.0 | |||
| anchor_right = 0.0 | |||
| anchor_bottom = 0.0 | |||
| margin_left = 602.0 | |||
| margin_top = 276.0 | |||
| margin_right = 938.0 | |||
| margin_bottom = 324.0 | |||
| rect_pivot_offset = Vector2( 0, 0 ) | |||
| mouse_filter = 2 | |||
| mouse_default_cursor_shape = 0 | |||
| size_flags_horizontal = 1 | |||
| size_flags_vertical = 4 | |||
| custom_fonts/font = SubResource( 1 ) | |||
| text = "Practice Range" | |||
| percent_visible = 1.0 | |||
| lines_skipped = 0 | |||
| max_lines_visible = -1 | |||
| [node name="HeroSelect" parent="." index="1"] | |||
| margin_top = 62.0 | |||
| margin_bottom = 62.0 | |||
| [node name="Username" parent="." index="2"] | |||
| visible = false | |||
| margin_top = 308.0 | |||
| margin_bottom = 341.0 | |||
| [node name="Spectating" parent="." index="3"] | |||
| visible = false | |||
| [node name="LevelSelect" parent="." index="4"] | |||
| margin_top = 401.0 | |||
| margin_bottom = 442.0 | |||
| items = [ "Platform map", null, false, 0, null, "City-like thing", null, false, 1, null, "Slide", null, false, 2, null ] | |||
| [node name="TeamLabel" parent="." index="5"] | |||
| visible = false | |||
| [node name="Team" parent="." index="6"] | |||
| visible = false | |||
| [node name="PlayerList" parent="." index="7"] | |||
| visible = false | |||
| [node name="StartGame" parent="." index="8"] | |||
| margin_left = 41.0 | |||
| margin_top = 486.0 | |||
| margin_right = 163.0 | |||
| margin_bottom = 526.0 | |||
| text = "Play!" | |||
| [node name="VSeparator" parent="." index="9"] | |||
| visible = false | |||
| [editable path="HeroSelect"] | |||