opengamedevtycoon/GUI/Serverlist.tscn

44 lines
956 B
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://Assets/Theme/OGDT_theme.tres" type="Theme" id=1]
[ext_resource path="res://Scripts/Serverlist.gd" type="Script" id=2]
[node name="Serverlist" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
theme = ExtResource( 1 )
script = ExtResource( 2 )
[node name="servers" type="ItemList" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
margin_bottom = -42.0
[node name="ipconnect" type="LineEdit" parent="."]
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = -23.0
margin_right = -206.0
margin_bottom = 1.0
[node name="join" type="Button" parent="."]
anchor_left = 1.0
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = -164.0
margin_top = -20.0
margin_right = -88.0
text = "Join"
[node name="host" type="Button" parent="."]
anchor_left = 1.0
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = -63.0
margin_top = -20.0
text = "Host"