All pastes #2099813 Raw Edit

Untitled

public javascript v1 · immutable
#2099813 ·published 2012-01-05 20:36 UTC
rendered paste body
Crafty.c("Shot",{    init: function()    {	this.requires('Mouse');    },    shot: function()    {	this.bind('Click', function()	{	    alert('clicked');	});    }});