Search found 26 matches

by Triplenox
Mon Jul 16, 2012 5:44 pm
Forum: Support and Development
Topic: Converting my game to a .exe
Replies: 7
Views: 2722

Re: Converting my game to a .exe

So, I'm making a new game due to be released in Winter 2013 and I was wondering, how can I convert my game to a .exe? I also want to know: Will people without Love installed on their computers be able to play the game with the .exe? Kind Regards, -Triplenox Please see the page on the Wiki entitled,...
by Triplenox
Mon Jul 16, 2012 5:35 pm
Forum: Support and Development
Topic: Converting my game to a .exe
Replies: 7
Views: 2722

Re: Converting my game to a .exe

So, I'm making a new game due to be released in Winter 2013 and I was wondering, how can I convert my game to a .exe? I also want to know: Will people without Love installed on their computers be able to play the game with the .exe? Kind Regards, -Triplenox Please see the page on the Wiki entitled,...
by Triplenox
Mon Jul 16, 2012 4:02 pm
Forum: Support and Development
Topic: Converting my game to a .exe
Replies: 7
Views: 2722

Converting my game to a .exe

So, I'm making a new game due to be released in Winter 2013 and I was wondering, how can I convert my game to a .exe? I also want to know: Will people without Love installed on their computers be able to play the game with the .exe?

Kind Regards,

-Triplenox
by Triplenox
Mon Jul 16, 2012 3:58 pm
Forum: Support and Development
Topic: How can I change an Icon on my Love application?
Replies: 1
Views: 691

How can I change an Icon on my Love application?

So, I was wondering how can I change this: http://puu.sh/J1AV little icon on my Love application.

Kind Regards,

-Triplenox
by Triplenox
Sat Jul 14, 2012 5:11 pm
Forum: Support and Development
Topic: Commenting out in Löve
Replies: 3
Views: 2606

Re: Commenting out in Löve

Santos wrote:Like this! :)

Code: Select all

-- This is a comment!
Or for multi-line comments:

Code: Select all

--[[ This a
      multi-line
      comment
]]
And here's a neat trick:

Code: Select all

---[[
    You can comment/uncomment these lines quickly
    by removing/adding the first "-" from "---[["!
--]]
Thank you:)
by Triplenox
Fri Jul 13, 2012 5:57 pm
Forum: Support and Development
Topic: Commenting out in Löve
Replies: 3
Views: 2606

Commenting out in Löve

Okay, so I've been messing around with Löve for a while now and I was wondering, how can I comment something out? In html to comment something out you do:

<!--(Text Here)-->

But, how can I do this in Löve?

Kind Regards,

-Triplenox