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.
		
		
		
		
		
			
		
			
				
					
					
						
							43 lines
						
					
					
						
							1.2 KiB
						
					
					
				
			
		
		
	
	
							43 lines
						
					
					
						
							1.2 KiB
						
					
					
				| [gd_scene load_steps=3 format=3 uid="uid://8rtse17u7bqg"]
 | |
| 
 | |
| [ext_resource type="Script" path="res://scripts/End.gd" id="1_0587q"]
 | |
| [ext_resource type="PackedScene" uid="uid://cnp8h65468543" path="res://scenes/overlays/crt_overlay.tscn" id="2_teww6"]
 | |
| 
 | |
| [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_0587q")
 | |
| 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 = "Game Over!"
 | |
| horizontal_alignment = 1
 | |
| 
 | |
| [node name="Label2" type="Button" parent="CenterContainer/VBoxContainer"]
 | |
| layout_mode = 2
 | |
| text = "Try again
 | |
| "
 | |
| 
 | |
| [node name="CRT_Overlay" parent="." instance=ExtResource("2_teww6")]
 | |
| layout_mode = 1
 | |
| 
 | |
| [connection signal="button_up" from="CenterContainer/VBoxContainer/Label2" to="." method="_on_play"]
 |