You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			42 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
| [gd_scene load_steps=4 format=3 uid="uid://0uonhojhfgi"]
 | |
| 
 | |
| [ext_resource type="Script" path="res://script/ui/screen.gd" id="1_0o56k"]
 | |
| [ext_resource type="Texture2D" uid="uid://d04pc2qtxicl2" path="res://resource/ui/common/pixel.png" id="1_7uu3x"]
 | |
| [ext_resource type="Script" path="res://script/ui/menu/menu_page.gd" id="2_h3fxt"]
 | |
| 
 | |
| [node name="MenuScreen" type="CanvasLayer"]
 | |
| script = ExtResource("1_0o56k")
 | |
| 
 | |
| [node name="MenuPage" type="Control" parent="."]
 | |
| layout_mode = 3
 | |
| anchors_preset = 0
 | |
| offset_right = 40.0
 | |
| offset_bottom = 40.0
 | |
| script = ExtResource("2_h3fxt")
 | |
| 
 | |
| [node name="Background" type="TextureRect" parent="MenuPage"]
 | |
| modulate = Color(0, 0, 0, 0.501961)
 | |
| layout_mode = 0
 | |
| offset_right = 640.0
 | |
| offset_bottom = 360.0
 | |
| texture = ExtResource("1_7uu3x")
 | |
| 
 | |
| [node name="VBoxContainer" type="VBoxContainer" parent="MenuPage"]
 | |
| layout_mode = 0
 | |
| offset_left = 24.0
 | |
| offset_top = 208.0
 | |
| offset_right = 114.0
 | |
| offset_bottom = 309.0
 | |
| 
 | |
| [node name="Continue" type="Button" parent="MenuPage/VBoxContainer"]
 | |
| layout_mode = 2
 | |
| text = "Continue"
 | |
| 
 | |
| [node name="Setting" type="Button" parent="MenuPage/VBoxContainer"]
 | |
| layout_mode = 2
 | |
| text = "Setting"
 | |
| 
 | |
| [node name="Save&Quit" type="Button" parent="MenuPage/VBoxContainer"]
 | |
| layout_mode = 2
 | |
| text = "Save&Quit"
 |