diff --git a/dev/lib/game/entities/paddle-player.js b/dev/lib/game/entities/paddle-player.js index 22de6d2..fa55120 100644 --- a/dev/lib/game/entities/paddle-player.js +++ b/dev/lib/game/entities/paddle-player.js @@ -6,7 +6,12 @@ ig.module( ) .defines(function(){ EntityPaddlePlayer = EntityPaddle.extend({ - animSheet: new ig.AnimationSheet('media/paddle-player.png', 30, 120), + animSheet: new ig.AnimationSheet('media/paddle-player_sheet.png', 30, 120), + /*anim: null, + + init: function(){ + this.anim = new ig.Animation( this.animSheet, 0.1, [0,1,2,3,4] ); + },*/ update: function(){ if (ig.input.state('up')) { diff --git a/dev/media/paddle-player_sheet.png b/dev/media/paddle-player_sheet.png new file mode 100644 index 0000000..ca9f86b Binary files /dev/null and b/dev/media/paddle-player_sheet.png differ diff --git a/doc/TODO b/doc/TODO index a7e5e37..d57505b 100644 --- a/doc/TODO +++ b/doc/TODO @@ -3,7 +3,7 @@ Initial release ## GFX * Game over screen (change main background) * Highscore-Screen -* Font for score (search fo a tool and make it fancy) +* Font for score (search fo a tool and make it fancy) => 999999 ## Sound * Background-tune! (http://www.nosoapradio.us/)