aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2022-01-04 21:17:23 +0100
committersalaaad2 <arthurdurant263@gmail.com>2022-01-04 21:17:23 +0100
commitc9f83a504dc1566543a01dac955d368f8e9ace08 (patch)
treee301466a4f58acb90094507522802c3034f0863b /meta
parentadd readme and optimize shooting vectors (diff)
downloadthreshold-c9f83a504dc1566543a01dac955d368f8e9ace08.tar.gz
threshold-c9f83a504dc1566543a01dac955d368f8e9ace08.tar.bz2
threshold-c9f83a504dc1566543a01dac955d368f8e9ace08.tar.xz
threshold-c9f83a504dc1566543a01dac955d368f8e9ace08.tar.zst
threshold-c9f83a504dc1566543a01dac955d368f8e9ace08.zip
two levels. moved shooting logic elsewhere
Diffstat (limited to 'meta')
-rw-r--r--meta/maps/stage_1_boss.bfm4
-rw-r--r--meta/maps/stage_1_start.bfm4
-rw-r--r--meta/media/mp3/shotty_reload.mp3bin0 -> 23584 bytes
-rw-r--r--meta/media/mp3/shotty_shoot.mp3bin0 -> 24468 bytes
4 files changed, 4 insertions, 4 deletions
diff --git a/meta/maps/stage_1_boss.bfm b/meta/maps/stage_1_boss.bfm
index 9f4e6bc..2987ef6 100644
--- a/meta/maps/stage_1_boss.bfm
+++ b/meta/maps/stage_1_boss.bfm
@@ -1,2 +1,2 @@
-E 1 100
- S 10
+E 2 100
+N 0
diff --git a/meta/maps/stage_1_start.bfm b/meta/maps/stage_1_start.bfm
index bfc81b6..1678c3a 100644
--- a/meta/maps/stage_1_start.bfm
+++ b/meta/maps/stage_1_start.bfm
@@ -1,2 +1,2 @@
-E 10 20
- S 1
+E 2 20
+N stage_1_boss.bfm
diff --git a/meta/media/mp3/shotty_reload.mp3 b/meta/media/mp3/shotty_reload.mp3
new file mode 100644
index 0000000..f60a67e
--- /dev/null
+++ b/meta/media/mp3/shotty_reload.mp3
Binary files differ
diff --git a/meta/media/mp3/shotty_shoot.mp3 b/meta/media/mp3/shotty_shoot.mp3
new file mode 100644
index 0000000..e99498c
--- /dev/null
+++ b/meta/media/mp3/shotty_shoot.mp3
Binary files differ