Platform-Game icon indicating copy to clipboard operation
Platform-Game copied to clipboard

Add walking and jumping effect to characters

Open Aseged opened this issue 7 years ago • 12 comments

Adde jumping and walking effect on this character. Hint: it is necessary to use photoshop to create a copy of the same character but in different positions, much like sprite sheet but different png files. @EdwardDunn

Aseged avatar Feb 24 '18 10:02 Aseged

@Aseged Sounds good!

EdwardDunn avatar Feb 28 '18 22:02 EdwardDunn

Hi @Aseged , how are you coming along with this? If you're no longer working on the character animations then I would take this issue. There are free spritesheets for all kinds of actions for these characters on https://www.gameart2d.com, and they would finally be walking and jumping instead of sliding!

Scruffy21 avatar Apr 20 '18 16:04 Scruffy21

@Scruffy21 Go ahead, I don't think @Aseged is working on this anymore.

EdwardDunn avatar Apr 25 '18 21:04 EdwardDunn

Apologies @EdwardDunn @Scruffy21 I have been really busy with other projects and will be for another 3 weeks. Go ahead with the issue.

Aseged avatar Apr 25 '18 21:04 Aseged

Okay then. Thanks. I should do this sometime this week.

Scruffy21 avatar Apr 26 '18 04:04 Scruffy21

I didn't get to doing it yet, but I should do it in some time though, I promise.

Scruffy21 avatar May 11 '18 15:05 Scruffy21

@Scruffy21 No worries, take your time.

EdwardDunn avatar May 15 '18 10:05 EdwardDunn

I noticed that the current images for the characters all have different dimensions, and so they are squished to the same size and that causes them to be sorta blurred. The aspect ratio for the character images is currently 70/60 = 1.16, while the boy img has 486/309 = 1.57, girl 491/344 = 1.42 Any idea how to resolve this? Or do we just ignore them and let them be distorted for the time being?

Scruffy21 avatar May 20 '18 09:05 Scruffy21

@scruffy21 The only solution I can think of is to use an image editor like Photoshop to make them all consistent, an alternative would be the Gimp software that is free but a bit unintuitive to use.

EdwardDunn avatar May 21 '18 14:05 EdwardDunn

I see. I'm not so good with image editing software, and there'd be something like 338 = 72 images to edit. So probably some bulk editing needed. I think I'll just let them a bit misshapen and see how it looks, and when someone comes around with good photoshop skills they could fix it to look better.

Scruffy21 avatar May 21 '18 21:05 Scruffy21

@Scruffy21 It could be done programmatically but probably cleaner to use correctly scaled images. Thanks for your input!

EdwardDunn avatar May 23 '18 18:05 EdwardDunn

I'll let someone better at Photoshop deal with this issue then. Doing it programmatically would be a real pain, I think.

Scruffy21 avatar May 24 '18 08:05 Scruffy21