Re: Just Starting Out
Posted: Thu Mar 20, 2014 6:42 pm
Hi all,
I'm still really new to Love too and creating the new build system in Sublime Text using the code from the wiki didn't work for me either (got the same error). In the end I ended up adding the Love directory to my environment variables then using this..
But that's just a workaround and I'm curious if there is another/proper way to go about this.
Cheers!
I'm still really new to Love too and creating the new build system in Sublime Text using the code from the wiki didn't work for me either (got the same error). In the end I ended up adding the Love directory to my environment variables then using this..
Code: Select all
{
"selector": "source.lua",
"cmd": ["love.exe", "$file_path"],
"shell": true
}
Cheers!