fairyglade / ly

display manager with console UI
Do What The F*ck You Want To Public License
5.33k stars 306 forks source link

Fire animation too fast #656

Closed Real-Gecko closed 1 month ago

Real-Gecko commented 2 months ago

First of all I must admit that "PSX DOOM fire animation" section was the thing that sold me this software :D But I've noticed that animation is too fast. Maybe because I have a 60 Hz display and Doom on PSX was locked to 30 FPS. Is there a way to slow it down?

0xNiffin commented 2 months ago

Hi @Real-Gecko, I've just finished with creating a PR for that, hopefully it will be merged soon :)

Real-Gecko commented 2 months ago

Thank you!

AnErrupTion commented 1 month ago

@Real-Gecko I think a better solution is to use the already existing min_refresh_delta config option. Increasing it will make animations slower.

Real-Gecko commented 1 month ago

@Real-Gecko I think a better solution is to use the already existing min_refresh_delta config option. Increasing it will make animations slower.

Yeah, increasing it to 80 did the trick, thanks.