forked from team-sg/hero-mark-2
24 lines
742 B
Text
24 lines
742 B
Text
[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.
|
|
"
|