emillon / bulletml

Tools to manipulate and interpret shmup patterns
BSD 2-Clause "Simplified" License
79 stars 5 forks source link

Make a dummy ship for the demos #19

Closed emillon closed 10 years ago

emillon commented 10 years ago

So far ship_pos stays constant. It would be nice if it was possible to move the ship using the mouse or keyboard.

It can be implemented in main_loop in the form of an additional function 'l -> position -> position or something similar.