summary refs log tree commit diff stats
path: root/src/sprite.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2021-02-20 13:04:41 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-02-20 13:04:41 -0500
commit996076cf151a27a7a8d278aa4d15b28cfb196c46 (patch)
tree96a2fdcf3fd5a22394313d140cacc0257a821543 /src/sprite.h
parentee802c01d3008e6019bc55a02fcc2e6d68b288d1 (diff)
downloadtanetane-996076cf151a27a7a8d278aa4d15b28cfb196c46.tar.gz
tanetane-996076cf151a27a7a8d278aa4d15b28cfb196c46.tar.bz2
tanetane-996076cf151a27a7a8d278aa4d15b28cfb196c46.zip
Added a randomly wandering Ionia to the map
Diffstat (limited to 'src/sprite.h')
-rw-r--r--src/sprite.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sprite.h b/src/sprite.h index 19dbf92..82849fa 100644 --- a/src/sprite.h +++ b/src/sprite.h
@@ -78,6 +78,9 @@ public:
78 // Input 78 // Input
79 bool controllable = false; 79 bool controllable = false;
80 bool player = false; 80 bool player = false;
81
82 // Behaviour
83 bool wander = false;
81}; 84};
82 85
83#endif /* end of include guard: SPRITE_H_70503825 */ 86#endif /* end of include guard: SPRITE_H_70503825 */