I'm not a really heavy coder so I'm having trouble figuring out how to set the frame rate of my project in Stencylworks. I can see via the console that it is currently running at 60 fps but I'm converting a game from Game Maker that runs at 48 fps. I'm also concerned that this might not be enough to fix the timing. According to the documentation on step size, there are 100 steps per second. In other words, I need to be able to set the project so that it updates 48 times per second if at all possible. Thanks!