renkaikai / cocos2d_lua_snippets

cocos2d-x lua snippets for sublime text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##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)"

About

cocos2d-x lua snippets for sublime text

License:MIT License


Languages

Language:Python 94.1%Language:Shell 5.9%