05-31-2011, 08:54 PM
(05-31-2011, 08:52 PM)Jacob_ Wrote: I'm going to make a downloadable editor first, since I've seen that requested a couple times, then I'll work on the worlds. It might take several days to do--all of the game's code assumes that there is only one world.
I was originally going to have each World object in the editor correspond to a physical world, but then I realized that the World is a service, so there can only be one. So instead each world will be a completely separate game hierarchy, and you'll access them using game:getWorld("worldname"), which will return another root object.
This will take a long time to code, but I think it'll be worth it!
Yes, yes it will....