I don't! My existence is rebellion!
Come join the dark side! We have cookies!
Search found 7 matches
- Wed Dec 28, 2011 2:25 am
- Forum: General
- Topic: Why has everybody got OBEY in their profile pic?
- Replies: 4
- Views: 3058
- Mon Dec 26, 2011 2:54 pm
- Forum: General
- Topic: Any drawing of a image from file results in a whit box?
- Replies: 10
- Views: 4244
Re: Any drawing of a image from file results in a whit box?
OK, thanks for clearing it up for me!
- Mon Dec 26, 2011 2:31 pm
- Forum: General
- Topic: Any drawing of a image from file results in a whit box?
- Replies: 10
- Views: 4244
Re: Any drawing of a image from file results in a whit box?
Ok, so for example can i have an image that is 16x32? or does it have to be 32x32?clickrush wrote:each side should be a power of two: 2,4,8,16,32,64...theelitenoob wrote:oh, so each side of the image should be a multiple of 2 then?
- Mon Dec 26, 2011 1:46 pm
- Forum: General
- Topic: Any drawing of a image from file results in a whit box?
- Replies: 10
- Views: 4244
Re: Any drawing of a image from file results in a whit box?
oh, so each side of the image should be a multiple of 2 then?
- Mon Dec 26, 2011 2:57 am
- Forum: General
- Topic: Any drawing of a image from file results in a whit box?
- Replies: 10
- Views: 4244
Any drawing of a image from file results in a whit box?
Help! I have no idea why, but no matter whenever i draw a .png image from a sprite-sheet or any other image, even standalone ones my game only ever shows a white box or rectangle, i followed all the docs and tuts but it doesn't help! Anyone know how to fix this?
- Sun Dec 25, 2011 11:55 pm
- Forum: General
- Topic: Best way to handle multiple screens?
- Replies: 2
- Views: 2080
Re: Best way to handle multiple screens?
thank you, that serves and fixes my problem perfectly thank you!
- Sun Dec 25, 2011 4:51 pm
- Forum: General
- Topic: Best way to handle multiple screens?
- Replies: 2
- Views: 2080
Best way to handle multiple screens?
Hi, i was wondering the best way to implement multiple screens in a love2d game? For example, i would have say a Title intro screen with the name and title of the game and some buttons, then when a button is pressed, i want it to update and change the screen into the game itself, whats the cleanest ...