worked on more lore

This commit is contained in:
pennyrigate 2023-10-15 03:03:20 -04:00
parent 440695634f
commit 6c00959941
13 changed files with 216 additions and 13 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 533 B

View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 740 B

View 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

View 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."

View file

@ -40,9 +40,9 @@ stretch_mode = 4
[node name="Control" type="PanelContainer" parent="."]
margin_left = 38.0
margin_top = 42.0
margin_top = 55.0
margin_right = 256.0
margin_bottom = 149.0
margin_bottom = 136.0
rect_min_size = Vector2( 0, 40 )
rect_clip_content = true
size_flags_horizontal = 3
@ -52,9 +52,9 @@ size_flags_vertical = 6
margin_left = 3.0
margin_top = 3.0
margin_right = 215.0
margin_bottom = 104.0
margin_bottom = 78.0
custom_fonts/font = ExtResource( 2 )
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
autowrap = true

View 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."

View 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."

View 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."

View 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."

View file

@ -23,12 +23,10 @@ texture = SubResource( 2 )
[node name="Control" parent="." index="1"]
margin_top = 55.0
margin_right = 256.0
margin_bottom = 136.0
[node name="Label" parent="Control" index="0"]
margin_top = 3.0
margin_right = 215.0
margin_bottom = 78.0
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."

View 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."

View file

@ -16,12 +16,11 @@ material = SubResource( 1 )
texture = ExtResource( 3 )
[node name="Control" parent="." index="1"]
margin_top = 42.0
margin_bottom = 149.0
margin_top = 49.0
margin_bottom = 143.0
[node name="Label" parent="Control" index="0"]
margin_top = 3.0
margin_bottom = 104.0
text = "Name: Ms. X (Marisa Xevious)
Birthday: October 21, 2062
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."
margin_bottom = 91.0
text = "Ms. X (Marisa Xevious):
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."