diff options
Diffstat (limited to 'docs/SUMMARY.md')
-rw-r--r-- | docs/SUMMARY.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index c5a40d2..0836385 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -37,15 +37,17 @@ * [Tutorials](modding/tutorials/modding-tutorials.md) * [Cheatsheet](modding/cheatsheet.md) * [Squirrel](modding/squirrel/what-is-squirrel.md) - * [The Mod Init](modding/squirrel/gamemode-mods/the-mod-init.md) * [Handling threads](modding/squirrel/handling-threads-and-waits.md) * [Basic control blocks](modding/squirrel/loops-functions-and-if.md) * [Respawn's functions](modding/squirrel/respawns-functions.md) - * [The JSON](modding/squirrel/setting-mods/the-json.md) - * [The Language File](modding/squirrel/setting-mods/the-language-file.md) - * [The mod file](modding/squirrel/setting-mods/the-mod-file.md) * [Tables and arrays](modding/squirrel/tables-and-arrays.md) * [Callbacks](modding/squirrel/what-are-callbacks.md) + * [Gamemode modding](modding/squirrel/gamemode-mods/creatinggamemodes.md) + * [The Mod Init](modding/squirrel/gamemode-mods/the-mod-init.md) + * [Custom settings](modding/squirrel/setting-mods/settingmodsintro.md) + * [The JSON](modding/squirrel/setting-mods/the-json.md) + * [The Language File](modding/squirrel/setting-mods/the-language-file.md) + * [The mod file](modding/squirrel/setting-mods/the-mod-file.md) * [Setup Syntax Highlighting](modding/squirrel/setup-syntax-highlighting.md) * [Localisation](modding/localisation\_files.md) * [Finishing touches](modding/finishing-touches.md) |