Optimised sprite a tiny bit more and created a couple of fun demos :)

This commit is contained in:
Richard Davey
2013-09-01 06:21:39 +01:00
parent fef28c6a6a
commit d54a92310d
5 changed files with 220 additions and 1207 deletions
-6
View File
@@ -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() {