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.
		
		
		
		
		
			
		
			
				
					
					
						
							42 lines
						
					
					
						
							1.2 KiB
						
					
					
				
			
		
		
	
	
							42 lines
						
					
					
						
							1.2 KiB
						
					
					
				| [gd_scene load_steps=3 format=3 uid="uid://8euefl26umu1"]
 | |
| 
 | |
| [ext_resource type="Script" path="res://scripts/End.gd" id="1_oljih"]
 | |
| [ext_resource type="PackedScene" uid="uid://cnp8h65468543" path="res://scenes/overlays/crt_overlay.tscn" id="2_48jpk"]
 | |
| 
 | |
| [node name="End" type="Control"]
 | |
| layout_mode = 3
 | |
| anchors_preset = 15
 | |
| anchor_right = 1.0
 | |
| anchor_bottom = 1.0
 | |
| grow_horizontal = 2
 | |
| grow_vertical = 2
 | |
| script = ExtResource("1_oljih")
 | |
| metadata/_edit_use_anchors_ = true
 | |
| 
 | |
| [node name="CenterContainer" type="CenterContainer" parent="."]
 | |
| layout_mode = 1
 | |
| anchors_preset = 15
 | |
| anchor_right = 1.0
 | |
| anchor_bottom = 1.0
 | |
| grow_horizontal = 2
 | |
| grow_vertical = 2
 | |
| 
 | |
| [node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer"]
 | |
| layout_mode = 2
 | |
| 
 | |
| [node name="Label" type="Label" parent="CenterContainer/VBoxContainer"]
 | |
| layout_mode = 2
 | |
| size_flags_vertical = 1
 | |
| theme_override_font_sizes/font_size = 72
 | |
| text = "You Win!"
 | |
| horizontal_alignment = 1
 | |
| 
 | |
| [node name="Label2" type="Button" parent="CenterContainer/VBoxContainer"]
 | |
| layout_mode = 2
 | |
| text = "Play Again?"
 | |
| 
 | |
| [node name="CRT_Overlay" parent="." instance=ExtResource("2_48jpk")]
 | |
| layout_mode = 1
 | |
| 
 | |
| [connection signal="button_up" from="CenterContainer/VBoxContainer/Label2" to="." method="_on_play"]
 |