Beta
CreateTile can now accept a World instead of a Camera, so tiles can be created without a specific camera
CreateInterface can now accept a World instead of a Camera, so interfaces can be created without a specific camera
Added new events EVENT_WORLDUPDATE, EVENT_WORLDRENDER, EVENT_WORLDPAUSE, and EVENT_WORLDRESUME. The first two do not go into the event queue, but can be used with ListenEvent() to add hooks
Display.graphics modes is now an array of iVec2s instead of iVec3s.
Added default game menu, window management, and settings system in Lua project template
Only Lua executables are updated at this time