Barely progress on tilesets

This commit is contained in:
2022-12-04 21:25:13 -08:00
parent f5c1added6
commit d3e165f2b8
48 changed files with 330 additions and 23 deletions

View File

@ -28,7 +28,7 @@ namespace Dawn {
bool_t finished = false;
float_t time = 0;
float_t duration = 0;
easefunction_t *easing = &easeLinear;
easefunction_t *easing = &easeOutQuad;
std::vector<struct TimelineItem<T>> timelineItems;
Event<> eventAnimationEnd;