You are not logged in.
Pages: 1
Hi again, now. I know it has errors but before I get around to fixing some stuff I would like some feedback on the overall level design. :3
Screenshots:
Download :
http://www.megaupload.com/?d=K0CP4K87
Enjoy :3
oh and btw....how do I add a boss to a stage?
Offline
Awesome level
Unfortunately you can't code your own boss yet (unless you modify the source code), as there's no scripting language available yet. However, you can include a pre-existing boss by including this line into the .lev file:
boss [boss_id] [spawn_point_xpos] [spawn_point_ypos] [area_rect_xpos] [area_rect_ypos] [area_rect_width] [area_rect_height]
As of OS 0.1.3, boss_id can be 0, 1, 2 or 3.
levels/superboss_1.lev has the following line:
boss 2 900 80 450 0 638 231
It says:
Create boss number #2 at position (900,80). The boss arena is a rectangle that starts at position (450,0) and is 638 pixels large and 231 pixels tall.
Offline
Pages: 1