diff options
| author | Japa | 2010-07-31 03:06:53 +0000 |
|---|---|---|
| committer | Japa | 2010-07-31 03:06:53 +0000 |
| commit | 641040bc8f4322e4ba9e0417e8f148c9d102dc65 (patch) | |
| tree | e300cc2ecf5e45d75899101d14cbb7542ec702fd /SpriteObjects.h | |
| parent | f4654513350d988342b68a79548d18381cd32b55 (diff) | |
| download | stonesense-641040bc8f4322e4ba9e0417e8f148c9d102dc65.tar.gz stonesense-641040bc8f4322e4ba9e0417e8f148c9d102dc65.tar.bz2 stonesense-641040bc8f4322e4ba9e0417e8f148c9d102dc65.tar.xz | |
added the ability to set tiles according to the surroundings.
Diffstat (limited to 'SpriteObjects.h')
| -rw-r--r-- | SpriteObjects.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/SpriteObjects.h b/SpriteObjects.h index 0afe6ec..c454eb5 100644 --- a/SpriteObjects.h +++ b/SpriteObjects.h @@ -48,6 +48,13 @@ private: ALLEGRO_BITMAP * defaultsheet;
uint8_t tilelayout;
+
+ uint8_t openborders;
+ uint8_t wallborders;
+ uint8_t floorborders;
+ uint8_t notopenborders;
+ uint8_t notwallborders;
+ uint8_t notfloorborders;
public:
c_sprite(void);
~c_sprite(void);
|
