mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-21 03:34:54 +00:00
added refresh interval in ms for animations
This commit is contained in:
@@ -35,6 +35,14 @@
|
||||
# matrix -> CMatrix
|
||||
animation = none
|
||||
|
||||
# The minimum time between animation frames
|
||||
# 32 -> ~30fps
|
||||
# 16 -> ~60fps
|
||||
# 8 -> ~120fps
|
||||
# 6 -> ~144fps
|
||||
# 4 -> ~240fps
|
||||
animation_refresh_ms = 16
|
||||
|
||||
# Stop the animation after some time
|
||||
# 0 -> Run forever
|
||||
# 1..2e12 -> Stop the animation after this many seconds
|
||||
|
||||
Reference in New Issue
Block a user