From 2a699201e1ae17558f8ae189a15e69530e1fbb3a Mon Sep 17 00:00:00 2001 From: linsyking Date: Wed, 22 May 2024 22:19:09 -0400 Subject: [PATCH] docs: comment --- src/Messenger/UserConfig.elm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Messenger/UserConfig.elm b/src/Messenger/UserConfig.elm index 8324261..111026c 100644 --- a/src/Messenger/UserConfig.elm +++ b/src/Messenger/UserConfig.elm @@ -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