Tidying up a bit

This commit is contained in:
alvinsight
2014-02-28 18:40:06 +00:00
parent f17cdd9c32
commit 27cea5e6f0
4 changed files with 16 additions and 15 deletions
-1
View File
@@ -33,7 +33,6 @@ function create() {
function update()
{
// game.physics.collide( sprite, otherSprite ) ;
// Move sprite up and down smoothly for show
var tStep = Math.sin( counter ) ;