But before I get to that: I’m A little confused by the way the setup varies in the different tutorials. Wanted to add camera_follow to my adventuregame.p8-style game, but it didn’t seem like just adding that bit of code worked. Do I need to modify the setup as well or is there something else I missed?
Edit: While adventuregame player moves 8 pixels per arrow click, camera_follow player moves smoothly from pixel to pixel. Guessing this is where the problem lies. Will try again using that setup instead.