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