Initial commit with position effects (MoveEffect)

This commit is contained in:
Erick Zanardo
2020-04-08 20:53:56 -03:00
parent e4f5b21828
commit 9356132325
14 changed files with 245 additions and 13 deletions

View File

@ -173,6 +173,7 @@ class ParallaxComponent extends PositionComponent {
@override
void update(double t) {
super.update(t);
if (!loaded()) {
return;
}