From 1d8c3e0d47a1ca73e3a7230401c93c60bca982e8 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 24 Nov 2023 20:47:29 +0100 Subject: [PATCH] reorganized tocs a bit --- docs/articles/cheats.md | 2 +- docs/articles/toc.yml | 14 ++++++++------ docs/toc.yml | 4 ++-- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/articles/cheats.md b/docs/articles/cheats.md index d1899aa..ed1d207 100644 --- a/docs/articles/cheats.md +++ b/docs/articles/cheats.md @@ -1,4 +1,4 @@ -# Testing Cheats +# Cheats You can open up the game's cheat menu by pressing the `F1` key. Here is a list of some of the more useful cheats for mod development and testing. Keep in mind that `[arguments]` need to be replaced with your custom value, and the brackets `[]` need to be omitted. ## In-game cheats diff --git a/docs/articles/toc.yml b/docs/articles/toc.yml index c0e3f4b..fe3cff8 100644 --- a/docs/articles/toc.yml +++ b/docs/articles/toc.yml @@ -1,10 +1,12 @@ - name: Playing Tiny Life - name: Troubleshooting Common Issues href: common_issues.md -- name: Tiny Life's Data Folder - href: game_dir.md - name: About Preview Versions href: preview.md +- name: Tiny Life's Data Folder + href: game_dir.md +- name: Cheats + href: cheats.md - name: Community - name: Content and Community Policy @@ -15,11 +17,11 @@ - name: Custom Content - name: Getting Custom Content href: getting.md +- name: Creating Custom Maps + href: custom_maps.md + +- name: Modding - name: Modding Basics href: mod_basics.md - name: Creating Textures href: creating_textures.md -- name: Creating Custom Maps - href: custom_maps.md -- name: Testing Cheats - href: cheats.md diff --git a/docs/toc.yml b/docs/toc.yml index ead1ed3..a48cde1 100644 --- a/docs/toc.yml +++ b/docs/toc.yml @@ -1,8 +1,8 @@ - name: Main Site href: https://tinylifegame.com -- name: Introduction +- name: Home href: / -- name: Articles +- name: Tutorials href: articles/ - name: API Documentation href: api/