@override void updateMobjects(double dt) { for (var anim in animations) { anim.updateMobjects(dt); } }