Animated Isometric Crocodile
A downloadable asset pack
Animated isometric Crocodile Warrior
- Animated in 16 directions with 22.5 degree step - very smooth look
- 27 animations: Attack1-8+Combo; Death1,2,L,R; Hit1,2; Idle short/long; Jump; Run forw/back/L/R; Swim; Walk forw/back/L/R
- Separate shadow layer to adjust shadow and sun positions to your map (shadow sprite can be distorted/transformated according to sun direction)
- 640x640 frame size HQ variant for advanced cases, edit, downscale and build your own spritesheet size
- x180, x256, x320 frame-size highly optimized RGBA4444 game-ready spritesheets
Important! Very good practice is to dynamically load/preload/unload and cache single animations to prevent of use lot of memory. Optimizations are care of developers )
Will be very handy for RPG, Tower Defence, RTS, Turn-by-turn battle games and other.
-
Sprite pack can be used in both commercial and non-commercial projects. Quantity of projects not limited, feel free. Also you can modify these sprites for your needs.
-
Licence agreed by 3D Artist: In collaboration with Maksim Bugrimov: https://www.artstation.com/maxbugor
-
With some characters you can simplify shadow placement according to sun/level composition without advanced 2D game engine-features, like perspective distortion, but just scale.
Draft non-optimized example for x320p size:
X: (Player.X-(Sun.X-Player.X)/80) + sin(angleFromPoints(Player.X,Player.Y,Sun.X,Sun.Y)+270)*(abs(distance(Sun.X,Sun.Y,Player.X,Player.Y))/50)
Y: (Player.Y-10-(Sun.Y-Player.Y)/50) - cos(angleFromPoints(Player.X,Player.Y,Sun.X,Sun.Y)+270)*(abs(distance(Sun.X,Sun.Y,Player.X,Player.Y))/40)
Width: 320+(abs(Sun.X-Player.X)/50)
Height: 320+(abs(Sun.Y-Player.Y)/10)
Status | Released |
Category | Assets |
Author | Engvee |
Genre | Role Playing |
Tags | 2D, Animals, Characters, crocodile, Monsters, Sprites, spritesheet, Tower Defense |
Purchase
In order to download this asset pack you must purchase it at or above the minimum price of $5 USD. You will get access to the following files:
Comments
Log in with itch.io to leave a comment.
Could you create a character like this but with the head of a jackal? like Anubis?
Thank you for idea! I will see what can I do