60 FPS Menus

If you liked this item, please rate it up on Steam Workshop page.

Author: Zombieseatflesh7

Last revision: 1 Jun, 2025 at 21:19 UTC

File size: 105.07 KB

On Steam Workshop

Description:

– Speeds up all menus from 40 ups to 60 ups. This doesn’t actually affect your framerate, but it makes makes all menus much faster and more responsive.
– Artwork by Vynnyal

This is the whole mod:

private void MainLoopProcess_RawUpdate(On.MainLoopProcess.orig_RawUpdate orig, MainLoopProcess self, float dt) { if (self is Menu.Menu && self.manager.currentMainLoop == self) self.framesPerSecond = 60; orig(self, dt); }