veloren/assets/voxygen/audio/music_transition_manifest.ron

16 lines
455 B
Plaintext
Raw Normal View History

(
combat_nearby_radius: 40.0,
combat_health_factor: 1000,
combat_nearby_high_thresh: 4,
combat_nearby_low_thresh: 1,
fade_timings: {
2021-04-11 21:47:45 +00:00
(TitleMusic, Exploration): (2.0, 12.0),
(TitleMusic, Combat): (2.0, 3.0),
2021-04-11 21:47:45 +00:00
(Exploration, TitleMusic): (2.0, 12.0),
(Exploration, Combat): (5.0, 3.0),
(Combat, Exploration): (5.0, 3.0),
(Combat, TitleMusic): (2.0, 12.0),
},
2021-04-11 21:47:45 +00:00
interrupt_delay: 5.0,
)