From f6f6d81c5634f659693914b7b74efcdd39ba5d4f Mon Sep 17 00:00:00 2001 From: tom Date: Tue, 10 Jan 2017 09:49:32 -0600 Subject: -Replaced images with colored rectangles -Removed various functions and variables pertaining to such images -Started migrating all uses of Location to SDL_Rect (I would preferably completly remove Location.hpp) -Scaled down resolution to 1080x640 (I would like to make these global constants) --- inc/resource.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc/resource.hpp') diff --git a/inc/resource.hpp b/inc/resource.hpp index 968c208..5f70585 100644 --- a/inc/resource.hpp +++ b/inc/resource.hpp @@ -7,8 +7,8 @@ class Resource: public Entity { public: - Resource(Window m, std::string s); - Resource(Window m, std::string s, Location z); + Resource(Window m, int size); + Resource(Window m, int size, Location z); void eat(); Location getLocation(){return L;}; -- cgit v1.2.3