forked from team-sg/hero-mark-2
added more lore entries
This commit is contained in:
parent
65e1d2f015
commit
b02c3747a1
5 changed files with 101 additions and 2 deletions
23
objects/lore/canopy/sabrespighter.tscn
Normal file
23
objects/lore/canopy/sabrespighter.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/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"
|
Loading…
Add table
Add a link
Reference in a new issue