aboutsummaryrefslogtreecommitdiffstats
path: root/yage/base/spritesheet.h
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-09-21 01:25:22 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-09-21 01:25:22 +0100
commitb29349d400674f4f2b84a5ee88cdea0b9e84638e (patch)
tree52ab2fc5ba5bb43bf33dfc682a9ba27fe436487d /yage/base/spritesheet.h
parent56d623f4a978f212a52348b46af1a354d6d23ee6 (diff)
downloadYAGE-b29349d400674f4f2b84a5ee88cdea0b9e84638e.tar.gz
YAGE-b29349d400674f4f2b84a5ee88cdea0b9e84638e.zip
Added parser
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);