[gd_scene load_steps=4 format=2] [ext_resource path="res://BrowseColumn.gd" type="Script" id=1] [ext_resource path="res://font/8bit.tres" type="DynamicFont" id=2] [sub_resource type="StyleBoxFlat" id=1] bg_color = Color( 1, 1, 1, 0.188235 ) [node name="BrowseColumn" type="PanelContainer"] anchor_right = 1.0 margin_bottom = 14.0 custom_styles/panel = SubResource( 1 ) script = ExtResource( 1 ) [node name="HBoxContainer" type="HBoxContainer" parent="."] margin_right = 640.0 margin_bottom = 20.0 size_flags_horizontal = 3 [node name="Name" type="Label" parent="HBoxContainer"] margin_top = 4.0 margin_right = 103.0 margin_bottom = 16.0 size_flags_horizontal = 3 custom_fonts/font = ExtResource( 2 ) text = "Name" [node name="IP" type="Label" parent="HBoxContainer"] margin_left = 107.0 margin_top = 4.0 margin_right = 210.0 margin_bottom = 16.0 size_flags_horizontal = 3 custom_fonts/font = ExtResource( 2 ) text = "IP" [node name="Port" type="Label" parent="HBoxContainer"] margin_left = 214.0 margin_top = 4.0 margin_right = 318.0 margin_bottom = 16.0 size_flags_horizontal = 3 custom_fonts/font = ExtResource( 2 ) text = "Port" [node name="Gamemode" type="Label" parent="HBoxContainer"] margin_left = 322.0 margin_top = 4.0 margin_right = 425.0 margin_bottom = 16.0 size_flags_horizontal = 3 custom_fonts/font = ExtResource( 2 ) text = "Gamemode" [node name="Map" type="Label" parent="HBoxContainer"] margin_left = 429.0 margin_top = 4.0 margin_right = 532.0 margin_bottom = 16.0 size_flags_horizontal = 3 custom_fonts/font = ExtResource( 2 ) text = "Map" [node name="Ping" type="Label" parent="HBoxContainer"] margin_left = 536.0 margin_top = 4.0 margin_right = 640.0 margin_bottom = 16.0 size_flags_horizontal = 3 custom_fonts/font = ExtResource( 2 ) text = "Ping" [node name="Button" type="Button" parent="."] margin_right = 640.0 margin_bottom = 20.0 flat = true