Skip to content

Commit

Permalink
fix errors from writerside update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarklord committed May 2, 2024
1 parent 2f22bd3 commit 03322f9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
7 changes: 4 additions & 3 deletions Writerside/topics/Palette-Icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ You can add custom palette icons with this feature, like Creepy & Cute and Bot P

## Usage

<include from="Snippets.topic" element-id="upe-api-folder"/>
<var name="upe-api-type" value="palette icon">
<var name="upe-api-folder" value="paletteicons">
<include from="Snippets.topic" element-id="upe-api-folder">
<var name="upe-api-type" value="palette icon"/>
<var name="upe-api-folder" value="paletteicons"/>
</include>

Add the following properties to that prop file:

Expand Down
7 changes: 4 additions & 3 deletions Writerside/topics/Property-List-Duplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ with this you can maintain one file and duplicate it to the other places.

## Usage

<include from="Snippets.topic" element-id="upe-api-folder"/>
<var name="upe-api-type" value="property duplications">
<var name="upe-api-folder" value="prop_duplications">
<include from="Snippets.topic" element-id="upe-api-folder">
<var name="upe-api-type" value="property duplications"/>
<var name="upe-api-folder" value="prop_duplications"/>
</include>

In that <path>.prop</path> file, add a string8s array, with each entry duplicating a <path>.prop</path> file.
```
Expand Down
7 changes: 4 additions & 3 deletions Writerside/topics/Property-Postinits.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ this is primarily useful in maintaining compatibility with other mods.

## Usage

<include from="Snippets.topic" element-id="upe-api-folder"/>
<var name="upe-api-type" value="property postinit">
<var name="upe-api-folder" value="prop_postinits">
<include from="Snippets.topic" element-id="upe-api-folder">
<var name="upe-api-type" value="property postinit"/>
<var name="upe-api-folder" value="prop_postinits"/>
</include>

In that <path>.prop</path> file, add a string8s array, with each entry postinit-ing another <path>.prop</path> file.
```
Expand Down
7 changes: 4 additions & 3 deletions Writerside/topics/Property-Replacement.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ Allows you to globally modify any property with a new value.

## Usage

<include from="Snippets.topic" element-id="upe-api-folder"/>
<var name="upe-api-type" value="property replacement">
<var name="upe-api-folder" value="prop_overrides">
<include from="Snippets.topic" element-id="upe-api-folder">
<var name="upe-api-type" value="property replacement"/>
<var name="upe-api-folder" value="prop_overrides"/>
</include>

In that <path>.prop</path> file, add a string8s array, with each entry creating a new global property override.
```
Expand Down

0 comments on commit 03322f9

Please sign in to comment.