Just wanted to let you know after trying to run your game, it appears it is not compatible with the newest version of LOVE 11.1. I received the following error...
This game indicates it was made for version '0.10.2' of LOVE.
It may not be compatible with the running version (11.1).
LOVE - Warning: main.lua:63: Using deprecated function love.filesystem.isFile (replaced by love.filesystem.getInfo)
Error: neonphase/scenes/title.lua:21: bad argument #2 to 'newSource' (string expected, got no value)
stack traceback:
vendor/hump/gamestate.lua:89: in function 'handler'
[string "boot.lua"]:637: in function <[string "boot.lua"]:633>
[C]: in function 'newSource'
neonphase/scenes/title.lua:21: in function 'init'
klinklang/object.lua:11: in function 'TitleScene'
main.lua:124: in function 'load'
[string "boot.lua"]:488: in function <[string "boot.lua"]:487>
[C]: in function 'xpcall'
[string "boot.lua"]:650: in function <[string "boot.lua"]:639>
[C]: in function 'xpcall'