Search found 65 matches

by tavuntu
Thu Jan 17, 2013 4:54 am
Forum: Support and Development
Topic: How can I get the width of an image?
Replies: 3
Views: 1914

How can I get the width of an image?

In the hamster ball example there's this: local an,al,gr=love.graphics.getWidth(),love.graphics.getHeight(),love.graphics function love.load() hamster = gr.newImage("img.png") x = 50 y = 50 speed = 300 end function love.update(dt) if love.keyboard.isDown("right") then x = x + (sp...
by tavuntu
Sat Jan 12, 2013 8:08 pm
Forum: Support and Development
Topic: Hi
Replies: 2
Views: 1214

Re: Hi

You're right what happens is that I confused (I have a poker face right now)
by tavuntu
Sat Jan 12, 2013 8:06 pm
Forum: General
Topic: Hi, I'm wondering how to create my first game
Replies: 13
Views: 4818

Re: Hi, I'm wondering how to create my first game

Thanks a lot :D I'll check that.
by tavuntu
Sat Jan 12, 2013 8:07 am
Forum: Support and Development
Topic: Hi
Replies: 2
Views: 1214

Hi

Somebody know if there going to be the option "first person portal view" in mari0 1.7? (this one: download/file.php?mode=view&id=22820)
Thanks a lot and nice blog :D
by tavuntu
Sat Jan 12, 2013 8:04 am
Forum: General
Topic: Hi, I'm wondering how to create my first game
Replies: 13
Views: 4818

Hi, I'm wondering how to create my first game

Hi everyone I'm a programmer and I know only a few about lua but I'd like to create my first game, and pack it in a .love file of course (somenting like a circle which can be moved with the keyboard arrows or something simple like that). Thanks a lot and regards, sorry for the bad english.