about summary refs log tree commit diff homepage
path: root/brutalmaze/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'brutalmaze/constants.py')
-rw-r--r--brutalmaze/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/brutalmaze/constants.py b/brutalmaze/constants.py
index e2c8e43..37ed569 100644
--- a/brutalmaze/constants.py
+++ b/brutalmaze/constants.py
@@ -28,6 +28,7 @@ from pygame.mixer import Sound
 SETTINGS = pkg_file('brutalmaze', 'settings.ini')
 ICON = pygame.image.load(pkg_file('brutalmaze', 'icon.png'))
 MUSIC = pkg_file('brutalmaze', 'soundfx/music.ogg')
+NOISE = pkg_file('brutalmaze', 'soundfx/noise.ogg')
 
 mixer = pygame.mixer.get_init()
 if mixer is None: pygame.mixer.init(frequency=44100)