Basic pathfinding working for crying ghosts
This commit is contained in:
37
Characters/Alien/Alien.tres
Normal file
37
Characters/Alien/Alien.tres
Normal file
@@ -0,0 +1,37 @@
|
||||
[gd_resource type="SpriteFrames" load_steps=5 format=3 uid="uid://bqy3twlyxmhx6"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://lja331o88abg" path="res://Characters/Alien/Sprite-0004.png" id="1_gpyw1"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_ffiei"]
|
||||
atlas = ExtResource("1_gpyw1")
|
||||
region = Rect2(0, 0, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_d4kv8"]
|
||||
atlas = ExtResource("1_gpyw1")
|
||||
region = Rect2(0, 0, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_117nm"]
|
||||
atlas = ExtResource("1_gpyw1")
|
||||
region = Rect2(16, 0, 16, 32)
|
||||
|
||||
[resource]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_ffiei")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_d4kv8")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_117nm")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"walk",
|
||||
"speed": 5.0
|
||||
}]
|
||||
Reference in New Issue
Block a user