hero-mark-2/maps/msx_ending.tscn
pennyrigate 268b392a3b FUCK?
2025-07-17 23:20:13 -04:00

74 lines
2 KiB
Text

[gd_scene load_steps=6 format=2]
[ext_resource path="res://graphics/hud/msx_ending.png" type="Texture" id=1]
[ext_resource path="res://ui/theme.tres" type="Theme" id=2]
[ext_resource path="res://ui/2ndpuberty_outline.tres" type="Material" id=3]
[ext_resource path="res://maps/msx_ending.gd" type="Script" id=4]
[sub_resource type="Animation" id=1]
resource_name = "GO"
length = 13.0
tracks/0/type = "value"
tracks/0/path = NodePath("End:rect_position")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/keys = {
"times": PoolRealArray( 0, 5.8, 6.8, 8.8 ),
"transitions": PoolRealArray( 1, 1, 1, 1 ),
"update": 0,
"values": [ Vector2( -39, 70 ), Vector2( -39, 70 ), Vector2( 81, 70 ), Vector2( 111, 70 ) ]
}
tracks/1/type = "value"
tracks/1/path = NodePath("The:rect_position")
tracks/1/interp = 1
tracks/1/loop_wrap = true
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/keys = {
"times": PoolRealArray( 0, 5.8, 6.8, 8.8 ),
"transitions": PoolRealArray( 1, 1, 1, 1 ),
"update": 0,
"values": [ Vector2( 251, 70 ), Vector2( 251, 70 ), Vector2( 81, 70 ), Vector2( 51, 70 ) ]
}
[node name="msx_ending" type="Node2D"]
script = ExtResource( 4 )
[node name="Sprite" type="Sprite" parent="."]
position = Vector2( 128, 96 )
texture = ExtResource( 1 )
[node name="Label" type="Label" parent="."]
material = ExtResource( 3 )
margin_left = 10.0
margin_top = 16.0
margin_right = 143.0
margin_bottom = 39.0
theme = ExtResource( 2 )
text = "Wow...
What a crazy dream."
[node name="End" type="Label" parent="."]
material = ExtResource( 3 )
margin_left = -39.0
margin_top = 70.0
margin_right = 10.9994
margin_bottom = 93.0
theme = ExtResource( 2 )
text = "End "
[node name="The" type="Label" parent="."]
material = ExtResource( 3 )
margin_left = 251.0
margin_top = 70.0
margin_right = 301.0
margin_bottom = 93.0
theme = ExtResource( 2 )
text = "THE"
align = 2
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
autoplay = "GO"
anims/GO = SubResource( 1 )