Ignore:
Timestamp:
12/10/23 09:50:04 (5 months ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Support for an alternative sound set

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/const.py

    r1117 r1123  
    461461SOUND_TAXI_BOEING737NG = "737taxi.mp3"
    462462
     463## Sound: taxi: Boeing 737 NG (alternative variant)
     464SOUND_TAXI_BOEING737NG_ALT1 = "737taxi_1.mp3"
     465
    463466## Sound: taxi: Boeing 767
    464467SOUND_TAXI_BOEING767 = "767taxi.mp3"
     468
     469## Sound: taxi: Boeing 767 (alternative variant)
     470SOUND_TAXI_BOEING767_ALT1 = "767taxi_1.mp3"
    465471
    466472## Sound: taxi: Fokker F70
Note: See TracChangeset for help on using the changeset viewer.