rm song 8 cuz bad
This commit is contained in:
parent
891f1a152e
commit
cda62e0efd
3 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue