Adding menu palettes
Learn how to add new color palettes to DSS.
Intro
Color palettes are basically different themes for DSS. The user can choose between a healthy variety of color palettes in the Dead Sea Scrolls menu settings, but developers can add their own color palettes very easily.
Adding a color palette
You can add color palettes using the AddPalettes
function of the DeadSeaScrollsMenu
global. AddPalettes
takes a table of color palettes. Below is an example of how to define a color palette.
You can download the example mod and inspect how it works below.
Last updated