best syntax when using löve for sublime text 2???

General discussion about LÖVE, Lua, game development, puns, and unicorns.
Post Reply
Fatmat927
Prole
Posts: 42
Joined: Wed Sep 18, 2013 1:15 am

best syntax when using löve for sublime text 2???

Post by Fatmat927 »

might should posted it in support and developement but anyways what do you think!!??
User avatar
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???

Post by Jasoco »

Lua? Wouldn't that be the only syntax to use?
User avatar
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???

Post by xXxMoNkEyMaNxXx »

I prefer LAU.
User avatar
Lafolie
Inner party member
Posts: 809
Joined: Tue Apr 05, 2011 2:59 pm
Location: SR388
Contact:

Re: best syntax when using löve for sublime text 2???

Post by Lafolie »

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.
User avatar
XHH
Citizen
Posts: 85
Joined: Thu Jun 20, 2013 6:43 pm
Location: US
Contact:

Re: best syntax when using löve for sublime text 2???

Post by XHH »

I've been mastering my pig latin lua lately.

Code: Select all

intpray('ellohay orldway')
But LAU seems to be a popular one nowadays.
I like to draw and program :)
User avatar
clofresh
Citizen
Posts: 87
Joined: Sun Jul 26, 2009 4:21 pm
Contact:

Re: best syntax when using löve for sublime text 2???

Post by clofresh »

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:

Code: Select all

{
	"windows": {
		"path": "c:\\Program Files (x86)\\LOVE\\",
		"cmd": ["love.exe", "--console", "$project_path"]
	}
}
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.
----------------------------------------
Sluicer Games
Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 4 guests