-
Notifications
You must be signed in to change notification settings - Fork 1
How to Add a New Board Color
DuncanSzabaga edited this page Nov 21, 2025
·
1 revision
-
Create two sprites for the new theme:
- Create a 64x64
Dark tile - Create a 64x64
Light tile - Put them in ./Sprites
- Create a 64x64
-
Map the theme in
./Scripts/boardColorMap/:
-
Add your theme to the global list located in
./Objects/Singleplayer_obj/DefaultSettings
This structure will scale cleanly as you add more purchasable board colors.
Wiki
User Stories
Design
Requirements
Architecture
Considerations & Issues
Documentation
- How to Add a Card to the Game
- How the Music Controller & Script work
- Card Paging & Search System (CardManager)
- How to Spawn Cards in a Room
- How the Chessboard works
- How to Add a New Board Color
- How to use Alert System
- Chess Logic
- Cheat Mode
- Timer
- How the new card system works
- How the NEW Chessboard works