It's been a while since I shared a major non-pen project. This is a demo of a scrolling platformer engine I've been working on for the past few days, featuring a glitch-free movement script combined with smooth scrolling and camera panning. I always wanted to create one of these from scratch (no pun intended), but my past attempts were janky and filled with glitches. Now, however, I've finally figured out how to make my script work smoothly and successfully. I learned a lot of important principles, like the scrolling collision detection technique I used, from others like @griffpatch. Nevertheless, all of these scripts are my own. If you want to use my work in your own games, feel free, but please make sure to give proper credit to me, @-ShadowOfTheFuture-. Thanks :) If you want some clarification on what a particular script does, comment below and I'll try my best to explain it. #platformer #engine #howtheheckdotagswork