mirror of
https://github.com/wassname/phaser.git
synced 2026-08-07 11:26:10 +08:00
New polygon collision object examples and Body scale fixes.
This commit is contained in:
@@ -137,7 +137,7 @@ function update() {
|
||||
|
||||
// sprite.body.velocity.x = 0;
|
||||
// sprite.body.velocity.y = 0;
|
||||
// sprite.body.angularVelocity = 0;
|
||||
sprite.body.angularVelocity = 0;
|
||||
|
||||
// sprite.body.acceleration.x = 0;
|
||||
// sprite.body.angularAcceleration = 0;
|
||||
|
||||
Reference in New Issue
Block a user