1
0
Fork 0
1bit-godot-course/space-shooter/Scenes/Stages/GameOver.tscn

61 lines
1.3 KiB
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://Fonts/PixelFont.tres" type="DynamicFont" id=1]
[ext_resource path="res://Scenes/Objects/Stars.tscn" type="PackedScene" id=2]
[ext_resource path="res://Scenes/Stages/GameOver.gd" type="Script" id=3]
[node name="GameOver" type="Node"]
script = ExtResource( 3 )
[node name="ColorRect" type="ColorRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
color = Color( 0, 0, 0, 1 )
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="Stars" parent="." instance=ExtResource( 2 )]
[node name="GameOver" type="Label" parent="."]
margin_top = 60.0
margin_right = 320.0
margin_bottom = 80.0
custom_fonts/font = ExtResource( 1 )
text = "GAME OVER"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="HiScore" type="Label" parent="."]
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = -100.0
margin_bottom = -80.0
custom_fonts/font = ExtResource( 1 )
text = "Hi-Score = 0"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Info" type="Label" parent="."]
margin_top = 100.0
margin_right = 320.0
margin_bottom = 120.0
custom_fonts/font = ExtResource( 1 )
text = "Press ESC to go back to the Main Menu"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}