nczempin / fluxagama

2d vertical shooter based on PyGame.
3 stars 0 forks source link

player ship movement must be restricted #1

Closed nczempin closed 12 years ago

nczempin commented 12 years ago

Right now the player can move anywhere, including off-screen.

The allowable area should be restricted.

nczempin commented 12 years ago

movement is restricted to screen now (for the gallery shooter, we can't move up and down anyway)