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", "description": "Should this planet ever be shown on the title screen",
"default": "true" "default": "true"
}, },
"isQuantumState": {
"type": "boolean",
"description": "Does this config describe a quantum state of a custom planet defined in another file?",
"default": "false"
},
"Base": { "Base": {
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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