Skip to content

Commit

Permalink
Restore correct idle duration
Browse files Browse the repository at this point in the history
  • Loading branch information
simmsb committed Oct 10, 2023
1 parent 408c26e commit a495152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/lib/infolab_light_games/idle_animations/js_impl.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule IdleAnimations.JSImpl do

@fps 20
# about 10 minutes at 20fps
@max_steps 400 # 12_000
@max_steps 12_000
# 10 seconds at 20fps
@no_frame_timeout @fps * 10

Expand Down

0 comments on commit a495152

Please sign in to comment.