An open API service indexing awesome lists of open source software.

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

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.