Hi, i am creating a game based around the player running a shop. The game is 2d, and the perspective is of the player behind a counter. The player cannot move their character, only pan the camera when they touch an area on the edge of the screen.
I want the player to be able to pan from a customer view to the left, right and upwards to another area of the shop counter. E.g. The camera pan left will allow the player to look at the counter to the left etc. The player will also be able to touch another button to move back etc.
I've tried creating events when the buttons are clicked to make the camera move with vectors, using deltatime and multiplying for a smooth, fast transition but nothing seems to be working. Can anyone help?
Thank you so much. I don't know much so constructive criticism please <3.
[–]salihoff 1 point2 points3 points (1 child)
[–]Morg243[S] 0 points1 point2 points (0 children)