Rubber Piggey
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
-
- Prole
- Posts: 2
- Joined: Thu Jan 03, 2013 5:11 pm
Rubber Piggey
I am completly new to Love and was wondering how to get rid of the rubber piggey and get the love command line.
Re: Rubber Piggey
1 - get Notepad++
2 - write your code save it as main.lua
3 - create a shortcut of löve
4 - drag the folder that has your main.lua on löve's shortcut
You can use this for beginning
2 - write your code save it as main.lua
3 - create a shortcut of löve
4 - drag the folder that has your main.lua on löve's shortcut
Code: Select all
function love.draw()
love.graphics.print("Hello world")
end
I am a mad scientist!
-
- Prole
- Posts: 2
- Joined: Thu Jan 03, 2013 5:11 pm
Re: Rubber Piggey
Yes but how do i get the love command line that they were talking about
- josefnpat
- Inner party member
- Posts: 955
- Joined: Wed Oct 05, 2011 1:36 am
- Location: your basement
- Contact:
Re: Rubber Piggey
To get rid of the piggy, please visit: https://love2d.org/wiki/Getting_Startedlittlediobolic wrote:Yes but how do i get the love command line that they were talking about
As for command line, it's dependent on your operating system.
Windows:
Set `t.console = true` in conf.lua (https://love2d.org/wiki/Config_Files)
OS X / Linux:
Ensure that love is properly installed in your command line. Check with `love --version`
Navigate to the directory containing your `main.lua` and run `love .`
Missing Sentinel Software | Twitter
FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
Who is online
Users browsing this forum: Bing [Bot] and 20 guests