im too lazy to do commit messages right now

This commit is contained in:
pennyrigate 2023-04-17 02:49:25 -04:00
parent 4f5a66379a
commit ee779f2899
15 changed files with 128 additions and 17 deletions

View file

@ -0,0 +1,34 @@
[gd_scene load_steps=7 format=2]
[ext_resource path="res://shaders/recolor_border.shader" type="Shader" id=1]
[ext_resource path="res://graphics/enemy/pal_slime_purple.png" type="Texture" id=2]
[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" id=3]
[ext_resource path="res://graphics/enemy/slime.png" type="Texture" id=4]
[sub_resource type="ShaderMaterial" id=1]
shader = ExtResource( 1 )
shader_param/border_color = Color( 0, 0, 0, 1 )
shader_param/border_corners = false
shader_param/palette = ExtResource( 2 )
[sub_resource type="AtlasTexture" id=2]
atlas = ExtResource( 4 )
region = Rect2( 0, 0, 13, 12 )
[node name="Lore" instance=ExtResource( 3 )]
[node name="TextureRect" parent="Panel" index="0"]
material = SubResource( 1 )
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"

View file

@ -0,0 +1,32 @@
[gd_scene load_steps=6 format=2]
[ext_resource path="res://shaders/1px_border.gdshader" type="Shader" id=1]
[ext_resource path="res://graphics/enemy/bat.png" type="Texture" id=2]
[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" 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( 2 )
region = Rect2( 18, 0, 18, 10 )
[node name="Lore" instance=ExtResource( 3 )]
[node name="TextureRect" parent="Panel" index="0"]
material = SubResource( 1 )
texture = SubResource( 2 )
[node name="Control" parent="." index="1"]
margin_top = 68.0
margin_right = 256.0
margin_bottom = 123.0
[node name="Label" parent="Control" index="0"]
margin_top = 3.0
margin_right = 215.0
margin_bottom = 52.0
text = "CATBAT:
A Chimera created from vampire bat and panther materials given an artificial soul"

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://graphics/enemy/snake.png" type="Texture" id=2]
[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" 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( 2 )
region = Rect2( 0, 0, 13, 16 )
[node name="Lore" instance=ExtResource( 3 )]
[node name="TextureRect" parent="Panel" index="0"]
material = SubResource( 1 )
texture = SubResource( 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 = "Eviscerator:
A chimera created by snake and alligator parts, stitched together and turned into a monster.monsters like these have no compassion."

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/verdant_hills.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 = "Verdant hills:
Sg made their home here because it was a peaceful and beautiful place, but that all changed when it was attacked by chimeras."