mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 11:23:29 +01:00
reorganized tocs a bit
This commit is contained in:
parent
ea14fe531a
commit
1d8c3e0d47
3 changed files with 11 additions and 9 deletions
|
@ -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.
|
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
|
## In-game cheats
|
||||||
|
|
|
@ -1,10 +1,12 @@
|
||||||
- name: Playing Tiny Life
|
- name: Playing Tiny Life
|
||||||
- name: Troubleshooting Common Issues
|
- name: Troubleshooting Common Issues
|
||||||
href: common_issues.md
|
href: common_issues.md
|
||||||
- name: Tiny Life's Data Folder
|
|
||||||
href: game_dir.md
|
|
||||||
- name: About Preview Versions
|
- name: About Preview Versions
|
||||||
href: preview.md
|
href: preview.md
|
||||||
|
- name: Tiny Life's Data Folder
|
||||||
|
href: game_dir.md
|
||||||
|
- name: Cheats
|
||||||
|
href: cheats.md
|
||||||
|
|
||||||
- name: Community
|
- name: Community
|
||||||
- name: Content and Community Policy
|
- name: Content and Community Policy
|
||||||
|
@ -15,11 +17,11 @@
|
||||||
- name: Custom Content
|
- name: Custom Content
|
||||||
- name: Getting Custom Content
|
- name: Getting Custom Content
|
||||||
href: getting.md
|
href: getting.md
|
||||||
|
- name: Creating Custom Maps
|
||||||
|
href: custom_maps.md
|
||||||
|
|
||||||
|
- name: Modding
|
||||||
- name: Modding Basics
|
- name: Modding Basics
|
||||||
href: mod_basics.md
|
href: mod_basics.md
|
||||||
- name: Creating Textures
|
- name: Creating Textures
|
||||||
href: creating_textures.md
|
href: creating_textures.md
|
||||||
- name: Creating Custom Maps
|
|
||||||
href: custom_maps.md
|
|
||||||
- name: Testing Cheats
|
|
||||||
href: cheats.md
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
- name: Main Site
|
- name: Main Site
|
||||||
href: https://tinylifegame.com
|
href: https://tinylifegame.com
|
||||||
- name: Introduction
|
- name: Home
|
||||||
href: /
|
href: /
|
||||||
- name: Articles
|
- name: Tutorials
|
||||||
href: articles/
|
href: articles/
|
||||||
- name: API Documentation
|
- name: API Documentation
|
||||||
href: api/
|
href: api/
|
||||||
|
|
Loading…
Reference in a new issue