Now have a simple color palette system.

This commit is contained in:
Zed A. Shaw 2025-07-16 12:46:49 -04:00
parent 0272ba8540
commit 48a7f72411
6 changed files with 93 additions and 2 deletions

View file

@ -86,6 +86,7 @@ sources = [
'autowalker.cpp',
'backend.cpp',
'battle.cpp',
'palette.cpp',
'combat.cpp',
'components.cpp',
'config.cpp',
@ -131,6 +132,7 @@ executable('runtests', sources + [
'tests/animation.cpp',
'tests/base.cpp',
'tests/battle.cpp',
'tests/palette.cpp',
'tests/components.cpp',
'tests/config.cpp',
'tests/dbc.cpp',