Can't "drag and drop" folder to run main.lua
Posted: Thu Sep 25, 2014 5:35 pm
Hi,
This is a probably a stupid question but i can't solve it.
I installed löve 64 bit with the installer on Windows 8. On the wiki it says you can drag a folder with a main.lua in it to run the file.
http://www.love2d.org/wiki/Getting_Started
I made a folder "test" with a main.lua containing:
I select the folder and drag it to the "Baby inspector window"; Nothing happens. But I can run it with a command prompt (cmd)
"C:\Love\love.exe" "c:\test"
The same problem is on my Macbook, can't drag the folder...
What’s Up With That?
This is a probably a stupid question but i can't solve it.
I installed löve 64 bit with the installer on Windows 8. On the wiki it says you can drag a folder with a main.lua in it to run the file.
http://www.love2d.org/wiki/Getting_Started
I made a folder "test" with a main.lua containing:
Code: Select all
function love.draw()
love.graphics.print("Test",300,300)
end
"C:\Love\love.exe" "c:\test"
The same problem is on my Macbook, can't drag the folder...
What’s Up With That?