Add Watcher
This commit is contained in:
parent
6514ce3c54
commit
d1536529e4
9 changed files with 448 additions and 10 deletions
95
sprites/enemies/watcher.tres
Normal file
95
sprites/enemies/watcher.tres
Normal file
|
@ -0,0 +1,95 @@
|
|||
[gd_resource type="SpriteFrames" load_steps=14 format=3 uid="uid://dlf2p3eragspn"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://crckuao681ak2" path="res://sprites/enemies/watcher.png" id="1_dujpi"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_jjej5"]
|
||||
atlas = ExtResource("1_dujpi")
|
||||
region = Rect2(0, 0, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_p187d"]
|
||||
atlas = ExtResource("1_dujpi")
|
||||
region = Rect2(16, 0, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_raqyq"]
|
||||
atlas = ExtResource("1_dujpi")
|
||||
region = Rect2(32, 0, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_pcud7"]
|
||||
atlas = ExtResource("1_dujpi")
|
||||
region = Rect2(48, 0, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_qoohe"]
|
||||
atlas = ExtResource("1_dujpi")
|
||||
region = Rect2(64, 0, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_idtew"]
|
||||
atlas = ExtResource("1_dujpi")
|
||||
region = Rect2(80, 0, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_mdtd1"]
|
||||
atlas = ExtResource("1_dujpi")
|
||||
region = Rect2(96, 0, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_hw0o0"]
|
||||
atlas = ExtResource("1_dujpi")
|
||||
region = Rect2(112, 0, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_qw5lw"]
|
||||
atlas = ExtResource("1_dujpi")
|
||||
region = Rect2(128, 0, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_084tv"]
|
||||
atlas = ExtResource("1_dujpi")
|
||||
region = Rect2(144, 0, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_f1y8l"]
|
||||
atlas = ExtResource("1_dujpi")
|
||||
region = Rect2(160, 0, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_5r3b7"]
|
||||
atlas = ExtResource("1_dujpi")
|
||||
region = Rect2(176, 0, 16, 32)
|
||||
|
||||
[resource]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_jjej5")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_p187d")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_raqyq")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_pcud7")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_qoohe")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_idtew")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_mdtd1")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_hw0o0")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_qw5lw")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_084tv")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_f1y8l")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_5r3b7")
|
||||
}],
|
||||
"loop": false,
|
||||
"name": &"default",
|
||||
"speed": 10.0
|
||||
}]
|
Loading…
Add table
Add a link
Reference in a new issue