I’ve started working on a RPG and have the basics done so far. Basic movement around the screen, drawing a map, collision with the map, etc. What I’m stuck on is a good way to add game objects into the world? I know I want the world to be data driven, so I can just add perhaps a new type of sword into an XML file and it’s in the game. I’m not sure on how to go about this and what to do next. Any suggestions at all?