bump version + formatting

This commit is contained in:
Luan Nico
2019-07-09 11:37:22 -03:00
parent 8696d309bb
commit 00519b0047
9 changed files with 15 additions and 13 deletions

View File

@ -7,7 +7,8 @@ class AnimationComponent extends PositionComponent {
Animation animation;
bool destroyOnFinish;
AnimationComponent(double width, double height, this.animation, { this.destroyOnFinish = false }) {
AnimationComponent(double width, double height, this.animation,
{this.destroyOnFinish = false}) {
this.width = width;
this.height = height;
}
@ -23,7 +24,6 @@ class AnimationComponent extends PositionComponent {
double textureY = 0.0,
double textureWidth,
double textureHeight,
this.destroyOnFinish = false,
}) {
this.width = width;