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
+5 -2
View File
@@ -36,6 +36,9 @@
#include "button.hpp"
#include "raster_font.hpp"
//debugging
#include "player_character.hpp"
class InWorld : public BaseScene {
public:
//Public access members
@@ -70,7 +73,7 @@ protected:
InformationManager* infoMgr = ServiceLocator<InformationManager>::Get();
//members
//...
PlayerCharacter pc;
};
#endif
#endif