From 36cceabfc5ddd22d9ae0d6c4dee9d4041bf2e348 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sat, 28 Apr 2018 18:52:55 -0400 Subject: Implemented map object sprites Map objects cannot be interacted with or collided with yet but the sprites are loaded. --- src/components/realizable.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/components') 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 @@ -18,6 +18,13 @@ public: */ std::string worldFile; + /** + * Path to the XML file containing the map object prototype definitions. + * + * @managed_by RealizingSystem + */ + std::string prototypeFile; + /** * Starting map and player location for a new game. * -- cgit 1.4.1