hero-mark-2/cutscenes/ending_present.tscn
2023-11-21 22:20:41 -05:00

92 lines
3.2 KiB
Text

[gd_scene load_steps=9 format=2]
[ext_resource path="res://ui/theme.tres" type="Theme" id=1]
[ext_resource path="res://ui/2ndpuberty_outline.tres" type="Material" id=2]
[ext_resource path="res://shaders/ska_plane.gdshader" type="Shader" id=3]
[ext_resource path="res://audio/sounds/intro_voiceover.ogg" type="AudioStream" id=4]
[ext_resource path="res://cutscenes/intro_story.gd" type="Script" id=5]
[sub_resource type="ShaderMaterial" id=1]
shader = ExtResource( 3 )
shader_param/color_1 = Color( 0, 0, 0, 1 )
shader_param/color_2 = Color( 0.486275, 0, 0, 1 )
shader_param/checker_size = Vector2( 16, 16 )
shader_param/pan_speed = Vector2( 16, 0 )
shader_param/cycle_speed = Vector2( 4, 4 )
shader_param/cycle_alternation = Vector2( 4, 4 )
shader_param/uv_transform = Transform2D( 0, 1, 1, 0, 0, 0 )
[sub_resource type="Animation" id=2]
length = 0.001
tracks/0/type = "value"
tracks/0/path = NodePath("Label: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 ),
"transitions": PoolRealArray( 1 ),
"update": 0,
"values": [ Vector2( 8, 192 ) ]
}
[sub_resource type="Animation" id=3]
resource_name = "scroll"
length = 80.0
tracks/0/type = "value"
tracks/0/path = NodePath("Label: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, 80 ),
"transitions": PoolRealArray( 1, 1 ),
"update": 0,
"values": [ Vector2( 8, 182 ), Vector2( 8, -528 ) ]
}
[node name="IntroStory" type="Node2D"]
script = ExtResource( 5 )
[node name="ColorRect" type="ColorRect" parent="."]
material = SubResource( 1 )
margin_right = 256.0
margin_bottom = 192.0
[node name="Label" type="Label" parent="."]
material = ExtResource( 2 )
margin_left = 8.0
margin_top = 192.0
margin_right = 248.0
margin_bottom = 722.0
theme = ExtResource( 1 )
text = "And so with Fami and all the other corruptive forces of the world taken out, a new future is born.
The Shards had
turned Fami into Famira, one of the most powerful beings in the entire universe, a monster only bested by SG's
heroic courage.
SG and the other freedom fighters realized that kind of power should not be able to rest in the hands of anyone,
and so a year later, the heroes collected the shards again and sent them to planet x, never to be found again.
SG and their friends plan to create a utopia where everyone shares resources and works together to support each other, a future without
coercive hierarchies or money.
It will take a lot of work for this plan to come to fruition but it's easier now but with
the capitalist order dismantled. It'll take the work of many people not only to establish this utopia, but to keep it alive.
It's thanks to everyone that the world is saved, not only SG, but their friends as well, and you, the player!"
align = 1
autowrap = true
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
autoplay = "scroll"
anims/RESET = SubResource( 2 )
anims/scroll = SubResource( 3 )
[node name="VoiceOver" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 4 )
[connection signal="animation_finished" from="AnimationPlayer" to="." method="_on_AnimationPlayer_animation_finished"]