/Snippets/sprite_add.tmSnippet

http://github.com/osadchuk/Corona-SDK.tmbundle · Unknown · 16 lines · 16 code · 0 blank · 0 comment · 0 complexity · fd0f519e8cf52ae896d01efa68457df4 MD5 · raw file

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>content</key>
  6. <string>sprite.add(${1:spriteSet}, "${2:sequenceName}", ${3:startFrame}, ${4:frameCount}, ${5:time}, ${6:loopCount})</string>
  7. <key>name</key>
  8. <string>sprite.add</string>
  9. <key>scope</key>
  10. <string>source.lua</string>
  11. <key>tabTrigger</key>
  12. <string>sprite.add</string>
  13. <key>uuid</key>
  14. <string>718C0D4C-8F8A-439D-A062-82692457EF41</string>
  15. </dict>
  16. </plist>