more cutscene work
This commit is contained in:
parent
f7c60470a2
commit
fbac189239
13 changed files with 199 additions and 32 deletions
|
@ -1,9 +1,8 @@
|
|||
[gd_scene load_steps=16 format=2]
|
||||
[gd_scene load_steps=15 format=2]
|
||||
|
||||
[ext_resource path="res://ui/theme.tres" type="Theme" id=1]
|
||||
[ext_resource path="res://tilesets/t_grass.tres" type="TileSet" 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://graphics/backgrounds/hills.png" type="Texture" id=5]
|
||||
[ext_resource path="res://graphics/npc/msx_future.png" type="Texture" id=6]
|
||||
[ext_resource path="res://graphics/npc/speccy_future.png" type="Texture" id=7]
|
||||
|
@ -67,25 +66,29 @@ material = ExtResource( 11 )
|
|||
margin_left = 8.0
|
||||
margin_top = 192.0
|
||||
margin_right = 248.0
|
||||
margin_bottom = 1086.0
|
||||
margin_bottom = 1281.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
|
||||
turned Fami into Super 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.
|
||||
|
||||
a few years after that, SG and their friends created a utopia where everyone shares resources and works together to support each other,
|
||||
a future without coercive hierarchies or money.
|
||||
9 years later, on the tenth anniversary of fami's death, SG and the other freedom fighters meet up for a picnic in
|
||||
celebration of his defeat.
|
||||
|
||||
It took the work of many people to establish this utopia, and it
|
||||
Many things have changed since 2083. Fami's oppressive goverment has crumbled, what was once a totalitarian virginia has now
|
||||
become a peaceful group of villages living on the landmass known as \"Genesis Island\".
|
||||
|
||||
Much of the world's problems are a thing of the past. The world no longer revolves around money and power.
|
||||
Instead everyone works together to the best of their ability to support each other and share resources.
|
||||
|
||||
It took the work of many people to create this future, and it
|
||||
takes everyone's contributions 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!
|
||||
|
||||
|
||||
|
||||
10 years after Fami died, SG and the other freedom fighters meet up for a picnic in celebration of his defeat.
|
||||
|
@ -97,7 +100,9 @@ Lastly, SG adopted a kid named SMS, who is
|
|||
taken care of by SG as well as other friends they've made from their village. SMS looks up to SG and wishes to be a hero one day.
|
||||
|
||||
Of course, keeping the utopia alive is still important and there are still smaller problems to fix, but hopefully everyone will continue
|
||||
to live in a world without the need for heroes to defeat great evils."
|
||||
to live in a world without the need for heroes to defeat great evils.
|
||||
|
||||
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
|
||||
|
||||
|
@ -107,7 +112,6 @@ anims/RESET = SubResource( 2 )
|
|||
anims/scroll = SubResource( 3 )
|
||||
|
||||
[node name="VoiceOver" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource( 4 )
|
||||
|
||||
[node name="TimeskipScene" type="Node2D" parent="."]
|
||||
z_index = -1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue