run from the folder

This commit is contained in:
lustlion
2022-02-12 10:35:45 +01:00
parent d7d0c83c94
commit e51905de67
4 changed files with 9 additions and 9 deletions

View File

@@ -39,7 +39,7 @@ function love.load()
Camera.width = game.width
Camera.height = game.height
levelList = scandir("./Mothback/data/levels")
levelList = scandir("./data/levels")
levelNum = 1
currLevel = levelList[levelNum]
logPrint("currLevel: "..currLevel)