Now the Animation system is no more. Next is cleaning up the quick hacks I needed to finally get rid of it, like animate2::has.
This commit is contained in:
parent
b504afef2a
commit
89ca204f3d
15 changed files with 356 additions and 423 deletions
|
|
@ -88,8 +88,6 @@ sources = [
|
|||
'ai.cpp',
|
||||
'ai_debug.cpp',
|
||||
'animate2.cpp',
|
||||
'animation.cpp',
|
||||
'animation.cpp',
|
||||
'autowalker.cpp',
|
||||
'backend.cpp',
|
||||
'battle.cpp',
|
||||
|
|
@ -141,7 +139,6 @@ 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