So I am kind of new to p5.js, and I have tried to create a simple tile-based game. My current canvas represents my entire map and it is bigger than the computer screen. As a result, I want to use a scrolling camera that follows the player.
However, I have two problems. The first is that there are two scrollbars on the sides of the canvas that I want to disable. The second is that I am unsure how to create said scrolling camera on p5.js. Any help would be greatly appreciated!
My program is stored on replit. The main body code is in sketch.js