r3-next/backgounds/supernova.tscn

36 lines
977 B
Text
Raw Normal View History

2024-10-29 02:40:07 +01:00
[gd_scene load_steps=4 format=2]
2023-09-08 22:55:16 +02:00
2024-10-29 02:40:07 +01:00
[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]
2023-09-08 22:55:16 +02:00
[node name="supernova" type="Node2D"]
[node name="TextureRect" type="TextureRect" parent="."]
2024-10-29 02:40:07 +01:00
margin_right = 40.0
margin_bottom = 40.0
rect_scale = Vector2( 1.33, 1.33 )
texture = ExtResource( 1 )
2023-09-08 22:55:16 +02:00
[node name="Label" type="Label" parent="."]
2024-10-29 02:40:07 +01:00
margin_left = 52.0
margin_top = 52.0
margin_right = 1216.0
margin_bottom = 198.0
custom_fonts/font = ExtResource( 2 )
2023-09-08 22:55:16 +02:00
text = "Your spaceship crashed"
[node name="Label2" type="Label" parent="."]
2024-10-29 02:40:07 +01:00
margin_left = 323.0
margin_top = 483.0
margin_right = 920.0
margin_bottom = 538.0
custom_fonts/font = ExtResource( 3 )
2024-01-15 12:00:39 +01:00
text = "Press Enter or B to return to title"
2023-09-08 22:55:16 +02:00
[node name="Label3" type="Label" parent="."]
2024-10-29 02:40:07 +01:00
margin_left = 158.0
margin_top = 593.0
margin_right = 198.0
margin_bottom = 607.0