Search found 5 matches
- Tue Mar 23, 2010 10:20 am
- Forum: Games and Creations
- Topic: Oh snap, aliens!
- Replies: 22
- Views: 15881
Re: Oh snap, aliens!
But i think in version < 0.5.0 it worked? I read the solution is it to pad the images before displaying.
- Mon Mar 22, 2010 3:48 pm
- Forum: Games and Creations
- Topic: Oh snap, aliens!
- Replies: 22
- Views: 15881
Re: Oh snap, aliens!
Is LÖVE able to fix the issue?
- Mon Mar 22, 2010 10:00 am
- Forum: Games and Creations
- Topic: Oh snap, aliens!
- Replies: 22
- Views: 15881
Re: Oh snap, aliens!
Can anyone explain this screen? In every Love-Application i am only able to see white rectangles instead of the real images, I am using Love 0.6.2 under Ubuntu 9.10.
The curser Image is stil workin you can only see it on the picture because of the ubuntu snapshot function.
Please Help.
The curser Image is stil workin you can only see it on the picture because of the ubuntu snapshot function.
Please Help.
- Thu Feb 25, 2010 9:26 pm
- Forum: Libraries and Tools
- Topic: what is this code doing?
- Replies: 4
- Views: 4520
Re: what is this code doing?
Oh thanks. Can you explain the funciton in pais for noobs please ?
- Thu Feb 25, 2010 8:25 pm
- Forum: Libraries and Tools
- Topic: what is this code doing?
- Replies: 4
- Views: 4520
what is this code doing?
In a demo application i read this: function Options:update(dt) for n,b in pairs(self.button) do b:update(dt) end end and my question ist what does make the "for n,b in pairs [...]". Why i cant write only b:update(dt)? i found this code not only in the update function. For example in the dr...