From 9add408984464bd6b3cc018bb14c3d69ad0a2898 Mon Sep 17 00:00:00 2001 From: quou Date: Tue, 8 Oct 2024 19:56:08 +1100 Subject: New flying enemy that drops arrows --- intermediate/arms.bmp | Bin 41538 -> 41538 bytes intermediate/arrow.anm | 2 ++ intermediate/fly_left.anm | 11 +++++++++++ intermediate/fly_right.anm | 11 +++++++++++ intermediate/npc.bmp | Bin 37002 -> 49290 bytes 5 files changed, 24 insertions(+) create mode 100644 intermediate/arrow.anm create mode 100644 intermediate/fly_left.anm create mode 100644 intermediate/fly_right.anm (limited to 'intermediate') diff --git a/intermediate/arms.bmp b/intermediate/arms.bmp index 4a0664f..299bd16 100644 Binary files a/intermediate/arms.bmp and b/intermediate/arms.bmp 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 Binary files a/intermediate/npc.bmp and b/intermediate/npc.bmp differ -- cgit v1.2.3-54-g00ecf