hero-mark-2/cutscenes/intro_story.tscn
2024-07-12 17:25:03 -04:00

88 lines
3.4 KiB
Text

[gd_scene load_steps=8 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://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.1188, 0.1188, 0.22, 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, 198 ), Vector2( 8, -600 ) ]
}
[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 = 800.0
theme = ExtResource( 1 )
text = "The Year is 2083.
All hope seems lost.
What's left of America has become a horrible autocracy. A man named Fami has complete control over the government, and owns most companies in America, at a time where business is more important than it's ever been.
Fami achieved his authority through the use of monstrous chimeras - creatures made from a combination of biological materials and AI cores known as \"artificial souls\".
The technology responsible for such machines was developed by an egotistical man named Dr. Intelli. Intelli had given up on humanity long ago, he now wishes for the world to be run by machines.
Intelli also developed a space laser that can be powered by the shards of zircon ultima, a gem that can grant unlimited power. Fami used the laser to horribly alter the world, which scattered the shards across Virginia. Fami plans to use the shards again. the future looks bleak.
SG, an assembly line worker at one of Intelli's factories, is fed up with their endless toil.
After learning of Fami's plan from their best friend Speccy, they realize they need to take matters into their own hands. SG vows to change the future, they have made it their mission to keep the shards from Fami as well as bring an end to his reign.
"
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="."]
[connection signal="animation_finished" from="AnimationPlayer" to="." method="_on_AnimationPlayer_animation_finished"]