nczempin / fluxagama

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

enemies should have simple animation #18

Open nczempin opened 12 years ago

nczempin commented 12 years ago

enemies should switch between two image frames as they move. This will prepare us for later, more complex animations. Probably best to move to pygame sprites for this.