It's much more surprising if the enemies fall from sky instead of running toward you. You just need to add three more tags. The first one is "x" - you must set this value smaller than the actual "bound", otherwise the enemies would fall behind the bound-border. The second one is "y". You must note a negative value for y so the characters will be created in the sky. Finally, you can add "act: 212". Frame 212 is the last "jump"-frame. If you note this, it'll look like the character is wait for the landing and they won't be able to run during the fall...
<stage> id: 0 #stage 1-1
<phase> bound: 900
id: 30 hp: 50 act: 212 x: 400 y: -500 ratio: 2.0
id: 31 hp: 50 act: 212 x: 500 y: -500 times: 2.0
<phase_end>
<stage_end>
Fall from Sky |
Inspired by DarkLordXIII