playdate->sprite->updateSprites (C API)

It would be a nice addition if there was a playdate->sprite->updateSprites function similar to playdate->sprite->drawSprites.

For certain things like camera logic being able separate playdate->sprite->updateAndDrawSprites into two distinct steps would be convenient.

Alternatively being able to set certain sprites to update last or adding some sort of lateUpdate function would help too.

1 Like