diff --git a/Writerside/topics/Palette-Icons.md b/Writerside/topics/Palette-Icons.md index 07b5d0d..36cccdc 100644 --- a/Writerside/topics/Palette-Icons.md +++ b/Writerside/topics/Palette-Icons.md @@ -18,61 +18,38 @@ Create a .prop file with a unique name in the paletteicons

Add the following properties to that prop file: - -
  • - - key paletteSetButtonBackgroundIcon common~!bgicon.png - -

    - Edit common~!bgicon.png to point to your icon background. -

    -
  • -
  • - - key paletteSetButtonIcon common~!icon.png - -

    - Edit common~!icon.png to point to your icon. -

    -
  • -
  • - - key paletteSetButtonLayout layouts~!0x98F661C7.layout - -

    - Usually, you don't need to edit this. -

    -
  • -
  • - - texts paletteSetName - (0x0!0x0) "" - end - -

    - This is the text that appears when you hover, point it to your locale property and your text. -

    -
  • -
  • - - int32 paletteSetSequenceNumber 1025 - -

    - This determines the ordering of palette icons in relation to each other -

    - -

    - This does not control the ordering of pages, so if this is set improperly, - its possible for your icon to appear out of order compared to the pages it's on. -

    -
    -
  • -
    + +- ``` + key paletteSetButtonBackgroundIcon common~!bgicon.png + ``` + Edit `common~!bgicon.png` to point to your icon background. +- ``` + key paletteSetButtonIcon common~!icon.png + ``` + Edit common~!icon.png to point to your icon. +- ``` + key paletteSetButtonLayout layouts~!0x98F661C7.layout + ``` + Usually, you don't need to edit this. +- ``` + texts paletteSetName + (0x0!0x0) "" + end + ``` + This is the text that appears when you hover over your icon, point it to your locale property and your text. +- ``` + int32 paletteSetSequenceNumber 1025 + ``` + This determines the ordering of palette icons in relation to each other + +

    + This does not control the ordering of pages, so if this is set improperly, + its possible for your icon to appear out of order compared to the pages it's on. +

    +
    Then for every page you want to have your icon, add the following property: - +``` int32 palettePageSetId hash(PALETTEICONPROP) - -

    -Edit PALETTEICONPROP to be the name of your palette icon prop file (excluding the file extension). -

    \ No newline at end of file +``` +Editing `PALETTEICONPROP` to be the name of your palette icon prop file (excluding the file extension). \ No newline at end of file