diff --git a/Source/Editor.lua b/Source/Editor.lua index 0eb784c..ca0a964 100644 --- a/Source/Editor.lua +++ b/Source/Editor.lua @@ -27,7 +27,7 @@ local pos1 = {x,y} local editor = "main" -local editorSongs = {"song1","song2","song5", "song6", "song7", "song8"} +local editorSongs = {"song1","song2","song5", "song6", "song7"} local selSong = "song2" local songIndexSel = 10 diff --git a/Source/Menu.lua b/Source/Menu.lua index 4f1cf5f..fbfbf2c 100644 --- a/Source/Menu.lua +++ b/Source/Menu.lua @@ -180,7 +180,7 @@ function editLoad() createMenu(m) end -songlist = {"BACK","POV: YOU ARE A ROCKET","A LONELY, LOST SHIP", "LEVEL COMPLETE", "GAME COMPLETE", "CHIPVIBE2", "ORANGER CHIP","WACKMAN", "UFO"} +songlist = {"BACK","POV: YOU ARE A ROCKET","A LONELY, LOST SHIP", "LEVEL COMPLETE", "GAME COMPLETE", "CHIPVIBE2", "ORANGER CHIP","WACKMAN"} songlist[0] = "musicbox" function menuButtonPress(name, index) diff --git a/Source/sfx/song8.wav b/Source/sfx/song8.wav deleted file mode 100644 index 6b4dfec..0000000 Binary files a/Source/sfx/song8.wav and /dev/null differ