# cocos2d_lua_snippets **Repository Path**: guobin2019/cocos2d_lua_snippets ## Basic Information - **Project Name**: cocos2d_lua_snippets - **Description**: cocos2d-x lua snippets for sublime text - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-12 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##cocos2d_lua_snippets A collection of Sublime Text 2 snippets & functions to be used with cocos2d-x lua. Most snippets are to be used specifically with .lua ### Installation: Install with Package Control ### Tab Triggers: e.g: - "CCSprite_setPosition" => setPosition(CCPoint_pos)" - "CCSprite_create" => "CCSprite:create(const_char_*pszFileName)"