mirror of
https://github.com/Relintai/gdnative_python.git
synced 2024-11-14 10:27:22 +01:00
185 lines
3.8 KiB
Plaintext
185 lines
3.8 KiB
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://lobby.gd" type="Script" id=1]
|
|
|
|
[node name="lobby" type="Control"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="title" type="Label" parent="."]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 214.0
|
|
margin_top = 7.0
|
|
margin_right = 321.0
|
|
margin_bottom = 21.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 2
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 0
|
|
text = "Multiplayer Pong"
|
|
align = 1
|
|
valign = 1
|
|
percent_visible = 1.0
|
|
lines_skipped = 0
|
|
max_lines_visible = -1
|
|
|
|
[node name="panel" type="Panel" parent="."]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
|
|
[node name="address_label" type="Label" parent="panel"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 162.0
|
|
margin_top = 54.0
|
|
margin_right = 214.0
|
|
margin_bottom = 68.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 2
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 0
|
|
text = "Address"
|
|
percent_visible = 1.0
|
|
lines_skipped = 0
|
|
max_lines_visible = -1
|
|
|
|
[node name="address" type="LineEdit" parent="panel"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 163.0
|
|
margin_top = 74.0
|
|
margin_right = 242.0
|
|
margin_bottom = 98.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
text = "127.0.0.1"
|
|
expand_to_len = false
|
|
focus_mode = 2
|
|
placeholder_alpha = 0.6
|
|
caret_blink = false
|
|
caret_blink_speed = 0.65
|
|
|
|
[node name="host" type="Button" parent="panel"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 105.0
|
|
margin_top = 107.0
|
|
margin_right = 147.0
|
|
margin_bottom = 127.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
toggle_mode = false
|
|
enabled_focus_mode = 2
|
|
shortcut = null
|
|
group = null
|
|
text = "Host"
|
|
flat = false
|
|
|
|
[node name="join" type="Button" parent="panel"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 109.0
|
|
margin_top = 79.0
|
|
margin_right = 144.0
|
|
margin_bottom = 99.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
toggle_mode = false
|
|
enabled_focus_mode = 2
|
|
shortcut = null
|
|
group = null
|
|
text = "Join"
|
|
flat = false
|
|
|
|
[node name="status_ok" type="Label" parent="panel"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 265.0
|
|
margin_top = 43.0
|
|
margin_right = 303.0
|
|
margin_bottom = 57.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 2
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 0
|
|
custom_colors/font_color = Color( 0, 1, 0.015625, 1 )
|
|
align = 1
|
|
percent_visible = 1.0
|
|
lines_skipped = 0
|
|
max_lines_visible = -1
|
|
|
|
[node name="status_fail" type="Label" parent="panel"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 261.0
|
|
margin_top = 78.0
|
|
margin_right = 295.0
|
|
margin_bottom = 92.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 2
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 0
|
|
custom_colors/font_color = Color( 1, 0, 0, 1 )
|
|
align = 1
|
|
percent_visible = 1.0
|
|
lines_skipped = 0
|
|
max_lines_visible = -1
|
|
|
|
[connection signal="pressed" from="panel/host" to="." method="_on_host_pressed"]
|
|
|
|
[connection signal="pressed" from="panel/join" to="." method="_on_join_pressed"]
|
|
|
|
|