diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2022-01-04 21:17:23 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2022-01-04 21:17:23 +0100 |
commit | c9f83a504dc1566543a01dac955d368f8e9ace08 (patch) | |
tree | e301466a4f58acb90094507522802c3034f0863b /meta | |
parent | add readme and optimize shooting vectors (diff) | |
download | threshold-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.bfm | 4 | ||||
-rw-r--r-- | meta/maps/stage_1_start.bfm | 4 | ||||
-rw-r--r-- | meta/media/mp3/shotty_reload.mp3 | bin | 0 -> 23584 bytes | |||
-rw-r--r-- | meta/media/mp3/shotty_shoot.mp3 | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..f60a67e --- /dev/null +++ b/meta/media/mp3/shotty_reload.mp3 diff --git a/meta/media/mp3/shotty_shoot.mp3 b/meta/media/mp3/shotty_shoot.mp3 Binary files differnew file mode 100644 index 0000000..e99498c --- /dev/null +++ b/meta/media/mp3/shotty_shoot.mp3 |