You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minor change to leaderboards.md: Clarification of game speed hint (#291)
* Update leaderboards.md
Remove confusing part of sentence
* Update leaderboard documentation for frame rate details
Clarify the frame rate context for the leaderboard type.
* Fix link in leaderboards documentation
Updated link in the Type section for clarity.
Copy file name to clipboardExpand all lines: docs/developer-docs/leaderboards.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ The best place to start is to look at existing leaderboards and break it down to
55
55
56
56
The **Title/Description** fields are quite obvious.
57
57
58
-
The **Type** is "Time (Frames)". The value we're tracking updates once a frame, and the Genesis runs at 60 frames per second. (see not below for systems that run at other speeds)
58
+
The **Type** is "Time (Frames)". The value we're tracking updates once a frame, and the Genesis runs at 60 frames per second (see note below on [Value Format](/developer-docs/leaderboards#value-format)for systems that run at other speeds).
59
59
60
60
The **Lower Is Better** flag is checked, then the one who makes the shortest time will be the #1.
0 commit comments