Search found 3 matches
- Sun Mar 20, 2011 10:59 pm
- Forum: Support and Development
- Topic: Error: launching the .love in same directory than love.exe
- Replies: 2
- Views: 2156
Re: Error: launching the .love in same directory than love.e
Thanks for your answer. I try to put the file in the root and call it like that self.menuItems = table.load("menu_en.".txt") but I get the same error. I use the "/" everywhere in the code not the "\". I also take care of the case. I add this code with the file in t...
- Sun Mar 20, 2011 9:55 pm
- Forum: General
- Topic: Offline LÖVE documentation for download
- Replies: 107
- Views: 720631
Re: Offline LÖVE documentation for download
Thank you for this very good initiative.
People said that developers never read the doc...it's true but only if it's the doc of the microwave !
People said that developers never read the doc...it's true but only if it's the doc of the microwave !
- Sun Mar 20, 2011 9:48 pm
- Forum: Support and Development
- Topic: Error: launching the .love in same directory than love.exe
- Replies: 2
- Views: 2156
Error: launching the .love in same directory than love.exe
Hi, I've started to develop an original game call Tetris with love ! The game run correctly if I launch the game like that from the command prompt: ../love.exe tetris.love (in this case the file is in the same directory than love.exe or like that ../love.exe ../tetris.love (here in the sub directory...