Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Devlog #1 - Implementing a Colour Theme System

After seeing the catastrophe of a colour scheme I had implemented so far, I started trying out different colour palettes that could work. After about an hour, I had only gone through a couple of choices, and it was becoming really tedious to change the colour of every single button, toggle, slider, and text component of the game.

Therefore, I decided that I would make a tool to make this easier. I made a script that I would put on every UI component, and I could designate each component as Background, Foreground, Accent, or Other. I made a manager script that I would place in each scene where I could chose which colour theme template I wanted, and it would automatically apply it to the entire scene.

Modifying a Theme


Changing Theme Presets