aboutsummaryrefslogtreecommitdiff
path: root/intermediate
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-10-08 19:56:08 +1100
committerquou <quou@disroot.org>2024-10-08 19:56:08 +1100
commit9add408984464bd6b3cc018bb14c3d69ad0a2898 (patch)
treedde2af5525fd076d03c5c8e14067a4502aa1051e /intermediate
parentb5c69695c9c97c09f7ffa4d5a600d88cc06ee6da (diff)
New flying enemy that drops arrows
Diffstat (limited to 'intermediate')
-rw-r--r--intermediate/arms.bmpbin41538 -> 41538 bytes
-rw-r--r--intermediate/arrow.anm2
-rw-r--r--intermediate/fly_left.anm11
-rw-r--r--intermediate/fly_right.anm11
-rw-r--r--intermediate/npc.bmpbin37002 -> 49290 bytes
5 files changed, 24 insertions, 0 deletions
diff --git a/intermediate/arms.bmp b/intermediate/arms.bmp
index 4a0664f..299bd16 100644
--- a/intermediate/arms.bmp
+++ b/intermediate/arms.bmp
Binary files differ
diff --git a/intermediate/arrow.anm b/intermediate/arrow.anm
new file mode 100644
index 0000000..52447af
--- /dev/null
+++ b/intermediate/arrow.anm
@@ -0,0 +1,2 @@
+1
+{ 222, 34, 3, 12 }
diff --git a/intermediate/fly_left.anm b/intermediate/fly_left.anm
new file mode 100644
index 0000000..9fc3735
--- /dev/null
+++ b/intermediate/fly_left.anm
@@ -0,0 +1,11 @@
+1
+{ 0, 112, 16, 16 }
+{ 16, 112, 16, 16 }
+{ 32, 112, 16, 16 }
+{ 48, 112, 16, 16 }
+{ 64, 112, 16, 16 }
+{ 80, 112, 16, 16 }
+{ 64, 112, 16, 16 }
+{ 48, 112, 16, 16 }
+{ 32, 112, 16, 16 }
+{ 16, 112, 16, 16 }
diff --git a/intermediate/fly_right.anm b/intermediate/fly_right.anm
new file mode 100644
index 0000000..ae4ef6c
--- /dev/null
+++ b/intermediate/fly_right.anm
@@ -0,0 +1,11 @@
+1
+{ 0, 96, 16, 16 }
+{ 16, 96, 16, 16 }
+{ 32, 96, 16, 16 }
+{ 48, 96, 16, 16 }
+{ 64, 96, 16, 16 }
+{ 80, 96, 16, 16 }
+{ 64, 96, 16, 16 }
+{ 48, 96, 16, 16 }
+{ 32, 96, 16, 16 }
+{ 16, 96, 16, 16 }
diff --git a/intermediate/npc.bmp b/intermediate/npc.bmp
index 9a961a7..ebcd40a 100644
--- a/intermediate/npc.bmp
+++ b/intermediate/npc.bmp
Binary files differ