Sean-Nishi / M1Wengine

A action-adventure game developed with Python 3.11.1 and pygame. Complete missions before timer expires.
3 stars 0 forks source link

Add way to pan camera across map at start of level #268

Open Sean-Nishi opened 11 months ago

Sean-Nishi commented 11 months ago

The way to inform the user how the level's map looks for strategy.

Sean-Nishi commented 10 months ago

When loading level, after displaying level prompt #271, start camera on top of player, then move camera across map to ending/end part of level. Then move camera back on top of player

owalk commented 10 months ago

Create cam manager method for these controls., add way to reset reset just reverts to a saved state of all the positions before panning. Panning will move all positions in the panning direction, including the player position. Camera move adjusts must stop for this to work