1) Turning .love files into .exe files
2) Attempting to layer shapes
So, starting with 1, I looked at the wiki, and managed to make a .love file, now I'm trying to make it a .exe file, I've seen this
Thing on the wiki, but when I run it, it says "the system cannot find the file specified", not quite sure what to do.copy /b love.exe+game.love game.exe
Now, to 2, In my little game, I'm using all shapes drawn by love2d, however, my issue comes in when I try and draw a basic "upgrade" menu over the screen, and some shapes bleed through over top of it, obscuring the menu. Any information on how to properly layer shapes is good.
Anyway, thanks for any help.