diff --git a/objects/lore/canopy/chipit.tscn b/objects/lore/canopy/chipit.tscn new file mode 100644 index 0000000..bfdcb54 --- /dev/null +++ b/objects/lore/canopy/chipit.tscn @@ -0,0 +1,24 @@ +[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/jumping_spider.png" type="Texture" id=2] + +[sub_resource type="AtlasTexture" id=1] +atlas = ExtResource( 2 ) +region = Rect2( 0, 0, 13, 12 ) + +[node name="Lore" instance=ExtResource( 1 )] + +[node name="TextureRect" parent="Panel" index="0"] +texture = SubResource( 1 ) + +[node name="Control" parent="." index="1"] +margin_top = 42.0 +margin_bottom = 149.0 + +[node name="Label" parent="Control" index="0"] +margin_top = 3.0 +margin_bottom = 104.0 +text = "Chipit: +This chimera is a cross between a chipmunk and a cricket. defective units are deep fried and packaged into the popular snack food Chip-Itz. +" diff --git a/objects/lore/canopy/sabrespighter.tscn b/objects/lore/canopy/sabrespighter.tscn new file mode 100644 index 0000000..00cbfc7 --- /dev/null +++ b/objects/lore/canopy/sabrespighter.tscn @@ -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/spider.png" type="Texture" id=2] + +[sub_resource type="AtlasTexture" id=1] +atlas = ExtResource( 2 ) +region = Rect2( 0, 0, 15, 14 ) + +[node name="Lore" instance=ExtResource( 1 )] + +[node name="TextureRect" parent="Panel" index="0"] +texture = SubResource( 1 ) + +[node name="Control" parent="." index="1"] +margin_top = 49.0 +margin_bottom = 143.0 + +[node name="Label" parent="Control" index="0"] +margin_top = 3.0 +margin_bottom = 91.0 +text = "sabrespighter: +This beast is a cross between a sabertooth tiger and a quarter-million black widow spiders. They were deployed in shady canopy to poison the water" diff --git a/objects/lore/cave/the_scrumps_tongue.tscn b/objects/lore/cave/the_scrumps_tongue.tscn new file mode 100644 index 0000000..1ffe28d --- /dev/null +++ b/objects/lore/cave/the_scrumps_tongue.tscn @@ -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/tentacle.png" type="Texture" id=2] + +[sub_resource type="AtlasTexture" id=1] +atlas = ExtResource( 2 ) +region = Rect2( 0, 0, 8, 24 ) + +[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 = "The scrump's tongue: +originally the scrump was meant to have a tongue.for some reason this feature was removed in favor of a synthetic vomit beam." diff --git a/objects/lore/hills/catbat.tscn b/objects/lore/hills/catbat.tscn index 6293c61..b5e1612 100644 --- a/objects/lore/hills/catbat.tscn +++ b/objects/lore/hills/catbat.tscn @@ -21,12 +21,10 @@ 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" diff --git a/objects/lore/mountain/rolling_fiend.tscn b/objects/lore/mountain/rolling_fiend.tscn new file mode 100644 index 0000000..81509e7 --- /dev/null +++ b/objects/lore/mountain/rolling_fiend.tscn @@ -0,0 +1,31 @@ +[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/rolling_fiend.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, 16, 18 ) + +[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 = 49.0 +margin_bottom = 143.0 + +[node name="Label" parent="Control" index="0"] +margin_top = 3.0 +margin_bottom = 91.0 +text = "Rolling Fiend: +Half of an octopus augmented with horse hooves. They are programmed to \"love\" the feeling of bodies under their hooves. +"