AuthorTopic: Player shading whilst movement  (Read 1342 times)

Offline jjdev

  • 0001
  • *
  • Posts: 16
  • Karma: +0/-0
    • jackx5
    • View Profile

Player shading whilst movement

on: June 29, 2018, 06:36:02 pm
I successfully shaded my character but I've ran into a problem; arms and legs overlap while I animate the character.
Is there a way I could fix this with a limited palette of maximum four colors or so. Directions of the sprites are as follows:

Offline eishiya

  • 0100
  • ***
  • Posts: 1266
  • Karma: +2/-0
    • http://pixeljoint.com/p/28889.htm
    • View Profile
    • Website

Re: Player shading whilst movement

Reply #1 on: June 29, 2018, 07:47:48 pm
It's common to have the front limb lit and the back limb in shadow in these cases. You don't really need full-on detailed shading for small sprites, using the values to instead define the major forms and overlap works quite well. Also, worry about optimizing the colours when you're adding the final colours. While experimenting with the animations, it's fine to keep things flat so you can iterate faster on the animations.

Overlapping limbs of the same colour are also not necessarily a problem, because the rest of the animation can provide the necessary context for the animation to read well. In animation, the clarity of the animation as a whole >>> the clarity of individual frames.