35 lines
977 B
Text
35 lines
977 B
Text
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://backgounds/supernova.png" type="Texture" id=1]
|
|
[ext_resource path="res://fonts/title.tres" type="DynamicFont" id=2]
|
|
[ext_resource path="res://fonts/start.tres" type="DynamicFont" id=3]
|
|
|
|
[node name="supernova" type="Node2D"]
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
margin_right = 40.0
|
|
margin_bottom = 40.0
|
|
rect_scale = Vector2( 1.33, 1.33 )
|
|
texture = ExtResource( 1 )
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
margin_left = 52.0
|
|
margin_top = 52.0
|
|
margin_right = 1216.0
|
|
margin_bottom = 198.0
|
|
custom_fonts/font = ExtResource( 2 )
|
|
text = "Your spaceship crashed"
|
|
|
|
[node name="Label2" type="Label" parent="."]
|
|
margin_left = 323.0
|
|
margin_top = 483.0
|
|
margin_right = 920.0
|
|
margin_bottom = 538.0
|
|
custom_fonts/font = ExtResource( 3 )
|
|
text = "Press Enter or B to return to title"
|
|
|
|
[node name="Label3" type="Label" parent="."]
|
|
margin_left = 158.0
|
|
margin_top = 593.0
|
|
margin_right = 198.0
|
|
margin_bottom = 607.0
|