Closed emillon closed 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.
ship_pos
It can be implemented in main_loop in the form of an additional function 'l -> position -> position or something similar.
main_loop
'l -> position -> position
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.