I'm new here and I cant wait to make some fantastic games, from what I've heard, this is a fantastic engine and a great community!
I'm trying to configure my Sublime 2 with Love but I keep running into this error:
I found this thread: viewtopic.php?f=4&t=76715 but this solution doesn't seem to help me :-/'love' is not recognized as an internal or external command,
operable program or batch file.
[Finished in 0.0s with exit code 1]
Code: Select all
{
"path": "C:\\Program Files (x86)\\LOVE",
"selector": "source.lua",
"shell": true,
"cmd": ["love", "$file_path"]
}
Thanks!!