Fixed with regards to the comments

This commit is contained in:
Lukas Klingsbo
2020-09-30 20:49:19 +02:00
parent 49029db6ac
commit 0f9fc2c60e
20 changed files with 74 additions and 78 deletions

View File

@ -20,7 +20,7 @@ class AndroidComponent extends SpriteComponent with Resizable {
int xDirection = 1;
int yDirection = 1;
AndroidComponent() : super.square(100, 'android.png');
AndroidComponent() : super.fromImagePath(Vector2.all(100), 'android.png');
@override
void update(double dt) {