r3-next/backgounds/supernova.tscn
2024-10-29 14:37:39 -07:00

39 lines
1.1 KiB
Text

[gd_scene load_steps=6 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]
[ext_resource path="res://backgounds/supernova.gd" type="Script" id=4]
[ext_resource path="res://backgounds/Label3.gd" type="Script" id=5]
[node name="supernova" type="Node2D"]
script = ExtResource( 4 )
[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
script = ExtResource( 5 )