diff --git a/Writerside/topics/Palette-Icons.md b/Writerside/topics/Palette-Icons.md index 292124a..42cb40b 100644 --- a/Writerside/topics/Palette-Icons.md +++ b/Writerside/topics/Palette-Icons.md @@ -9,9 +9,10 @@ You can add custom palette icons with this feature, like Creepy & Cute and Bot P ## Usage - - - + + + + Add the following properties to that prop file: diff --git a/Writerside/topics/Property-List-Duplication.md b/Writerside/topics/Property-List-Duplication.md index 9a12de5..5474720 100644 --- a/Writerside/topics/Property-List-Duplication.md +++ b/Writerside/topics/Property-List-Duplication.md @@ -11,9 +11,10 @@ with this you can maintain one file and duplicate it to the other places. ## Usage - - - + + + + In that .prop file, add a string8s array, with each entry duplicating a .prop file. ``` diff --git a/Writerside/topics/Property-Postinits.md b/Writerside/topics/Property-Postinits.md index efcfa0f..1475a24 100644 --- a/Writerside/topics/Property-Postinits.md +++ b/Writerside/topics/Property-Postinits.md @@ -16,9 +16,10 @@ this is primarily useful in maintaining compatibility with other mods. ## Usage - - - + + + + In that .prop file, add a string8s array, with each entry postinit-ing another .prop file. ``` diff --git a/Writerside/topics/Property-Replacement.md b/Writerside/topics/Property-Replacement.md index 5fb6c18..810980f 100644 --- a/Writerside/topics/Property-Replacement.md +++ b/Writerside/topics/Property-Replacement.md @@ -9,9 +9,10 @@ Allows you to globally modify any property with a new value. ## Usage - - - + + + + In that .prop file, add a string8s array, with each entry creating a new global property override. ```