Skip to content

How to Add a New Board Color

DuncanSzabaga edited this page Nov 21, 2025 · 1 revision
  1. Create two sprites for the new theme:
    • Create a 64x64 Dark tile
    • Create a 64x64 Light tile
    • Put them in ./Sprites
Image
  1. Map the theme in ./Scripts/boardColorMap/:
Image
  1. Add your theme to the global list located in ./Objects/Singleplayer_obj/DefaultSettings
Image

This structure will scale cleanly as you add more purchasable board colors.

Clone this wiki locally