best syntax when using löve for sublime text 2???
best syntax when using löve for sublime text 2???
might should posted it in support and developement but anyways what do you think!!??
- Jasoco
- Inner party member
- Posts: 3726
- Joined: Mon Jun 22, 2009 9:35 am
- Location: Pennsylvania, USA
- Contact:
Re: best syntax when using löve for sublime text 2???
Lua? Wouldn't that be the only syntax to use?
- xXxMoNkEyMaNxXx
- Party member
- Posts: 206
- Joined: Thu Jan 10, 2013 6:16 am
- Location: Canada
Re: best syntax when using löve for sublime text 2???
I prefer LAU.
Re: best syntax when using löve for sublime text 2???
Real men write in LLVM IF code. Que relevant xkcd....
Do you recognise when the world won't stop for you? Or when the days don't care what you've got to do? When the weight's too tough to lift up, what do you? Don't let them choose for you, that's on you.
Re: best syntax when using löve for sublime text 2???
I've been mastering my pig latin lua lately.
But LAU seems to be a popular one nowadays.
Code: Select all
intpray('ellohay orldway')
I like to draw and program
Re: best syntax when using löve for sublime text 2???
Do you mean how to invoke love in sublime text? I recently just switched to windows 7, here's how I do it:
Create a new build system in Tools -> Build System -> New Build System.
That will open a file, enter this in it:
And save the file as love.sublime-build.
Then you can select the love build system with Tools -> Build System -> love.
To run your game, it's Tools -> Build, or ctrl+b.
Hope that helps.
Create a new build system in Tools -> Build System -> New Build System.
That will open a file, enter this in it:
Code: Select all
{
"windows": {
"path": "c:\\Program Files (x86)\\LOVE\\",
"cmd": ["love.exe", "--console", "$project_path"]
}
}
Then you can select the love build system with Tools -> Build System -> love.
To run your game, it's Tools -> Build, or ctrl+b.
Hope that helps.
----------------------------------------
Sluicer Games
Sluicer Games
Who is online
Users browsing this forum: Bing [Bot] and 6 guests