axmol/samples/Javascript/TestJavascript
James Chen 2a147ec34a Adding a new search path 'res' to TestJavascript since some resources are defined as hard code in ControlColourPicker::init().
bool ControlColourPicker::init()
{
    if (Control::init())
    {
        setTouchEnabled(true);
        // Cache the sprites
        SpriteFrameCache::getInstance()->addSpriteFramesWithFile("extensions/CCControlColourPickerSpriteSheet.plist");  // Hard code here

        // Create the sprite batch node
        SpriteBatchNode *spriteSheet  = SpriteBatchNode::create("extensions/CCControlColourPickerSpriteSheet.png"); // Hard code here
        addChild(spriteSheet);
2013-08-23 15:55:25 +08:00
..
Classes Adding a new search path 'res' to TestJavascript since some resources are defined as hard code in ControlColourPicker::init(). 2013-08-23 15:55:25 +08:00
proj.android Merge pull request #3388 from dumganhar/iss2483-sp-v23 2013-08-07 18:39:40 -07:00
proj.ios issue #2397: Application::sharedApplication --> Application::getInstance. 2013-07-15 16:24:42 +08:00
proj.mac issue #2397: Application::sharedApplication --> Application::getInstance. 2013-07-15 16:24:42 +08:00
proj.win32 issue #2483: Updating VS projects to use the correct library (mozjs-23.0.lib). 2013-08-23 11:26:16 +08:00
game.js.REMOVED.git-id Obfuscated Test JS added on iOS and Mac 2013-07-03 15:29:57 -07:00
obfuscate.xml fixed #1936: Updating obfuscate.xml. 2013-03-28 16:54:49 +08:00