Re: Flying Game
Posted: Mon Nov 15, 2010 3:04 am
That worked.
Yes, it should.Maurice wrote:Some progress on the hud.
Does alpha in setcolor not work for fonts?
Code: Select all
love.graphics.setFont(font, size)
love.graphics.setColor(red, blue, green, opacity)
love.graphics.print(string, x, y)
Aren't we all? (Well, except for nevon and Ryne)Maurice wrote:Looking for an artist.
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.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.
Probably something isn't installed?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
Ah, I needed to set it to 0 Thanks to you! This is great work!bartbes wrote:No it means its fsaa setting is too high, try lowering it.