opengamedevtycoon/GUI/multiplayerlobby.tscn

58 lines
1.4 KiB
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/multiplayerlobby.gd" type="Script" id=2]
[node name="multiplayerlobby" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
theme = ExtResource( 1 )
script = ExtResource( 2 )
[node name="bg" type="ColorRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
color = Color( 0.909804, 0.815686, 0.654902, 1 )
[node name="companies" type="VBoxContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
margin_bottom = -206.0
[node name="chatbox" type="RichTextLabel" parent="."]
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = -173.0
margin_bottom = -34.0
[node name="HBoxContainer" type="HBoxContainer" parent="."]
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = -23.0
[node name="talk" type="LineEdit" parent="HBoxContainer"]
margin_right = 732.0
margin_bottom = 23.0
size_flags_horizontal = 3
size_flags_stretch_ratio = 4.0
placeholder_text = "Chat"
[node name="startyear" type="SpinBox" parent="HBoxContainer"]
margin_left = 736.0
margin_right = 919.0
margin_bottom = 23.0
size_flags_horizontal = 3
min_value = 1978.0
max_value = 2050.0
value = 1978.0
prefix = "Start Year"
[node name="start" type="Button" parent="HBoxContainer"]
margin_left = 923.0
margin_right = 1023.0
margin_bottom = 23.0
text = "Start Game"