Finally renamed animate2 to animation thus completing the refactor. There's still things to do to make the new animation actually work though.
This commit is contained in:
parent
83f62e3f45
commit
81a282d544
21 changed files with 83 additions and 339 deletions
|
|
@ -87,7 +87,7 @@ dependencies += [
|
|||
sources = [
|
||||
'ai.cpp',
|
||||
'ai_debug.cpp',
|
||||
'animate2.cpp',
|
||||
'animation.cpp',
|
||||
'autowalker.cpp',
|
||||
'backend.cpp',
|
||||
'battle.cpp',
|
||||
|
|
@ -138,7 +138,7 @@ sources = [
|
|||
|
||||
executable('runtests', sources + [
|
||||
'tests/ai.cpp',
|
||||
'tests/animate2.cpp',
|
||||
'tests/animation.cpp',
|
||||
'tests/base.cpp',
|
||||
'tests/battle.cpp',
|
||||
'tests/camera.cpp',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue