https://github.com/paularmstrong/impactjs.tmbundle
A Textmate bundle: snippets, language, and templates for ImpactJs
https://github.com/paularmstrong/impactjs.tmbundle
Last synced: 4 months ago
JSON representation
A Textmate bundle: snippets, language, and templates for ImpactJs
- Host: GitHub
- URL: https://github.com/paularmstrong/impactjs.tmbundle
- Owner: paularmstrong
- License: mit
- Created: 2011-05-22T17:04:24.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-05-25T01:31:49.000Z (over 14 years ago)
- Last Synced: 2025-05-07T16:11:28.050Z (5 months ago)
- Language: JavaScript
- Homepage: http://impactjs.com
- Size: 101 KB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About
This is a Textmate bundle to make working with [ImpactJS](http://impactjs.com) 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.*`
1. `ig.Entity.TYPE.*`
1. `ig.Font.ALIGN.*`
1. `ig.game.getEntityByName`
1. `ig.game.getEntitiesByType`
1. `ig.game.removeEntity`
1. `ig.game.spawnEntity`
1. `ig.input.bind`
1. `ig.input.bindTouch`
1. `ig.input.pressed`
1. `ig.input.state`
1. `ig.input.unbind`
1. `ig.input.unbindAll`
1. `ig.Sound.FORMAT.*`
1. `Entity.addAnim()`
1. `ig.module`### Commands
1. Documentation for Word / Selection (limited)
## Getting ImpactJS
Impact is a commercially available JavaScript game engine available from [ImpactJS.com](http://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.