aboutsummaryrefslogtreecommitdiff
path: root/game_state.wren
diff options
context:
space:
mode:
Diffstat (limited to 'game_state.wren')
-rw-r--r--game_state.wren1
1 files changed, 1 insertions, 0 deletions
diff --git a/game_state.wren b/game_state.wren
index 4794fb7..9390261 100644
--- a/game_state.wren
+++ b/game_state.wren
@@ -5,6 +5,7 @@ class GameState {
construct new() {
AudioEngine.load("menu_music","assets/musics/04 All of Us - Menu.ogg")
AudioEngine.load("level1_bg","assets/musics/01 A Night Of Dizzy Spells.ogg")
+ AudioEngine.load("select","assets/sfx/select.wav")
_fullScreen = false
}