Skip to content

Commit

Permalink
add animations module and Explosion Effect (#167)
Browse files Browse the repository at this point in the history
* Fixed a problem that does not show the remaining life when replaying the game.
* Fixed an issue where an enemy and a player's ship collided and an error occurred. / Fixed an issue where the game could not proceed if the enemy went down the screen.
* add animations module and Explosion Effect
  • Loading branch information
StillnessFate authored and inureyes committed Apr 2, 2018
1 parent 47ffb6c commit 6582618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion animations.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ def draw(self, screen):
if ani.frame == self.sprite.item_count - 1:
del self.instances[eid]
else:
ani.frame += 1
ani.frame += 1

0 comments on commit 6582618

Please sign in to comment.