Submissions from 2015-06-15 to 2015-06-16 (2 total)

Enemies

A submission for Make games. 142

Started working on adding enemies to the shmup. Gifs to come this week.

A submission for Make games. 142

I've rewrote part of the code so now both players are the same object with different animations. I've come up with a great way to have the same blocks of events for all the players too, so there's only a few lines of code for movement.

I had some trouble making the screen scroll though but after some crazy object picking it now works.

I still need to fix the digging animations for each player but so far everything is looking great. After I'm done with this I'll begin working on each screen. I'm still not sure if I should add the tilemaps manually in the same layout or if I should make them load when the player changes screen. The former is MUCH more work but if I did it right, I would be able to make a level editor of sorts. Still, I'm not sure it's worth it...