summary refs log tree commit diff stats
path: root/src/components
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2018-04-28 18:52:55 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2018-04-28 18:52:55 -0400
commit36cceabfc5ddd22d9ae0d6c4dee9d4041bf2e348 (patch)
tree070a870726b7659f47c26568181e166ea9face3b /src/components
parentd0f191b3b7419f846342ea5eba5a9bb69cf9bb14 (diff)
downloadtherapy-36cceabfc5ddd22d9ae0d6c4dee9d4041bf2e348.tar.gz
therapy-36cceabfc5ddd22d9ae0d6c4dee9d4041bf2e348.tar.bz2
therapy-36cceabfc5ddd22d9ae0d6c4dee9d4041bf2e348.zip
Implemented map object sprites
Map objects cannot be interacted with or collided with yet but the sprites are loaded.
Diffstat (limited to 'src/components')
-rw-r--r--src/components/realizable.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/components/realizable.h b/src/components/realizable.h index f6a7eb4..0858e7a 100644 --- a/src/components/realizable.h +++ b/src/components/realizable.h
@@ -19,6 +19,13 @@ public:
19 std::string worldFile; 19 std::string worldFile;
20 20
21 /** 21 /**
22 * Path to the XML file containing the map object prototype definitions.
23 *
24 * @managed_by RealizingSystem
25 */
26 std::string prototypeFile;
27
28 /**
22 * Starting map and player location for a new game. 29 * Starting map and player location for a new game.
23 * 30 *
24 * @managed_by RealizingSystem 31 * @managed_by RealizingSystem