Skip to content

Commit 763d9e7

Browse files
committed
GJChallengeItem
1 parent 45d9551 commit 763d9e7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/resources/client/gamesave/gv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Game Variables (gvs) are found inside of the [ValueKeeper](/resources/client/gam
8787
| gv_0099| showLeaderboardPercent |
8888
| gv_0100| practiceDeathEffect|
8989
| gv_0101| forceSmoothFix |
90-
|gv_0102 | smoothFixInEditor |
90+
| gv_0102 | smoothFixInEditor |
9191

9292
# Unlocked Game Variables
9393

docs/resources/client/gamesave/quests.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ After you click on the quest button when playing Geometry Dash, information abou
1212
| 2 | Progress | integer | How many of the required stats have been gained since you started the quest|
1313
| 3 | Goal | integer | How many of the required stats you need to gain to complete the quest|
1414
| 4 | Reward | integer | How many diamonds earned upon completion of the quest|
15-
| 5 | time left | integer | How much time is left until new quests appear|
15+
| 5 | time left | integer | How much time is left until new quests appear |
16+
| 6 | hasCompleted | Bool | Set to True if you have an unclaimed challenge |
1617
| 7 | Quest Name | String | The quest name |
1718
| 8 | Position | [Quest Position](enumerations.md) | where abouts on screen the quest should be: 1 = top, 2 = middle, 3 = bottom|

0 commit comments

Comments
 (0)