paularmstrong / ImpactJS.tmbundle

A Textmate bundle: snippets, language, and templates for ImpactJs

Home Page:http://impactjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This is a Textmate bundle to make working with ImpactJS easier. It extends the default JavaScript bundles in Textmate with templates, snippets, and commands.

What's Available

Templates

  1. Entity

Snippets

  1. ig.Entity.COLLIDES.*
  2. ig.Entity.TYPE.*
  3. ig.Font.ALIGN.*
  4. ig.game.getEntityByName
  5. ig.game.getEntitiesByType
  6. ig.game.removeEntity
  7. ig.game.spawnEntity
  8. ig.input.bind
  9. ig.input.bindTouch
  10. ig.input.pressed
  11. ig.input.state
  12. ig.input.unbind
  13. ig.input.unbindAll
  14. ig.Sound.FORMAT.*
  15. Entity.addAnim()
  16. ig.module

Commands

  1. Documentation for Word / Selection (limited)

Getting ImpactJS

Impact is a commercially available JavaScript game engine available from ImpactJS.com

Missing Something?

If this bundle is missing anything that you would like to see added, for the repo on Github and submit a pull request. Or, if you're super lazy, submit an Issue as a feature request on Github and ask nicely.

About

A Textmate bundle: snippets, language, and templates for ImpactJs

http://impactjs.com

License:MIT License


Languages

Language:JavaScript 100.0%