Author Topic: Löve2D Offical not offical thread of threads.  (Read 3148 times)

Buwmp
Imm now vetter at lua
Hurrah

Buwmp
Imm now vetter at lua
Hurrah
yay

make a game

i command you

DEWWIT NAO

Buwmp
Imm now vetter at lua
Hurrah
Which one did you read? What's the best to start with?

anyone want to help me make something with this? (kingdaro please say yes)

aaaaaa so confuse.
Why isn't print(10) doing anything? D:

You probably should define tje fumction print lol
function print(txt)
love.graphics.print(txt)
end


Lol.

its just a spinny circle with single dugtrios on the side. How do I use it?

aaaaaa so confuse.
Why isn't print(10) doing anything? D:
You need to attach a console using a conf.lua file in the root of the folder or .love file, and in conf.lua type:

function love.conf(t)
 t.console = true
end

the print() function is confined to the console only, if you want to print ingame, use love.graphics.print(), however love.graphics.print() only accepts text values and requires an x and y as well.
anyone want to help me make something with this? (kingdaro please say yes)
What kind of 'something'?
« Last Edit: June 14, 2011, 03:43:39 AM by Kingdaro »


Little offtopic but your avatar some how mentally distirbs me.
Please change lol.
Best icon/avatar site.
What was it?
I should set it as mine then.

Anyway, why is there a hamberger in the logo.
 :cookieMonster:


fghfghfghfgh
This is gonna take a while for me to figure out. :/

First post isn't very informative, I suggest the following links to be added:

Where to learn lua:
http://lua.org/pil
http://lua-users.org/wiki/TutorialDirectory
http://www.lua.org/manual/5.1/

The Love2D wiki:
http://love2d.org/wiki/Main_Page

Getting started with Love:
http://love2d.org/wiki/Getting_Started

A few examples so people know what you can make:
http://love2d.org/wiki/Category:Games

though I haven't seen a clear limit to what can be done, people have made 3D engines using Love2D.