aboutsummaryrefslogtreecommitdiffstats
path: root/yage/base/spritesheet.h
diff options
context:
space:
mode:
Diffstat (limited to 'yage/base/spritesheet.h')
-rw-r--r--yage/base/spritesheet.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/yage/base/spritesheet.h b/yage/base/spritesheet.h
index 60c98840..bc60f8b9 100644
--- a/yage/base/spritesheet.h
+++ b/yage/base/spritesheet.h
@@ -61,7 +61,11 @@ public:
private:
std::string current_key_;
+ std::string current_image_;
+ Coordinate coord_;
int depth_;
+ int image_width_;
+ int image_height_;
SpriteMap map_;
bool handleNumber(int i);