exporting eMovementAnimation

This commit is contained in:
Zeno Rogue 2020-04-07 17:17:45 +02:00
parent 373a7c3469
commit 750b91cfd9
1 changed files with 3 additions and 1 deletions

View File

@ -520,11 +520,13 @@ EX }
#if CAP_ANIMATIONS
EX namespace anims {
#if HDR
enum eMovementAnimation {
maNone, maTranslation, maRotation, maCircle, maParabolic, maTranslationRotation
};
#endif
eMovementAnimation ma;
EX eMovementAnimation ma;
EX ld shift_angle, movement_angle;
EX ld normal_angle = 90;