Can I somehow disable antialiasing for sprites in game that it looks in game exactly the same as sprites in PNG?
Search found 3 matches
- Wed Feb 25, 2009 4:22 pm
- Forum: Support and Development
- Topic: how to disable antialiasing?
- Replies: 1
- Views: 2970
- Wed Feb 25, 2009 3:30 pm
- Forum: Support and Development
- Topic: trouble with keyreleased( key )
- Replies: 3
- Views: 4153
Re: trouble with keyreleased( key )
Thanks very much guys, it works.
- Wed Feb 25, 2009 4:02 am
- Forum: Support and Development
- Topic: trouble with keyreleased( key )
- Replies: 3
- Views: 4153
trouble with keyreleased( key )
Hi every one, i'm new to programming at all, and to LOVE in particular. i've got code function keypressed(...) if key ~= love.key_space and fire == 0 then love.audio.play( pew ) fire = 0.01 table.insert(bullets, {x = x, y = y-15}) end the function work when any key pressed, i need it to work when &q...