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.
		
		
		
		
		
			
		
			
				
					
					
						
							91 lines
						
					
					
						
							2.4 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							91 lines
						
					
					
						
							2.4 KiB
						
					
					
				| [gd_scene load_steps=8 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://scenes/menu/base_menu.tscn" type="PackedScene" id=3] | |
| [ext_resource path="res://assets/icons/exitRight.png" type="Texture" id=4] | |
| [ext_resource path="res://assets/icons/fistPlus.png" type="Texture" id=5] | |
| [ext_resource path="res://assets/icons/cpu.png" type="Texture" id=6] | |
| [ext_resource path="res://assets/icons/open.png" type="Texture" id=7] | |
| 
 | |
| [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" parent="." instance=ExtResource( 3 )] | |
| 
 | |
| [node name="filter" type="Control" parent="menu"] | |
| editor/display_folded = true | |
| 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"] | |
| anchor_left = 1.0 | |
| anchor_top = 1.0 | |
| anchor_right = 1.0 | |
| anchor_bottom = 1.0 | |
| margin_left = -120.0 | |
| margin_top = -56.0 | |
| text = "Join" | |
| icon = ExtResource( 4 ) | |
| flat = true | |
| 
 | |
| [node name="create" type="Button" parent="menu"] | |
| anchor_left = 1.0 | |
| anchor_top = 1.0 | |
| anchor_right = 1.0 | |
| anchor_bottom = 1.0 | |
| margin_left = -366.0 | |
| margin_top = -56.0 | |
| margin_right = -126.0 | |
| text = "Create Game" | |
| icon = ExtResource( 5 ) | |
| 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( 6 ) | |
| 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( 7 ) | |
| flat = true | |
| 
 | |
| [node name="error_dialog" type="AcceptDialog" parent="."] | |
| margin_right = 138.0 | |
| margin_bottom = 84.0 | |
| [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"]
 |