WASD, arrow keys
This isn't really much of an update, just a test. I added in a delta time system using a bunch of math i did for fun, (couldn't get much else done bc of school) It's meant to be a proof of concept for lower and higher framerates, but i'm not sure of how functional it'll be. it'll definitely need more optimization and adjustment, but it seems to work quite well. could be useful on turbowarp for people who want to enjoy higher framerates. what you might notice, it's slightly choppier and lower framerate than the previous iteration. i noticed this, but i don't really know how to fix it. delta-time is jittery, so smoothing it helps a bit but it's not a great solution. other than that, it functions virtually the same at 30fps and above, but anything below seems to get buggy. i'll need to work out a system to account for that.