mirror of
https://github.com/wassname/phaser.git
synced 2026-08-11 11:23:06 +08:00
Adjusted delta timer cap and fixed some typos and more examples.
This commit is contained in:
@@ -28,7 +28,6 @@ function create() {
|
||||
sprites.setAll('body.collideWorldBounds', true);
|
||||
sprites.setAll('body.bounce.x', 1);
|
||||
sprites.setAll('body.bounce.y', 1);
|
||||
sprites.setAll('body.friction', 0);
|
||||
sprites.setAll('body.minBounceVelocity', 0);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user