diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2022-01-07 16:12:29 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2022-01-07 16:12:29 +0100 |
commit | 977bbaedb88d438e871a1e24e40902dfb6afd495 (patch) | |
tree | 712a0aae6b3268e2184294da2b768c58300da25d /meta/maps | |
parent | adjust boss hp and add back fury (diff) | |
download | threshold-977bbaedb88d438e871a1e24e40902dfb6afd495.tar.gz threshold-977bbaedb88d438e871a1e24e40902dfb6afd495.tar.bz2 threshold-977bbaedb88d438e871a1e24e40902dfb6afd495.tar.xz threshold-977bbaedb88d438e871a1e24e40902dfb6afd495.tar.zst threshold-977bbaedb88d438e871a1e24e40902dfb6afd495.zip |
display next level
Diffstat (limited to 'meta/maps')
-rw-r--r-- | meta/maps/stage_1_1.bfm | 3 | ||||
-rw-r--r-- | meta/maps/stage_1_start.bfm | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/meta/maps/stage_1_1.bfm b/meta/maps/stage_1_1.bfm new file mode 100644 index 0000000..8d699ec --- /dev/null +++ b/meta/maps/stage_1_1.bfm @@ -0,0 +1,3 @@ +BOSS 0 0 +ENEMIES 15 20 +NEXT stage_1_boss.bfm diff --git a/meta/maps/stage_1_start.bfm b/meta/maps/stage_1_start.bfm index b5ae8e0..ca380e2 100644 --- a/meta/maps/stage_1_start.bfm +++ b/meta/maps/stage_1_start.bfm @@ -1,3 +1,3 @@ BOSS 0 0 ENEMIES 10 20 -NEXT stage_1_boss.bfm +NEXT stage_1_1.bfm |