mirror of
https://github.com/wassname/phaser.git
synced 2026-08-12 12:20:38 +08:00
Optimised update loop to reduce calculations if the transform doesn't change.
This commit is contained in:
@@ -29,7 +29,6 @@
|
||||
|
||||
s.addChild(s2);
|
||||
|
||||
// s.angle = 45;
|
||||
s.scale.x = 2;
|
||||
s.scale.y = 2;
|
||||
s2.scale.x = 0.5;
|
||||
|
||||
Reference in New Issue
Block a user