r3-next/backgounds/supernova.tscn

40 lines
1.1 KiB
Text
Raw Normal View History

2024-10-29 22:37:39 +01:00
[gd_scene load_steps=6 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]
2024-10-29 22:37:39 +01:00
[ext_resource path="res://backgounds/supernova.gd" type="Script" id=4]
[ext_resource path="res://backgounds/Label3.gd" type="Script" id=5]
2023-09-08 22:55:16 +02:00
[node name="supernova" type="Node2D"]
2024-10-29 22:37:39 +01:00
script = ExtResource( 4 )
2023-09-08 22:55:16 +02:00
[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
2024-10-29 22:37:39 +01:00
script = ExtResource( 5 )