ARHS-Game-Development-Club / Prototype

This will be the showcase of our meeting
0 stars 1 forks source link

(Programming) Better Camera Movement #3

Open Axelpuff opened 1 year ago

Axelpuff commented 1 year ago

Currently, the camera moves by 480 pixels when the character hits the left or right bound of the screen and 240 pixels when it hits the top of bottom. This allows for basic screen transitions but looks very rough. The goal of this issue is better camera movement, which would involve smoother transitions caused by room changes rather than the player hitting the edge of the screen (and possibly some minor camera tracking as the character moves around the room).

Turtles11895 commented 1 year ago

PR 👀 👉 👈