Players are moving and animating correctly

This commit is contained in:
Kayne Ruse
2013-06-04 20:39:44 +10:00
parent 231db701e4
commit a8b798ddff
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#include "player.hpp"
#define ANIMATION_SPEED 100
#define ANIMATION_SPEED 0.1
#define WALKING_SPEED 140
Player::Player(SDL_Surface* s, int w, int h)