Page 2 of 2

Re: Sprite

Posted: Sat Oct 31, 2009 3:23 pm
by hallsofvallhalla
there are tons of sprite sheets all over the net that already have these,
just search google images, rpg maker resources

http://images.google.com/images?hl=en&s ... f&oq=&aqi=


the actual image for the character is simple. Make some fields like body and head in the player table. Store the name of the pic in the field whenever the player chooses it, like warrior.png...would be warrior in the table

then when you want to display it echo the image like $playerinfo3[body].png

Re: Sprite

Posted: Tue Dec 08, 2009 11:23 pm
by ZeroComp
the sites halls posted are nice