Arena is now using the new animate2 but needs to be fixed.

This commit is contained in:
Zed A. Shaw 2026-02-11 13:57:19 -05:00
parent 547e8ec993
commit aaf5aa4165
4 changed files with 82 additions and 16 deletions

View file

@ -106,6 +106,7 @@ namespace ease2 {
{"in_out_back", in_out_back},
{"random", random},
{"normal_dist", normal_dist},
{"none", none},
};
std::unordered_map<std::string, MotionFunc> map_of_motions{