diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2022-01-20 13:46:23 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2022-01-20 13:46:23 +0100 |
commit | 0443633f412726e73cbc803e5c091be58311bd88 (patch) | |
tree | e4f5fa2956296cbf7227742ebc03b308d4f86192 /meta/maps | |
parent | rework parsing and level mangment. commit often (diff) | |
download | threshold-0443633f412726e73cbc803e5c091be58311bd88.tar.gz threshold-0443633f412726e73cbc803e5c091be58311bd88.tar.bz2 threshold-0443633f412726e73cbc803e5c091be58311bd88.tar.xz threshold-0443633f412726e73cbc803e5c091be58311bd88.tar.zst threshold-0443633f412726e73cbc803e5c091be58311bd88.zip |
rework parsing and wave management
Diffstat (limited to 'meta/maps')
-rw-r--r-- | meta/maps/stage_1_start.bfm | 4 | ||||
-rw-r--r-- | meta/maps/stage_2_start.bfm | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/maps/stage_1_start.bfm b/meta/maps/stage_1_start.bfm index bfae4e5..399088d 100644 --- a/meta/maps/stage_1_start.bfm +++ b/meta/maps/stage_1_start.bfm @@ -1,5 +1,5 @@ BOSS 0 0 -MINIONS 20 20 -WAVES 2 10 +MINIONS 10 20 +WAVES 1 10 NEXT stage_1_1.bfm BACKGROUND ../meta/media/sprites/stage_1_regbg.png diff --git a/meta/maps/stage_2_start.bfm b/meta/maps/stage_2_start.bfm index bde292a..957fd5d 100644 --- a/meta/maps/stage_2_start.bfm +++ b/meta/maps/stage_2_start.bfm @@ -1,5 +1,5 @@ BOSS 1 10 -ENEMIES 2 50 +MINIONS 2 50 WAVES 1 2 NEXT stage_1_boss.bfm BACKGROUND ../meta/media/sprites/stage_1_bossbg.png |