/Snippets/physics_setDrawMode.tmSnippet

http://github.com/osadchuk/Corona-SDK.tmbundle · Unknown · 16 lines · 16 code · 0 blank · 0 comment · 0 complexity · 0543e530ea30bbae65def9d16fe33af2 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>physics.setDrawMode("${1:debug, hybrid, or normal}") </string>
  7. <key>name</key>
  8. <string>physics.setDrawMode</string>
  9. <key>scope</key>
  10. <string>source.lua</string>
  11. <key>tabTrigger</key>
  12. <string>physics.setDrawMode</string>
  13. <key>uuid</key>
  14. <string>A23FB0CB-6FFA-4748-83F6-E6D90E01637F</string>
  15. </dict>
  16. </plist>