2D Game Engine Module for Titanium Mobile http://code.google.com/p/quicktigame2d/
- Grab the latest module zip from http://code.google.com/p/quicktigame2d/downloads/list
- Copy the module zip into your Titanium SDK directory: http://docs.appcelerator.com/titanium/2.0/#!/guide/Titanium_Modules
- Update modules section of your tiapp.xml like below:
<modules>
<module version="1.1">com.googlecode.quicktigame2d</module>
</modules>
It is important to include the correct version number. If you don't know what version you have installed, just navigate back to the modules folder and inside the ti.admob directory you should see another folder with a version number. Include this version number in your code.
- clean and re-build your project
For more information about module installation, see below:
http://code.google.com/p/quicktigame2d/wiki/InstallModuleForMac http://docs.appcelerator.com/titanium/2.0/#!/guide/Titanium_Modules