Create tween.hpp
This commit is contained in:
parent
22b6f477ba
commit
ca4de52619
12
internal/tween.hpp
Normal file
12
internal/tween.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
#include "Click.hpp"
|
||||
|
||||
namespace rnd7{
|
||||
enum class TweenType : int {Position = 1, Color, Alpha};
|
||||
|
||||
enum class TweenLoop : int {None = 1, Loop = 2,};
|
||||
|
||||
enum class TweenDirection : int {Current, Forward, Backward};
|
||||
|
||||
enum class TweenState : int {Playing = 1, Stopped};
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user