At first I would like to thank you all I came here many times during the development of my love game and you guys helped me a lot
But right now I am having a problem I can't find the answer by myself.
My game works fine when I just slide the folder into the love.exe, but when I made it into a "game.exe" it didn't work.
So to sum up :
- When I slide the folder with my game into the love.exe file it works fine
- My "game.love" works
- I did this
Code: Select all
copy /b love.exe+game.love game.exe
Code: Select all
copy /b game.love+love.exe game.exe