mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
exporting eMovementAnimation
This commit is contained in:
parent
373a7c3469
commit
750b91cfd9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user