Qbasicnews.com

Full Version: Design yourself: 13h, 256c, 16x20
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Want to make an appearance in my game? Download pp256 (or something equally awesome) and design your own character! It should be in 256 colours, and 16x20 pixels.
You forgot to mention one very important thing... the palette. What palette are you using?
You also forgot to specify the number and type of frames...

(For example, left/right/up/down walking, jumping, crouching, shooting, dying, etc.)
Normal Qbasic palette. 1 frame. What do you mean frame type?
he's under the impression that this is some kind of moveable sprite in your game, so he wants to know if he needs walking animations and such. but apparently it's just a portrait.
Come to think of it, it will be a movable animation. At first I was planning on having these guys be just guys who stand there talking, but I think I'll have them as playable characters.

So yes, you need 3 frames.

Frame 1: Standing still facing left
Frame 2: Walking left
Frame 3: Walking left (alternated feet)
Frame 4: Standing still facing right
Frame 5: Walking right
Frame 6: Walking right (alternated feet)
gotcha...
Changed now that I'm using ComsoX

All you need is this:

Frame 1: Standing still facing left
Frame 2: Walking left
Frame 3: Walking left (alternated feet)