Search found 4 matches
- Wed Aug 19, 2015 1:35 am
- Forum: Libraries and Tools
- Topic: Space Invaders Barrier
- Replies: 4
- Views: 2198
Re: Space Invaders Barrier
Thanks so much man I really appreciate it. I'm going to try that out and then I'll let you know how it goes. Thanks again
- Tue Aug 18, 2015 8:22 am
- Forum: Libraries and Tools
- Topic: Space Invaders Barrier
- Replies: 4
- Views: 2198
Re: Space Invaders Barrier
Would I use love.graphics.newImageData to achieve that? And there's a .love file attached so feel free to do what ever you want with it
- Tue Aug 18, 2015 12:19 am
- Forum: Libraries and Tools
- Topic: Space Invaders Barrier
- Replies: 4
- Views: 2198
Space Invaders Barrier
I need help implementing the destruction of the barrier in space invaders. I can't even figure out where to start. I don't know if you need it, but I attached a .love file anyway.
Thanks a lot for the help
Thanks a lot for the help
- Tue Aug 18, 2015 12:15 am
- Forum: Support and Development
- Topic: Scaling without blurring
- Replies: 11
- Views: 9684
Re: Scaling without blurring
I just put at the beginning of my love.load
Code: Select all
love.graphics.setDefaultFilter("nearest", "nearest")