32 lines
1.1 KiB
Text
32 lines
1.1 KiB
Text
[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_bottom = 136.0
|
|
|
|
[node name="Label" parent="Control" index="0"]
|
|
margin_top = 3.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."
|