2024-11-07 21:39:59 +01:00
|
|
|
[gd_scene load_steps=4 format=2]
|
2024-09-06 02:16:49 +02:00
|
|
|
|
2024-11-07 21:39:59 +01:00
|
|
|
[ext_resource path="res://fonts/title.tres" type="DynamicFont" id=1]
|
|
|
|
[ext_resource path="res://backgounds/gameover.gd" type="Script" id=2]
|
|
|
|
[ext_resource path="res://levels/bottomhud.tscn" type="PackedScene" id=3]
|
2024-09-06 02:16:49 +02:00
|
|
|
|
|
|
|
[node name="Gameover" type="Node2D"]
|
2024-11-07 21:39:59 +01:00
|
|
|
script = ExtResource( 2 )
|
2024-09-06 02:16:49 +02:00
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="."]
|
2024-11-07 21:39:59 +01:00
|
|
|
margin_left = 376.0
|
|
|
|
margin_top = 294.0
|
|
|
|
margin_right = 917.0
|
|
|
|
margin_bottom = 406.0
|
|
|
|
custom_fonts/font = ExtResource( 1 )
|
2024-09-06 02:16:49 +02:00
|
|
|
text = "Game Over"
|
2024-11-07 21:39:59 +01:00
|
|
|
|
|
|
|
[node name="Bottomhud" parent="." instance=ExtResource( 3 )]
|