Re: Sprite
Posted: Sat Oct 31, 2009 3:23 pm
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
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