Now have a simple camera system that I can configure in json for different motion effects.

This commit is contained in:
Zed A. Shaw 2025-11-03 00:25:48 -05:00
parent 8345097e10
commit 5b57fb2033
11 changed files with 173 additions and 128 deletions

View file

@ -89,6 +89,7 @@ sources = [
'boss/fight.cpp',
'boss/system.cpp',
'boss/ui.cpp',
'camera.cpp',
'combat.cpp',
'components.cpp',
'config.cpp',
@ -132,9 +133,9 @@ sources = [
executable('runtests', sources + [
'tests/ai.cpp',
'tests/animation.cpp',
'tests/animation2.cpp',
'tests/base.cpp',
'tests/battle.cpp',
'tests/camera.cpp',
'tests/components.cpp',
'tests/config.cpp',
'tests/dbc.cpp',