diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-11-08 12:00:08 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-11-08 12:00:08 +0100 |
commit | 9f029bf458d43492093507f9b59a67f4f22c283c (patch) | |
tree | 083ff6c311c5c242590ebc83547e8fcdf658a85a | |
parent | 9432900158e6a31815345fcf0af8d28ae34c6da9 (diff) |
todo's animator system
-rw-r--r-- | src/crepe/system/AnimatorSystem.h | 5 |
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 { /** |