From 3166fd5ad6c1c4d1f79d48e69e9f3775f4f6e54e Mon Sep 17 00:00:00 2001 From: drumsetmonkey Date: Mon, 26 Oct 2015 08:47:42 -0400 Subject: Made basic robin texture, pixelated mount washington for backdrop test --- include/Texture.h | 2 ++ include/entities.h | 1 + 2 files changed, 3 insertions(+) (limited to 'include') 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 **/ -- cgit v1.2.3