Skip to content

Commit

Permalink
reset pqs route (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaDizzy committed Jun 13, 2024
1 parent 8acfbf0 commit 772ee37
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Components/Pages/Syntax/PQSMods/PQSMods.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@page "/Syntax/PQSMods/PQSMods"
@page "/Syntax/PQSMods"

<PageTitle>@pageTitle</PageTitle>

Expand Down
1 change: 1 addition & 0 deletions RouteList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public static string Get(string name) {
"SpaceCenter" => "/Syntax/SpaceCenter",
"Template" => "/Syntax/Template",
// PQSMods
"PQSMods" => "/Syntax/PQSMods",
"LandControl" => "/Syntax/PQSMods/LandControl/LandControl",
"HeightColorMap" => "/Syntax/PQSMods/HeightColorMap",
"HeightColorMap2" => "/Syntax/PQSMods/HeightColorMap2",
Expand Down
2 changes: 1 addition & 1 deletion wwwroot/content/syntax/PQS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The `PQS { }` node describes properties of the Procedural Quad Sphere that makes
+ [AtmosphericTriplanarZoomRotation]( /Syntax/Material/PQSAtmosphericTriplanarZoomRotation)
+ [AtmosphericTriplanarZoomRotationTextureArray]( /Syntax/Material/PQSAtmosphericTriplanarZoomRotationTextureArray)
* FallbackMaterial { }
* [Mods { }]( /Syntax/PQSMods/PQSMods)
* [Mods { }]( /Syntax/PQSMods)

## Example {#Example}
```
Expand Down
2 changes: 1 addition & 1 deletion wwwroot/content/syntax/Template.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Template
|removeAtmosphere|Boolean|Whether to remove the atmosphere from the template body. See the [Atmosphere subnode]( /Syntax/Atmosphere/Atmosphere) for more details.|
|removeBiomes|Boolean|Whether to remove the biomes of the template body. See the [Biome subnode]( /Syntax/Properties/Biome) for more details.|
|removeOcean|Boolean|Whether to remove the ocean of the template body. See the [Ocean subnode]( /Syntax/Ocean) for more details.|
|removePQSMods|Text List|A selection of terrain modifications that Kopernicus should remove. Possible values are listed on the [PQSMods page]( /Syntax/PQSMods/PQSMods).|
|removePQSMods|Text List|A selection of terrain modifications that Kopernicus should remove. Possible values are listed on the [PQSMods page]( /Syntax/PQSMods).|
|removeAllPQSMods|Boolean|Whether to remove every terrain modification from the template body and make it a perfect sphere.|
|removeProgressTree|Boolean|Whether to remove contracts and milestones from the template body.|
|removeCoronas|Boolean|Whether to remove the coronas from the template body (really only applicable for the Sun).|

0 comments on commit 772ee37

Please sign in to comment.