From 9f029bf458d43492093507f9b59a67f4f22c283c Mon Sep 17 00:00:00 2001 From: heavydemon21 Date: Fri, 8 Nov 2024 12:00:08 +0100 Subject: todo's animator system --- src/crepe/system/AnimatorSystem.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/crepe/system/AnimatorSystem.h b/src/crepe/system/AnimatorSystem.h index 553b456..c377ce9 100644 --- a/src/crepe/system/AnimatorSystem.h +++ b/src/crepe/system/AnimatorSystem.h @@ -2,6 +2,11 @@ #include "System.h" + + +//TODO: +// control if flip works with animation system + namespace crepe { /** -- cgit v1.2.3