Public repository for MUR pre alpha
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

103 lines
2.7 KiB

[gd_scene load_steps=9 format=2]
[ext_resource path="res://resources/ui/theme.tres" type="Theme" id=1]
[ext_resource path="res://scripts/menu/server.gd" type="Script" id=2]
[ext_resource path="res://assets/icons/exitRight.png" type="Texture" id=3]
[ext_resource path="res://assets/icons/fistPlus.png" type="Texture" id=4]
[ext_resource path="res://resources/ui/font.tres" type="DynamicFont" id=5]
[ext_resource path="res://assets/icons/return.png" type="Texture" id=6]
[ext_resource path="res://assets/icons/cpu.png" type="Texture" id=7]
[ext_resource path="res://assets/icons/open.png" type="Texture" id=8]
[node name="server" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 0.857376
margin_top = 0.857422
margin_right = 0.857422
margin_bottom = 0.857422
theme = ExtResource( 1 )
script = ExtResource( 2 )
[node name="menu" type="Panel" parent="."]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -446.428
margin_top = -236.0
margin_right = 446.572
margin_bottom = 235.0
grow_horizontal = 2
grow_vertical = 2
[node name="filter" type="Control" parent="menu"]
margin_left = 14.0
margin_top = 16.0
margin_right = 878.0
margin_bottom = 45.0
[node name="open" type="CheckButton" parent="menu/filter"]
anchor_left = 1.0
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
margin_left = -317.0
margin_top = -16.5
margin_bottom = 23.5
text = "Open Games only"
[node name="games" type="ItemList" parent="menu"]
margin_left = 13.0
margin_top = 60.0
margin_right = 880.0
margin_bottom = 414.0
[node name="join" type="Button" parent="menu"]
margin_left = 755.0
margin_top = 413.0
margin_right = 875.0
margin_bottom = 469.0
text = "Join"
icon = ExtResource( 3 )
flat = true
[node name="create" type="Button" parent="menu"]
margin_left = 499.0
margin_top = 414.0
margin_right = 739.0
margin_bottom = 470.0
text = "Create Game"
icon = ExtResource( 4 )
flat = true
[node name="back" type="Button" parent="menu"]
margin_left = 10.0
margin_top = 413.0
margin_right = 142.0
margin_bottom = 469.0
custom_fonts/font = ExtResource( 5 )
text = "Back"
icon = ExtResource( 6 )
flat = true
[node name="direct_host" type="Button" parent="menu"]
margin_left = 10.0
margin_top = 2.0
margin_right = 235.0
margin_bottom = 58.0
text = "Direct Host"
icon = ExtResource( 7 )
flat = true
[node name="direct_join" type="Button" parent="menu"]
margin_left = 230.0
margin_top = 2.0
margin_right = 446.0
margin_bottom = 58.0
text = "Direct Join"
icon = ExtResource( 8 )
flat = true
[connection signal="pressed" from="menu/back" to="." method="_on_back_pressed"]
[connection signal="pressed" from="menu/direct_host" to="." method="_on_direct_host_pressed"]
[connection signal="pressed" from="menu/direct_join" to="." method="_on_direct_join_pressed"]