itch.io is community of indie game creators and players

Devlogs

Fixed FPS Issue

MyFirstGame
A downloadable game for Windows

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
Download MyFirstGame
Leave a comment