Created a nice utility library for doing animations, and used it in the ritual crafting UI.

This commit is contained in:
Zed A. Shaw 2025-03-20 01:10:01 -04:00
parent 0a40135f5d
commit 1aa6674e42
14 changed files with 213 additions and 150 deletions

View file

@ -79,6 +79,8 @@ dependencies += [
sources = [
'ai.cpp',
'ai_debug.cpp',
'animation.cpp',
'animation.cpp',
'autowalker.cpp',
'boss_fight_ui.cpp',
'camera.cpp',
@ -138,6 +140,7 @@ executable('runtests', sources + [
'tests/rituals.cpp',
'tests/sound.cpp',
'tests/spatialmap.cpp',
'tests/animation.cpp',
'tests/stats.cpp',
'tests/textures.cpp',
'tests/tilemap.cpp',