Update 2.0 - 06.17.2017
	[ADDED]   Various additions for current CS2D version.
	[CHANGED] Usage of this script (refer to example).
	[REMOVED] Use of modules.

Update 1.2b - 06.28.2016
	[INFO]    Now you need to require this script in order to use it.
	
	[ADDED]   Various performance enhancements.
	[CHANGED] Returns a function instead of creating a new function for the script.

Update 1.2 - 12.15.2015
	[INFO]    Performance speed depends on modules execution order.
	          Read order.txt for modules execution order.
	          Performance speed won't be noticed anyway.
	
	[FIXED]   Multiple errors when certain modules or no module passed.
	[FIXED]   Error when specified map is not existed.
	[FIXED]   Slow performance speed even when certain modules or no module passed.
	[ADDED]   'author' and 'size' modules to be disabled.
	[CHANGED] 'tileframe' module to be 'tile-frame' module.
	[CHANGED] 'tilemodifier' module to be 'tile-modifier' module.

Update 1.1 - 08.07.2015
	[INFO]    Now you can use separate modules.
	          Valid modules are "background", "entity", "system", "tileframe", "tilemodifier", and "tileset".
	          Some modules such "author" and "size" can't be unused.