aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheavydemon21 <nielsstunnebrink1@gmail.com>2024-11-08 12:00:08 +0100
committerheavydemon21 <nielsstunnebrink1@gmail.com>2024-11-08 12:00:08 +0100
commit9f029bf458d43492093507f9b59a67f4f22c283c (patch)
tree083ff6c311c5c242590ebc83547e8fcdf658a85a
parent9432900158e6a31815345fcf0af8d28ae34c6da9 (diff)
todo's animator system
-rw-r--r--src/crepe/system/AnimatorSystem.h5
1 files changed, 5 insertions, 0 deletions
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 {
/**