Added the new ball graphic
This commit is contained in:
parent
85e2f3a1ba
commit
4866476fe9
3 changed files with 2 additions and 3 deletions
|
@ -14,10 +14,10 @@ ig.module(
|
|||
],
|
||||
wallSound: new ig.Sound('media/sounds/wall.ogg'),
|
||||
name: 'ball',
|
||||
size: {x: 24, y: 24},
|
||||
size: {x: 40, y: 40},
|
||||
collides: ig.Entity.COLLIDES.ACTIVE,
|
||||
type: ig.Entity.TYPE.B,
|
||||
animSheet: new ig.AnimationSheet( 'media/ball.png', 24, 24 ),
|
||||
animSheet: new ig.AnimationSheet( 'media/ball.png', 40, 40 ),
|
||||
bounciness: 1,
|
||||
maxVel: {x: 1000, y: 1000},
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 5.4 KiB |
1
doc/TODO
1
doc/TODO
|
@ -3,7 +3,6 @@ Initial release
|
|||
## GFX
|
||||
* Title Screen
|
||||
* Main background screen (CSS/HTML Canvas)
|
||||
* Ball
|
||||
* Game over screen (change main background)
|
||||
* Highscore-Screen
|
||||
* Font for score (search fo a tool and make it fancy)
|
||||
|
|
Loading…
Reference in a new issue