bates64 / chronofist

Combat platformer where time is not on your side. Can you ressurrect the ancient art of Chronomancy and save Tempstead? (Game Off Jam 2022)
https://nanaian.itch.io/chronofist
1 stars 0 forks source link

Camera transitions between levels #49

Closed bates64 closed 1 year ago

bates64 commented 1 year ago

When the player moves to another level, the camera should pan (and perhaps time should be paused).

Each level has a trigger Collider2D that we can use to figure out which level the player is in. Note this needs to not be on the Level layer, else the player will collide with it, but the child tilemap must be on the Level layer (!). Perhaps we should automatically apply change the layer via a script on the world.