aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-10-26 08:47:42 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-10-26 08:47:42 -0400
commit3166fd5ad6c1c4d1f79d48e69e9f3775f4f6e54e (patch)
tree694a42db4f771b65690315bae09ae4a1a9c170ce /include
parent99c8a41cde3e5ec74f35660c8701de4326ffcd21 (diff)
Made basic robin texture, pixelated mount washington for backdrop test
Diffstat (limited to 'include')
-rw-r--r--include/Texture.h2
-rw-r--r--include/entities.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/include/Texture.h b/include/Texture.h
index 5a08348..fdb294d 100644
--- a/include/Texture.h
+++ b/include/Texture.h
@@ -13,11 +13,13 @@ public:
void bindNext();
void bindPrev();
void bind(int);
+ void walk();
GLuint *image;
int texState;
private:
+
};
#endif //TEXTURE_H \ No newline at end of file
diff --git a/include/entities.h b/include/entities.h
index 47f7f55..f46c295 100644
--- a/include/entities.h
+++ b/include/entities.h
@@ -115,4 +115,5 @@ ENTITY TYPES
|
2 MOBS
|->1 Rabbit
+|->2 Bird
**/