mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-07 23:17:19 +08:00
Fix formatting
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user