Skip to content

Commit bd9684b

Browse files
authored
Merge pull request #46 from Wyliemaster/GJGameLevel
the conflicts seem to be fixed so lemme merge
2 parents e337b40 + 8c719db commit bd9684b

File tree

6 files changed

+1683
-14
lines changed

6 files changed

+1683
-14
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ To debug it, you will need to properly clone or pull this repository.
2828
## Contributing
2929

3030
Contributions are preferably made to the documentation, rather than the simple `generator.js` file; unless need be. Contributions to all aspects of this project are preferred to be made over pull requests and issues. Ideas on what to contribute or read over can be read in the [issues](https://github.com/gd-programming/gddocs/issues) section of this repository.
31+

docs/_sidebar.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
- [Level Object](/resources/client/level-components/level-object.md)
3333
- [Color String](/resources/client/level-components/color-string.md)
3434
- [Guideline String](/resources/client/level-components/guideline-string.md)
35-
3635
**Endpoints**
3736

3837
- Comments

docs/resources/client/gamesave/GLM.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ GLM_04 contains all the difficulty ratings you have given levels, currently unus
3333

3434
| key | value |
3535
|:----|:------------|
36-
| `{levelID}`| diff |
36+
| `{levelID}`| `{diffID}` |
37+
3738

3839
## GLM_06
3940

docs/resources/client/gamesave/GS_Value.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ GS values contain Information regarding certain aspects of the game
1212
| 4 | Total Completed Online Levels |
1313
| 5 | Completed Demons |
1414
| 6 | Total Stars |
15-
| 7 | Total Compelted MapPacks |
15+
| 7 | Total Completed MapPacks |
1616
| 8 | Secret Coins Collected |
1717
| 9 | Destroyed Players on the menu |
1818
| 10 | Total Liked/Disliked levels |

0 commit comments

Comments
 (0)