Putting them in "/engine/" sort of enforces that concept. Doing so allows someone to see the separation between their game and the engine. I know this will cause some confusion, especially for people who want to upgrade to v2.0 of the engine. However, the only real change is that files which were previously loaded via:
Engine.include("/engine/...");
Will now need to be:
Engine.include("/...");
That and the index page will need to load the libraries from the "/engine/libs/" path now. This change will not affect previous versions of the engine, so only if you're using v2.0 and beyond.
Hi Brett,
ReplyDeleteI just found your engine today, and it looked really interesting. Any estimate on when you will v2.0 be released? Also are you still working on Tilemaps and Isometric Rendering?
Yes, I am still working on both features for v2.0. As for the release date, I don't have a solid date yet but I expect it will be sometime in the first quarter of 2011.
ReplyDelete