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:
Zed A. Shaw 2026-02-24 11:36:57 -05:00
parent 83f62e3f45
commit 81a282d544
21 changed files with 83 additions and 339 deletions

View file

@ -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',