Fix formatting

This commit is contained in:
Lukas Klingsbo
2020-05-17 12:57:22 +02:00
parent 0f0d556e12
commit b8a6a3420a

View File

@ -27,8 +27,8 @@ class MyGame extends BaseGame {
stepTime: 0.15,
loop: true,
destroyOnFinish: true);
animationComponent.x = x-textureWidth/2;
animationComponent.y = y-textureHeight/2;
animationComponent.x = x - textureWidth / 2;
animationComponent.y = y - textureHeight / 2;
add(animationComponent);
}