1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-21 11:22:45 +01:00

Change: New company face definition system and UI. (#14319)

Bits used by company faces are now defined by a variable system instead of being hardcoded, allowing future expansion.

The four face types covering gender and skin colour are now separate face styles with their own definitions.
This commit is contained in:
Peter Nelson
2025-06-24 07:59:49 +01:00
committed by GitHub
parent ebc74c8905
commit a46a3a97f3
19 changed files with 785 additions and 763 deletions

View File

@@ -28,6 +28,7 @@
#include "widgets/error_widget.h"
#include "table/sprites.h"
#include "table/strings.h"
#include "safeguards.h"