Merge branch 'master' into dev

This commit is contained in:
Nick 2022-05-12 12:40:43 -04:00
commit 07a5f0dade
10 changed files with 23 additions and 0 deletions

View File

@ -153,6 +153,11 @@
"description": "Should this planet ever be shown on the title screen",
"default": "true"
},
"isQuantumState": {
"type": "boolean",
"description": "Does this config describe a quantum state of a custom planet defined in another file?",
"default": "false"
},
"Base": {
"type": "object",
"additionalProperties": false,

View File

@ -1,5 +1,7 @@
---
Title: API
Sort_Priority: 40
---
## How to use the API

View File

@ -1,7 +1,9 @@
---
Title: Audio Values
Description: Numbers for audio values for slide reels
Hide_In_Nav: True
Render_TOC: False
---
# The List

View File

@ -1,5 +1,7 @@
---
Title: Detailing
Sort_Priority: 90
---
## Details/Scatterer

View File

@ -1,6 +1,8 @@
---
Title: Dialogue
Description: Guide to making dialogue in New Horizons
Sort_Priority: 50
---
# Dialogue

View File

@ -1,6 +1,8 @@
---
Title: Home
Out_File: index
Sort_Priority: 100
---
![New Horizons Logo]({{ 'images/home/home_logo.webp'|static }})

View File

@ -1,6 +1,8 @@
---
Title: Hidden Page
Description: Hehe funny secret
Hide_In_Nav: True
---
# Hello!!
___

View File

@ -1,6 +1,8 @@
---
Title: Ship Log
Description: A guide to editing the ship log in New Horizons
Sort_Priority: 70
---
# Intro

View File

@ -1,5 +1,7 @@
---
Title: Translations
Sort_Priority: 60
---
## Translations
___

View File

@ -1,5 +1,7 @@
---
Title: Update Planets
Sort_Priority: 80
---
## Update Existing Planets
___