Posted March 14, 2025 by Midorisoft
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())