Skip to content

Instantly share code, notes, and snippets.

View stahlmanDesign's full-sized avatar

Justin Stahlman stahlmanDesign

View GitHub Profile
// A Button Entity for Impact.js
ig.module( 'plugins.button' )
.requires(
'impact.entity'
)
.defines(function() {
Button = ig.Entity.extend({
size: { x: 80, y: 40 },