示例#1
0
	this.events.onKilled.add(function(){ e.explosion(game, this)}, this);
示例#2
0
var death = function(game, nme){
	e.explosion(game, this);
}