summaryrefslogtreecommitdiff
path: root/SpriteObjects.h
diff options
context:
space:
mode:
authorJapa2010-09-19 13:59:27 +0000
committerJapa2010-09-19 13:59:27 +0000
commitb67e63182749b9001bd65fc6462ac84f2e3262bb (patch)
tree5010705137d6c0b5c5a8b5e56c7cbb4c594ab935 /SpriteObjects.h
parente9c9491e6feabf0728435acc0768e28a00f19322 (diff)
downloadstonesense-b67e63182749b9001bd65fc6462ac84f2e3262bb.tar.gz
stonesense-b67e63182749b9001bd65fc6462ac84f2e3262bb.tar.bz2
stonesense-b67e63182749b9001bd65fc6462ac84f2e3262bb.tar.xz
fixed floor borders, added some water options, and packed in DT's sprites.
Diffstat (limited to 'SpriteObjects.h')
-rw-r--r--SpriteObjects.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/SpriteObjects.h b/SpriteObjects.h
index c31dddc..7508c36 100644
--- a/SpriteObjects.h
+++ b/SpriteObjects.h
@@ -56,6 +56,7 @@ private:
unsigned int waterRightMax : 3;
unsigned int waterLeftMin : 3;
unsigned int waterLeftMax : 3;
+ char water_direction;
bool needoutline;
bool randomanimation;
@@ -107,5 +108,6 @@ public:
void set_defaultsheet(ALLEGRO_BITMAP * in){ defaultsheet = in; }
void reset();
void set_tile_layout(uint8_t layout);
+ void set_needoutline( bool i ) {needoutline = i;}
bool animate;
}; \ No newline at end of file