CaravelGames / drod

The official public repository of Deadly Rooms of Death and DROD RPG
http://caravelgames.com
56 stars 17 forks source link

RPG: Additional character customisation utilities #500

Closed Hypexion closed 1 year ago

Hypexion commented 1 year ago

Three somewhat related features packaged together:

A new setting to make show NPC's in-game appearance the default. When this is active, holding the Alt key will show the generic editor appearance. It can also be toggled in-editor with the F6 key. (Thread)

To help the above, the _MyColor variable can now be preset in the character options dialog. When this is done, the character's altered color can be seen when previewing NPC appearances.

Finally, inputs have been added to the character options dialog to set a custom speech color. The three RGB values are set separately, then combined into a single value for storage. This is because it was the method I was able to get working. (Thread)