Hello!
This is a thing I did and want to show.
kill those baby fat spiders to make points.
in game, hit "F1" for help and info.
thanks.
sry bout english
Spiders
-
- Prole
- Posts: 15
- Joined: Sun Jul 01, 2012 7:33 pm
Re: Spiders
This is awesome!:D I love the look of it!
You really took advantage of love2d too. Nice job:)
You really took advantage of love2d too. Nice job:)
Re: Spiders
thanks Mbacon
My Ubuntu 12.10 freezes because this piece of code inside love.draw()
the sound play for a sec and then everything stop.
Have I did something wrong?
My Ubuntu 12.10 freezes because this piece of code inside love.draw()
Code: Select all
function love.load()
snd = love.audio.newSource("snd/snd.wav", "stream");
end
function love.draw()
if combo==6 then love.graphics.draw(img); snd:play(); end
end
Have I did something wrong?
I love okra.
Re: Spiders
There's a bug in LÖVE 0.8.0 (and earlier, I think) that can cause the love.audio module to go in a very long loop. This usually happens if you hammer the API with play requests. If you call play on a Source too often and in a very short time, for example. Only call play if you know that the Source is in the stopped or paused state and the bug should not manifest itself too fast. Perhaps Source:isStopped and Source:isPaused can help to detect that without hitting the bug. I never tested it, though.
Shallow indentations.
Re: Spiders
Nice work! Love the graphics, the texture of the wood, the eyes that follow, and even the squishing sound as they go splat. Awesome!
--Will
-
- Prole
- Posts: 22
- Joined: Sat Dec 22, 2012 11:59 pm
Re: Spiders
Is it just me, or does the mouse movement feel slightly floaty? Otherwise it's excellent.
Re: Spiders
creepy girl in the middle!
Who is online
Users browsing this forum: Google [Bot], verysoftwares and 4 guests