Refactor the animate2 and then start working on the motion feature.
This commit is contained in:
parent
992b8f0e0a
commit
60c405b1fc
9 changed files with 408 additions and 290 deletions
|
|
@ -86,6 +86,7 @@ dependencies += [
|
|||
sources = [
|
||||
'ai.cpp',
|
||||
'ai_debug.cpp',
|
||||
'animate2.cpp',
|
||||
'animation.cpp',
|
||||
'animation.cpp',
|
||||
'autowalker.cpp',
|
||||
|
|
@ -137,6 +138,7 @@ sources = [
|
|||
|
||||
executable('runtests', sources + [
|
||||
'tests/ai.cpp',
|
||||
'tests/animate2.cpp',
|
||||
'tests/animation.cpp',
|
||||
'tests/base.cpp',
|
||||
'tests/battle.cpp',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue