mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-01 01:12:52 +00:00
changed default speed_of_sound to .25
This commit is contained in:
parent
2f28939466
commit
0924e4a2d9
@ -37,7 +37,7 @@ ld maxsnd = 1;
|
|||||||
ld absorption = .1;
|
ld absorption = .1;
|
||||||
|
|
||||||
/** how much time does it take to go 1 absolute unit, in seconds */
|
/** how much time does it take to go 1 absolute unit, in seconds */
|
||||||
ld speed_of_sound = 10000 / 44100.;
|
ld speed_of_sound = .25;
|
||||||
|
|
||||||
/** inter-aural distance */
|
/** inter-aural distance */
|
||||||
ld iad = .05;
|
ld iad = .05;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user