Page 2 of 2

Re: Flying Game

Posted: Mon Nov 15, 2010 3:04 am
by middlerun
That worked. :awesome:

Re: Flying Game

Posted: Mon Nov 15, 2010 5:49 am
by Maurice
Some progress on the hud.
Image
Does alpha in setcolor not work for fonts?

Re: Flying Game

Posted: Mon Nov 15, 2010 9:02 am
by nevon
Maurice wrote:Some progress on the hud.
Image
Does alpha in setcolor not work for fonts?
Yes, it should.

Code: Select all

love.graphics.setFont(font, size)
love.graphics.setColor(red, blue, green, opacity)
love.graphics.print(string, x, y)

Re: Flying Game

Posted: Tue Nov 16, 2010 12:58 pm
by Maurice
Looking for an artist.
It should be all vector art looking, like the rest of the game.
Would have to create backgrounds, planes, rockets, hud elements, really not a lot.

Re: Flying Game

Posted: Tue Nov 16, 2010 5:10 pm
by Robin
Maurice wrote:Looking for an artist.
Aren't we all? ;) (Well, except for nevon and Ryne)

Maybe you can find something/someone on http://opengameart.org/

Re: Flying Game

Posted: Tue Nov 16, 2010 8:34 pm
by tentus
Maurice wrote:Looking for an artist.
It should be all vector art looking, like the rest of the game.
Would have to create backgrounds, planes, rockets, hud elements, really not a lot.
I can lend a hand every so often, if you're specific in what you want. Examples of (admittedly aging) vector work can be found here: http://tsholden.com/pages/digital.php The better work is nearer the bottom, I have the category sorted oldest to newest.

Re: Flying Game

Posted: Wed Nov 17, 2010 7:42 pm
by nomnom
What LÖVE version do we need to play it? I tried a few times to start the .love, but no window opened... Is this the same for you?

EDIT: Ah, got an error message:
jakob@jakob-laptop:~/Desktop$ love Flying_Game.love
Could not set video mode: Couldn't find matching GLX visual
boot [string "boot.lua"]:277: Could not set screen mode stack traceback:
[string "boot.lua"]:833: in function 'error_printer'
[string "boot.lua"]:768: in function <[string "boot.lua"]:766>
[C]: in function 'assert'
[string "boot.lua"]:277: in function <[string "boot.lua"]:215>
[C]: in function 'xpcall'
[string "boot.lua"]:838: in main chunk
Probably something isn't installed?

Re: Flying Game

Posted: Wed Nov 17, 2010 7:51 pm
by bartbes
No it means its fsaa setting is too high, try lowering it.

Re: Flying Game

Posted: Wed Nov 17, 2010 7:59 pm
by nomnom
bartbes wrote:No it means its fsaa setting is too high, try lowering it.
Ah, I needed to set it to 0 :shock: Thanks to you! This is great work!