mirror of
https://github.com/wassname/phaser.git
synced 2026-08-03 13:10:25 +08:00
Optimised sprite a tiny bit more and created a couple of fun demos :)
This commit is contained in:
@@ -44,12 +44,6 @@
|
||||
s.angle += 0.5;
|
||||
s2.angle += 1;
|
||||
|
||||
if (s.scale.x > -2)
|
||||
{
|
||||
// s.scale.x -= 0.01;
|
||||
// s.scale.y -= 0.01;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
function render() {
|
||||
|
||||
Reference in New Issue
Block a user