mirror of
https://github.com/wassname/phaser.git
synced 2026-07-01 16:50:43 +08:00
Tidying up a bit
This commit is contained in:
@@ -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 ) ;
|
||||
|
||||
Reference in New Issue
Block a user