Skip to content

Commit

Permalink
Add animation frames for the first enemy type as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ironsmile committed Mar 5, 2018
1 parent 12f82bb commit 991083c
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions animations.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,19 +119,19 @@ class PanzerTankMovement(Animation):
class BasicTankMovement(Animation):
directory = os.path.join(TEXTURES_DIR, 'player-basic')
_cls_frames = []
frame_time = 20
frame_time = 30
_looped = True


class EnemyOneMovement(Animation):
directory = os.path.join(TEXTURES_DIR, 'enemy-1')
_cls_frames = []
frame_time = 20
frame_time = 30
_looped = True


class EnemyTwoMovement(Animation):
directory = os.path.join(TEXTURES_DIR, 'enemy-2')
_cls_frames = []
frame_time = 20
frame_time = 30
_looped = True
File renamed without changes
Binary file added data/textures/enemy-1/movement-02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/textures/enemy-1/movement-03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/textures/enemy-1/movement-04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes

0 comments on commit 991083c

Please sign in to comment.