Skip to content

Files

Latest commit

author
Sergey Nosenko
Sep 30, 2012
eeae869 · Sep 30, 2012

History

History
This branch is up to date with darknos/quicktigame2dmodule:master.

QuickTiGame2dModule

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 30, 2012
Apr 20, 2012
Aug 13, 2012
Jul 7, 2012
Apr 20, 2012
Apr 20, 2012
Aug 1, 2012
Apr 20, 2012
Apr 20, 2012
Aug 13, 2012
Apr 20, 2012
Apr 20, 2012
Apr 20, 2012
Aug 1, 2012
Apr 20, 2012
Aug 13, 2012
Apr 20, 2012
Apr 20, 2012
Aug 1, 2012
QuickTiGame2d: 2D Game Engine Module for Titanium Mobile
===========================================

INSTALL QuickTiGame2d MODULE
--------------------

1. Grab the latest module zip from http://code.google.com/p/quicktigame2d/downloads/list
2. Copy the module zip into your Titanium SDK directory:
  -> see https://wiki.appcelerator.org/display/tis/Downloading+Titanium+SDKs+in+Titanium+Studio
3. Update modules section of your tiapp.xml like below:

--------------------
<modules>
  <module version="0.9">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 com.googlecode.quicktigame2d directory you should see another folder with a version number. Include this version number in your code.

4. clean and re-build your project

For more information about module installation, see below:

http://code.google.com/p/quicktigame2d/wiki/InstallModuleForMac
https://wiki.appcelerator.org/display/tis/Using+Titanium+Modules