Open spectrenoir06 opened 3 years ago
Huh, according to https://github.com/Davidobot/love.js/issues/26 it all worked fine.
Maybe @alexjgriffith could help out?
I had to declase FS at the start of love.js for making it work
Would you like to submit a pull request with that change?
I assume the changes are to the love source?
I have only remove the var before the FS declaration
Hello I try to use Love.js-Api-Player with this version of loveJS but Love.js-Api-Player use the FS to communicate between lua and JS but can't use FS from loveJS because it's not in the scope How can I fix this ? https://github.com/MrcSnm/Love.js-Api-Player