1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-25 19:07:40 +00:00

some anim parameters are now saved in config

This commit is contained in:
Zeno Rogue
2018-09-10 19:44:01 +02:00
parent df0be69cce
commit bb05d9ab80
3 changed files with 15 additions and 1 deletions

View File

@@ -4096,6 +4096,11 @@ namespace anims {
bool any_on();
bool any_animation();
bool center_music();
extern string animfile;
extern int noframes;
extern ld period, cycle_length, parabolic_length, rug_angle, circle_radius, circle_spins;
}
extern int animation_lcm;