diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2022-01-22 06:54:03 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2022-01-22 06:54:03 +0100 |
commit | d5e16effbac565310c1a43869d8d1d72264b400c (patch) | |
tree | 3a452770afd9ec5608555cc6107ac876bfea4bef /meta/maps | |
parent | rework parsing and wave management (diff) | |
download | threshold-d5e16effbac565310c1a43869d8d1d72264b400c.tar.gz threshold-d5e16effbac565310c1a43869d8d1d72264b400c.tar.bz2 threshold-d5e16effbac565310c1a43869d8d1d72264b400c.tar.xz threshold-d5e16effbac565310c1a43869d8d1d72264b400c.tar.zst threshold-d5e16effbac565310c1a43869d8d1d72264b400c.zip |
Parsing: the great rework (tm) finally works as intended
Diffstat (limited to 'meta/maps')
-rw-r--r-- | meta/maps/stage_1_1.bfm | 2 | ||||
-rw-r--r-- | meta/maps/stage_1_boss.bfm | 2 | ||||
-rw-r--r-- | meta/maps/stage_2_start.bfm | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/maps/stage_1_1.bfm b/meta/maps/stage_1_1.bfm index 61008a4..a3dd5dd 100644 --- a/meta/maps/stage_1_1.bfm +++ b/meta/maps/stage_1_1.bfm @@ -1,5 +1,5 @@ BOSS 0 0 -ENEMIES 20 20 +MINIONS 20 20 WAVES 2 10 NEXT stage_1_boss.bfm BACKGROUND ../meta/media/sprites/stage_1_regbg.png diff --git a/meta/maps/stage_1_boss.bfm b/meta/maps/stage_1_boss.bfm index c5af193..57cae07 100644 --- a/meta/maps/stage_1_boss.bfm +++ b/meta/maps/stage_1_boss.bfm @@ -1,5 +1,5 @@ BOSS 1 10 -ENEMIES 2 100 +MINIONS 2 100 WAVES 1 2 NEXT stage_1_boss.bfm BACKGROUND ../meta/media/sprites/stage_1_bossbg.png diff --git a/meta/maps/stage_2_start.bfm b/meta/maps/stage_2_start.bfm index 957fd5d..756acb6 100644 --- a/meta/maps/stage_2_start.bfm +++ b/meta/maps/stage_2_start.bfm @@ -1,4 +1,4 @@ -BOSS 1 10 +BOSS 2 10 MINIONS 2 50 WAVES 1 2 NEXT stage_1_boss.bfm |