summaryrefslogtreecommitdiffstats
path: root/src/view/MapView.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/MapView.hpp')
-rw-r--r--src/view/MapView.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/view/MapView.hpp b/src/view/MapView.hpp
index e5f0e50..373c714 100644
--- a/src/view/MapView.hpp
+++ b/src/view/MapView.hpp
@@ -44,6 +44,10 @@ private:
SDL_Texture *tileTexture;
std::map<std::string, SDL_Texture *> entityTextures;
+ int getTileSize() {
+ return 16;
+ }
+
public:
MapView(const std::shared_ptr<Window> &window0,
const std::shared_ptr<const Model::Map> &map0,