Skip to content

Commit

Permalink
docs: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
linsyking committed May 23, 2024
1 parent 8fdcf63 commit 2a69920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Messenger/UserConfig.elm
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ import Messenger.Render.SpriteSheet exposing (SpriteSheet, spriteSheetSize)
- `Fixed` represents the fixed time interval between every two frames.
The value is the time interval in milliseconds.
- `Animation` will use the browser's requestAnimationFrame to update the game.
This will make the animation looks smoother.
- `Animation` will use the browser's `requestAnimationFrame` to update the game.
The frame rate will be dependent on your device. This will make the animation looks smoother.
-}
type TimeInterval
Expand Down

0 comments on commit 2a69920

Please sign in to comment.