PlayerCharacter is moving around smoothly

This commit is contained in:
Kayne Ruse
2013-06-23 13:53:55 +10:00
parent 3232925ccd
commit d833b76856
7 changed files with 212 additions and 61 deletions
+6
View File
@@ -25,4 +25,10 @@
#define GAME_CHANNEL 0
#define CHAT_CHANNEL 1
#define WALKING_SPEED 140
enum class CardinalDirection {
NORTH, SOUTH, EAST, WEST
};
#endif