https://naruto.fandom.com/wiki/Madara_Uchiha

Aqui Madara Uchiha.
https://www.txori.com/forum/doc/2/17414 … astelo.zip

Sinceramente nos costo hacer un poco a este personaje, no es como los clásicos de DBZ/S. etc

Como ve, en la hoja de sprites, hay algunos sprites de naruto sueltos, ya que esa era la base para guiarnos en tamaño, y para que el sprite no se mueva de lugar.

Díganos que mejorar por favor 😁

Last edited by Soduko (2019-02-16 20:14:19)

Nice

Ok, so I'm taking a little break from DBZDev to give you my review 🙂

The sprite sheet:

Get rid of the uneeded things. You only use 32 boxes out of 64. Which means that your file should be +/-7Ko instead of 13Ko. That doesn't seem much, but multiply that number by the number of people playing the game and you'll get a huge number of Go that transit from the server to the players. And I'm paying for that... 🫤

Plus, you'll avoid errors such as the naruto frame that pops up in the Stand animation.

Now to the animations:

  • Walk - Move that left leg. He looks like he's ice skating on his left leg, only pushing with the right foot. Here's a gif of Naruto's silly run. Just take 4 key frames out of it and move your legs like that:

    1517118_60x60.png

  • Protect - there's a frame where the position of the sprite move one pixel to the right. Is that normal?
    Plus your anim is 8 8 8 9 10 10 10 10 10 ... (etc)
    It should simply be 8 8 8 9 10 since it's only playing once
    (same for intro anim)
  • Dead - Is he dead standing on his foots ?
  • Mini frames - he's currently a giant in the background

The attack animations are really good and the portrait is simply perfect!:o
Overall, it feels (and is) a bit unfinished. But with the above points, it will be good to go !

Very God!