1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-24 05:17:17 +00:00

exporting eMovementAnimation

This commit is contained in:
Zeno Rogue 2020-04-07 17:17:45 +02:00
parent 373a7c3469
commit 750b91cfd9

View File

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