22 lines
816 B
Plaintext
22 lines
816 B
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://c31w28fcqw4ra"]
|
|
|
|
[ext_resource type="Script" uid="uid://fxixa11vqdrn" path="res://scripts/enemy.gd" id="1_82j8k"]
|
|
[ext_resource type="Texture2D" uid="uid://1mkagt2y0jah" path="res://graphics/questview/goo.png" id="2_87tms"]
|
|
[ext_resource type="Script" uid="uid://727tgvtmq4nb" path="res://data/statblock.gd" id="2_fehp8"]
|
|
|
|
[sub_resource type="Resource" id="Resource_bfuvr"]
|
|
script = ExtResource("2_fehp8")
|
|
metadata/_custom_type_script = "uid://727tgvtmq4nb"
|
|
|
|
[node name="Goo" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
script = ExtResource("1_82j8k")
|
|
stats = SubResource("Resource_bfuvr")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
position = Vector2(5, -47)
|
|
texture = ExtResource("2_87tms")
|
|
|
|
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|