templates/platform/scripts/items/coin.js in entityjs-0.4.1 vs templates/platform/scripts/items/coin.js in entityjs-0.4.2
- old
+ new
@@ -19,10 +19,10 @@
//create new sound effect
this.sfx = re.e('sound coin.sfx');
//setup animations to play
- this.anis = {
+ this.animates = {
glow:[1800, [14, 15, 15], -1]
};
this.animate('glow');
})
\ No newline at end of file