Search found 3 matches
- Thu May 31, 2012 9:49 pm
- Forum: General
- Topic: IDEs for LÖVE
- Replies: 22
- Views: 17533
Re: IDEs for LÖVE
That's awesome! I got it set up, works really well. The only annoying thing is if I'm running the program without the debugger I've got to comment out the require('debugger')() line or it won't run. You could use the fix available here . Let me know if that fixes your problem (I am pretty sure it w...
- Tue May 22, 2012 9:02 pm
- Forum: General
- Topic: IDEs for LÖVE
- Replies: 22
- Views: 17533
Re: IDEs for LÖVE
Oops sorry about that! I just fixed it. Thanks for reporting it!kclanc wrote:I get a broken link for those two files.
- Mon May 21, 2012 7:32 am
- Forum: General
- Topic: IDEs for LÖVE
- Replies: 22
- Views: 17533
Re: IDEs for LÖVE
Hi guys, I just gave Koneki's debugger a shot with LÖVE, and it seems to work just fine :) Let me try to summarize what you need to do: Create a new Lua project in Koneki (File > New > Lua Project), either from scratch or by referencing an existing folder. If starting from scratch, of course you'll ...