Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Sprites on game u.u


shonist
 Share

Recommended Posts

someone can tell me how i add some sprites on my game??

i know this

1\. .BMP

2\. consecutive numbers. etc..

but

i have this standar chars
http://img826.imageshack.us/i/70873361.png/

and i wanna to put all of this :S

![](http://www.touchofdeathforums.com/smf/index.php?action=dlattach;topic=56207.0;attach=12466;image)
Link to comment
Share on other sites

Calm down. You can google the answer, everyone does from time to time.

Eclipse sprites are formatted like this:

```
D D D D
L L L L
R R R R
U U U U

```**D**own
**L**eft
**R**ight
**U**p

Your sprites are like this:
```
U U U D D D L L L R R R

```
You need to get your sprites to look like Eclipse's, hence, we say RXMP is the name of the format.

A resource found on Google: http://untamed.wild-refuge.net/rmxpresources.php?characters

I assure you, you can find many more. Search "RXMP Sprites", look for sprites that look like the Eclipse Format and you should find them. Then, go to [Adding/editing graphics](http://www.touchofdeathforums.com/smf/index.php/topic,68363.msg736616.html#msg736616).
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...