RamsesCaesar / CatAmongBirds

A game where you hunt birds as a cat.
MIT License
4 stars 1 forks source link

Improve Cat texture #14

Closed RamsesCaesar closed 3 years ago

RamsesCaesar commented 3 years ago

The cat has a flat orange coat. It should have dots or stripes. Also it needs shades and accents. Making a color palette for it would be useful. The animations should also be reviewed. image

RamsesCaesar commented 3 years ago

The cat still looks too much like a fox. My next big task is to redo the entire player sprite sheet. This will take several hours. I will make the new sprite as similar to the old one as possible.
I'll watch some YouTube tutorials to give me a better theoretical foundation for the animation. (It's quite a complex skill)

RamsesCaesar commented 3 years ago

image This is a prototype with shadows and a brighter snout that I probably won't continue.
Instead, I'll redraw the sprite from scratch. It's the central element of the game, so it warrants the time spent for such a task.

RamsesCaesar commented 3 years ago

I watched this video. It had some useful new information about the pixel art program Aseprite that I'm using.

RamsesCaesar commented 3 years ago

image A sneak peak into the very first stage of a new animation. All the body parts are seperate and color-coded in this stage.

RamsesCaesar commented 3 years ago

CatPlayer This is another preview of the animation progress. It takes a long time, but it's worthwhile to learn the skill.

RamsesCaesar commented 3 years ago

CatPlayer Another more flabby animation. This is a lot of trial and error.

RamsesCaesar commented 3 years ago

Back more than three weeks later...
Animation is hard, man. I'm trying out something new as this current approach is too time-consuming. I'll post the result here later.

RamsesCaesar commented 3 years ago

New Commit: b13bde4a4ab368c82c370db89e03aefdaafcf474 I added a new right walking animation. I want to make such slow but steady progress going forward.

RamsesCaesar commented 3 years ago

The new animation looks like this:
Right Its much more cat-like. I like it. :)

RamsesCaesar commented 3 years ago

New upward animation in commit 0001e096ef7741e3f7378bbd5f610bf039db7976:
Up

RamsesCaesar commented 3 years ago

New leftward running animation in commit 9db6aec02f814a745d6db3be830aed2b029eb314: Left

RamsesCaesar commented 3 years ago

New downward running animation in commit cf490dab6eea3227c6e4a37fa8c24490d1368f35:
Down

RamsesCaesar commented 3 years ago

The face of the cat has changed with commit f98b5ba64fa1703cc1ab93bf13f811f9efe09545: All

RamsesCaesar commented 3 years ago

A screenshot of the cat in its environment:
image

RamsesCaesar commented 3 years ago

Commit d5f27d99428b7738b64e181417290f182c281acc adds this new attack animation: AttackRight

RamsesCaesar commented 3 years ago

With commit f50d03a6c244fae36b10ecadb966e0384f872bc4, all attacks are renewed: AllAttacks

RamsesCaesar commented 3 years ago

The cat now has all its animations replaced and therefore this issue is completed:
Player-Spritesheet