Search found 7 matches

by theelitenoob
Wed Dec 28, 2011 2:25 am
Forum: General
Topic: Why has everybody got OBEY in their profile pic?
Replies: 4
Views: 2917

Re: Why has everybody got OBEY in their profile pic?

I don't! My existence is rebellion!
Come join the dark side! We have cookies! :joker: :halloween: :awesome:
by theelitenoob
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: 4006

Re: Any drawing of a image from file results in a whit box?

OK, thanks for clearing it up for me! :)
by theelitenoob
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: 4006

Re: Any drawing of a image from file results in a whit box?

clickrush wrote:
theelitenoob wrote:oh, so each side of the image should be a multiple of 2 then?
each side should be a power of two: 2,4,8,16,32,64...
Ok, so for example can i have an image that is 16x32? or does it have to be 32x32?
by theelitenoob
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: 4006

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?
by theelitenoob
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: 4006

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?
by theelitenoob
Sun Dec 25, 2011 11:55 pm
Forum: General
Topic: Best way to handle multiple screens?
Replies: 2
Views: 1938

Re: Best way to handle multiple screens?

thank you, that serves and fixes my problem perfectly thank you!
by theelitenoob
Sun Dec 25, 2011 4:51 pm
Forum: General
Topic: Best way to handle multiple screens?
Replies: 2
Views: 1938

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 ...