mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-03 20:36:31 +08:00
Initial commit with position effects (MoveEffect)
This commit is contained in:
@ -173,6 +173,7 @@ class ParallaxComponent extends PositionComponent {
|
||||
|
||||
@override
|
||||
void update(double t) {
|
||||
super.update(t);
|
||||
if (!loaded()) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user