void update(double dt, Vector2 size) { if (!_alreadyUpdate) { _alreadyUpdate = true; animation?.update(dt); animation?.size = size; } }