Now have a simple camera system that I can configure in json for different motion effects.
This commit is contained in:
parent
8345097e10
commit
5b57fb2033
11 changed files with 173 additions and 128 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue