Search found 2 matches
- Thu Feb 18, 2010 4:22 pm
- Forum: Support and Development
- Topic: Jelly Physics in Löve
- Replies: 0
- Views: 2630
Jelly Physics in Löve
I really like Walaber's JellyPhysics and Löve. And I'm thinking of putting them together. Do you think it's a good idea? The easiest way to do it, it seems, is to make a completely separate wrapper - love.jellyphysics. So it will be possible to run a box2d world or a jelly world independently from e...
- Wed Feb 17, 2010 4:12 pm
- Forum: Support and Development
- Topic: What's a "power of two"?
- Replies: 5
- Views: 4642
Re: What's a "power of two"?
Cool stuff! Is there any reason for padding to not to be done implicitly in the code? The lack of padding makes most Love demos fail on some integrated graphics cardsRobin wrote:And if you don't like to resize all your images, you can put this file in your project folder...