forked from team-sg/hero-mark-2
worked on more lore
This commit is contained in:
parent
440695634f
commit
6c00959941
13 changed files with 216 additions and 13 deletions
BIN
graphics/lore/crater_of_the_abyss.png
Normal file
BIN
graphics/lore/crater_of_the_abyss.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 533 B |
35
graphics/lore/crater_of_the_abyss.png.import
Normal file
35
graphics/lore/crater_of_the_abyss.png.import
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="StreamTexture"
|
||||||
|
path="res://.import/crater_of_the_abyss.png-44342320e1396b51a3b006db6564a8b9.stex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://graphics/lore/crater_of_the_abyss.png"
|
||||||
|
dest_files=[ "res://.import/crater_of_the_abyss.png-44342320e1396b51a3b006db6564a8b9.stex" ]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_mode=0
|
||||||
|
compress/bptc_ldr=0
|
||||||
|
compress/normal_map=0
|
||||||
|
flags/repeat=0
|
||||||
|
flags/filter=false
|
||||||
|
flags/mipmaps=false
|
||||||
|
flags/anisotropic=false
|
||||||
|
flags/srgb=2
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/HDR_as_SRGB=false
|
||||||
|
process/invert_color=false
|
||||||
|
process/normal_map_invert_y=false
|
||||||
|
stream=false
|
||||||
|
size_limit=0
|
||||||
|
detect_3d=true
|
||||||
|
svg/scale=1.0
|
BIN
graphics/lore/scrump_lore.png
Normal file
BIN
graphics/lore/scrump_lore.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 740 B |
35
graphics/lore/scrump_lore.png.import
Normal file
35
graphics/lore/scrump_lore.png.import
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="StreamTexture"
|
||||||
|
path="res://.import/scrump_lore.png-91e5f3c77b57e010126e8911c72a1858.stex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://graphics/lore/scrump_lore.png"
|
||||||
|
dest_files=[ "res://.import/scrump_lore.png-91e5f3c77b57e010126e8911c72a1858.stex" ]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_mode=0
|
||||||
|
compress/bptc_ldr=0
|
||||||
|
compress/normal_map=0
|
||||||
|
flags/repeat=0
|
||||||
|
flags/filter=false
|
||||||
|
flags/mipmaps=false
|
||||||
|
flags/anisotropic=false
|
||||||
|
flags/srgb=2
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/HDR_as_SRGB=false
|
||||||
|
process/invert_color=false
|
||||||
|
process/normal_map_invert_y=false
|
||||||
|
stream=false
|
||||||
|
size_limit=0
|
||||||
|
detect_3d=true
|
||||||
|
svg/scale=1.0
|
19
objects/lore/abyss/crater_of_the_abyss.tscn
Normal file
19
objects/lore/abyss/crater_of_the_abyss.tscn
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
[gd_scene load_steps=3 format=2]
|
||||||
|
|
||||||
|
[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" id=1]
|
||||||
|
[ext_resource path="res://graphics/lore/crater_of_the_abyss.png" type="Texture" id=2]
|
||||||
|
|
||||||
|
[node name="Lore" instance=ExtResource( 1 )]
|
||||||
|
|
||||||
|
[node name="TextureRect" parent="Panel" index="0"]
|
||||||
|
texture = ExtResource( 2 )
|
||||||
|
|
||||||
|
[node name="Control" parent="." index="1"]
|
||||||
|
margin_top = 62.0
|
||||||
|
margin_bottom = 130.0
|
||||||
|
|
||||||
|
[node name="Label" parent="Control" index="0"]
|
||||||
|
margin_top = 3.0
|
||||||
|
margin_bottom = 65.0
|
||||||
|
text = "Crater of the Abyss:
|
||||||
|
One of the victims of Fami's horrible space laser. its only inhabitants are chimeras and fake coral."
|
|
@ -40,9 +40,9 @@ stretch_mode = 4
|
||||||
|
|
||||||
[node name="Control" type="PanelContainer" parent="."]
|
[node name="Control" type="PanelContainer" parent="."]
|
||||||
margin_left = 38.0
|
margin_left = 38.0
|
||||||
margin_top = 42.0
|
margin_top = 55.0
|
||||||
margin_right = 256.0
|
margin_right = 256.0
|
||||||
margin_bottom = 149.0
|
margin_bottom = 136.0
|
||||||
rect_min_size = Vector2( 0, 40 )
|
rect_min_size = Vector2( 0, 40 )
|
||||||
rect_clip_content = true
|
rect_clip_content = true
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
|
@ -52,9 +52,9 @@ size_flags_vertical = 6
|
||||||
margin_left = 3.0
|
margin_left = 3.0
|
||||||
margin_top = 3.0
|
margin_top = 3.0
|
||||||
margin_right = 215.0
|
margin_right = 215.0
|
||||||
margin_bottom = 104.0
|
margin_bottom = 78.0
|
||||||
custom_fonts/font = ExtResource( 2 )
|
custom_fonts/font = ExtResource( 2 )
|
||||||
text = "Turchin:
|
text = "Turchin:
|
||||||
A Chimera made from sea turtle and sea urchin parts,it was the first waterproof chimera to be invented. it's very expensive to produce due to the declining sea turtle population"
|
A Chimera made from sea turtle and sea urchin parts. it's very expensive to produce due to the declining sea turtle population."
|
||||||
align = 1
|
align = 1
|
||||||
autowrap = true
|
autowrap = true
|
||||||
|
|
19
objects/lore/boss/dr_intelli.tscn
Normal file
19
objects/lore/boss/dr_intelli.tscn
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
[gd_scene load_steps=3 format=2]
|
||||||
|
|
||||||
|
[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" id=1]
|
||||||
|
[ext_resource path="res://graphics/npc/intelli_idle.png" type="Texture" id=2]
|
||||||
|
|
||||||
|
[node name="Lore" instance=ExtResource( 1 )]
|
||||||
|
|
||||||
|
[node name="TextureRect" parent="Panel" index="0"]
|
||||||
|
texture = ExtResource( 2 )
|
||||||
|
|
||||||
|
[node name="Control" parent="." index="1"]
|
||||||
|
margin_top = 55.0
|
||||||
|
margin_bottom = 136.0
|
||||||
|
|
||||||
|
[node name="Label" parent="Control" index="0"]
|
||||||
|
margin_top = 3.0
|
||||||
|
margin_bottom = 78.0
|
||||||
|
text = "Dr.Intelli:
|
||||||
|
born 03/23/2051, despite working with him, he does not think fondly of fami, and wants to establish his own dystopia one day."
|
19
objects/lore/boss/the_scrump.tscn
Normal file
19
objects/lore/boss/the_scrump.tscn
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
[gd_scene load_steps=3 format=2]
|
||||||
|
|
||||||
|
[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" id=1]
|
||||||
|
[ext_resource path="res://graphics/lore/scrump_lore.png" type="Texture" id=2]
|
||||||
|
|
||||||
|
[node name="Lore" instance=ExtResource( 1 )]
|
||||||
|
|
||||||
|
[node name="TextureRect" parent="Panel" index="0"]
|
||||||
|
texture = ExtResource( 2 )
|
||||||
|
|
||||||
|
[node name="Control" parent="." index="1"]
|
||||||
|
margin_top = 68.0
|
||||||
|
margin_bottom = 123.0
|
||||||
|
|
||||||
|
[node name="Label" parent="Control" index="0"]
|
||||||
|
margin_top = 3.0
|
||||||
|
margin_bottom = 52.0
|
||||||
|
text = "The Scrump:
|
||||||
|
A horrid chimera made to look like the god of a satirical religion from the 30's."
|
23
objects/lore/cave/Shedge.tscn
Normal file
23
objects/lore/cave/Shedge.tscn
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
[gd_scene load_steps=4 format=2]
|
||||||
|
|
||||||
|
[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" id=1]
|
||||||
|
[ext_resource path="res://graphics/enemy/snail.png" type="Texture" id=2]
|
||||||
|
|
||||||
|
[sub_resource type="AtlasTexture" id=1]
|
||||||
|
atlas = ExtResource( 2 )
|
||||||
|
region = Rect2( 0, 0, 12, 11 )
|
||||||
|
|
||||||
|
[node name="Lore" instance=ExtResource( 1 )]
|
||||||
|
|
||||||
|
[node name="TextureRect" parent="Panel" index="0"]
|
||||||
|
texture = SubResource( 1 )
|
||||||
|
|
||||||
|
[node name="Control" parent="." index="1"]
|
||||||
|
margin_top = 55.0
|
||||||
|
margin_bottom = 136.0
|
||||||
|
|
||||||
|
[node name="Label" parent="Control" index="0"]
|
||||||
|
margin_top = 3.0
|
||||||
|
margin_bottom = 78.0
|
||||||
|
text = "Shedge:
|
||||||
|
a combination of a snail and a hedgehog. it may seem slow at first, but the hedgehog parts are responsible for its blinding speed."
|
30
objects/lore/graveyard/hellarcher.tscn
Normal file
30
objects/lore/graveyard/hellarcher.tscn
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
[gd_scene load_steps=6 format=2]
|
||||||
|
|
||||||
|
[ext_resource path="res://shaders/1px_border.gdshader" type="Shader" id=1]
|
||||||
|
[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" id=2]
|
||||||
|
[ext_resource path="res://graphics/enemy/hellarcher_shoot.png" type="Texture" id=3]
|
||||||
|
|
||||||
|
[sub_resource type="ShaderMaterial" id=1]
|
||||||
|
shader = ExtResource( 1 )
|
||||||
|
shader_param/border_color = Color( 0, 0, 0, 1 )
|
||||||
|
shader_param/border_corners = false
|
||||||
|
|
||||||
|
[sub_resource type="AtlasTexture" id=2]
|
||||||
|
atlas = ExtResource( 3 )
|
||||||
|
region = Rect2( 0, 0, 19, 20 )
|
||||||
|
|
||||||
|
[node name="Lore" instance=ExtResource( 2 )]
|
||||||
|
|
||||||
|
[node name="TextureRect" parent="Panel" index="0"]
|
||||||
|
material = SubResource( 1 )
|
||||||
|
texture = SubResource( 2 )
|
||||||
|
|
||||||
|
[node name="Control" parent="." index="1"]
|
||||||
|
margin_top = 62.0
|
||||||
|
margin_bottom = 130.0
|
||||||
|
|
||||||
|
[node name="Label" parent="Control" index="0"]
|
||||||
|
margin_top = 3.0
|
||||||
|
margin_bottom = 65.0
|
||||||
|
text = "Hellarcher:
|
||||||
|
The withered remains of an old president reanimated with an artificial soul and given horns and a cloak."
|
|
@ -23,12 +23,10 @@ texture = SubResource( 2 )
|
||||||
|
|
||||||
[node name="Control" parent="." index="1"]
|
[node name="Control" parent="." index="1"]
|
||||||
margin_top = 55.0
|
margin_top = 55.0
|
||||||
margin_right = 256.0
|
|
||||||
margin_bottom = 136.0
|
margin_bottom = 136.0
|
||||||
|
|
||||||
[node name="Label" parent="Control" index="0"]
|
[node name="Label" parent="Control" index="0"]
|
||||||
margin_top = 3.0
|
margin_top = 3.0
|
||||||
margin_right = 215.0
|
|
||||||
margin_bottom = 78.0
|
margin_bottom = 78.0
|
||||||
text = "BioSLime:
|
text = "BioSLime:
|
||||||
A monster made from discarded biological materials for making chimeras. it is the chicken nugget of the chimera world"
|
A monster made from discarded biological materials for making chimeras. it is the chicken nugget of the chimera world."
|
||||||
|
|
26
objects/lore/hills/sg.tscn
Normal file
26
objects/lore/hills/sg.tscn
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
[gd_scene load_steps=5 format=2]
|
||||||
|
|
||||||
|
[ext_resource path="res://shaders/1px_border.gdshader" type="Shader" id=1]
|
||||||
|
[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" id=2]
|
||||||
|
[ext_resource path="res://graphics/player/sg_idle_color.png" type="Texture" id=3]
|
||||||
|
|
||||||
|
[sub_resource type="ShaderMaterial" id=1]
|
||||||
|
shader = ExtResource( 1 )
|
||||||
|
shader_param/border_color = Color( 0, 0, 0, 1 )
|
||||||
|
shader_param/border_corners = true
|
||||||
|
|
||||||
|
[node name="Lore" instance=ExtResource( 2 )]
|
||||||
|
|
||||||
|
[node name="TextureRect" parent="Panel" index="0"]
|
||||||
|
material = SubResource( 1 )
|
||||||
|
texture = ExtResource( 3 )
|
||||||
|
|
||||||
|
[node name="Control" parent="." index="1"]
|
||||||
|
margin_top = 55.0
|
||||||
|
margin_bottom = 136.0
|
||||||
|
|
||||||
|
[node name="Label" parent="Control" index="0"]
|
||||||
|
margin_top = 3.0
|
||||||
|
margin_bottom = 78.0
|
||||||
|
text = "SG:
|
||||||
|
born 07/15/2061, factory worker turned freedom fighter. despite their frailness they will do anything to save the future."
|
|
@ -16,12 +16,11 @@ material = SubResource( 1 )
|
||||||
texture = ExtResource( 3 )
|
texture = ExtResource( 3 )
|
||||||
|
|
||||||
[node name="Control" parent="." index="1"]
|
[node name="Control" parent="." index="1"]
|
||||||
margin_top = 42.0
|
margin_top = 49.0
|
||||||
margin_bottom = 149.0
|
margin_bottom = 143.0
|
||||||
|
|
||||||
[node name="Label" parent="Control" index="0"]
|
[node name="Label" parent="Control" index="0"]
|
||||||
margin_top = 3.0
|
margin_top = 3.0
|
||||||
margin_bottom = 104.0
|
margin_bottom = 91.0
|
||||||
text = "Name: Ms. X (Marisa Xevious)
|
text = "Ms. X (Marisa Xevious):
|
||||||
Birthday: October 21, 2062
|
born 10/21/2062, she was locked up for such trivial crimes as shoplifting and marijuana possession. her reliance on weed causes many issues in her life."
|
||||||
A young trans woman locked away for such frivolous crimes as shoplifting and marijuana possession. her reliance on weed causes a lot of issues in her life."
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue