Search found 1 match
- Mon Jul 26, 2010 12:59 am
- Forum: Support and Development
- Topic: Cannot Run LOVE Games via LÖVE 0.6.2
- Replies: 32
- Views: 14117
Re: Cannot Run LOVE Games via LÖVE 0.6.2
I am having the same exact problem as this guy. I make a function in main.lua that says: function love.draw() love.graphics.print("Hello World", 400, 300) end Then I place it in a folder called "test". I zip the folder and rename it "test.love". I then double click the ...