Fixed FPS Issue
MyFirstGame » Devlog
Fixed an issue which caused the game to stutter on different monitor refresh rate.
What I did:
- Made a script for the main game scene.
- Added func _ready() for the main scene.
- Added this line to func _ready()
Engine.set_physics_ticks_per_second(DisplayServer.screen_get_refresh_rate())
Files
RealFirstGame.exe 94 MB
Mar 14, 2025
Leave a comment
Log in with itch.io to leave a comment.