diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2015-10-07 08:35:15 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2015-10-07 08:35:15 -0400 |
commit | f49eb15dbc7b8d77ff9580ccd44d42b9969969fc (patch) | |
tree | 825f84366d9f9212369a3ab10743873eb7a405f6 /include/entities.h | |
parent | 6986331694adb60265c815af6637caf2dbc23ede (diff) |
Added walking animation to player
Diffstat (limited to 'include/entities.h')
-rw-r--r-- | include/entities.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/entities.h b/include/entities.h index eeb58e4..dacf394 100644 --- a/include/entities.h +++ b/include/entities.h @@ -39,7 +39,7 @@ public: char* name; GENDER gender; - unsigned int texture; //TODO: ADD TEXTURES + GLuint texture[3]; //TODO: ADD TEXTURES void spawn(float, float); |