A downloadable asset pack

This pack is no longer for sale on itch. Get it 20% off at the pixel motion shop.


18 Animated Pixel Art RPG Character Pack - Humanoids with Weapons

This character pack contains 18 fully animated pixel art rpg/fantasy humanoid (human-like) characters with weapons. Each character in the pack has 6 animations and at least 4 color-sets!



🎵 Check out this game soundtrack that goes well with these characters. https://pixeldream1.itch.io/rpg-game-soundtrack


Animations per character:

  • Idle 
  • Breathing 
  • Attack 
  • Run
  • Hit 
  • Death

📦 Included Files

There is a single zip file that contains subfolders pertaining to each character. In each character subfolder, there are

  • 4 complete png sprite sheets for each colored version of the character. The complete sprite sheet contains all animation frames for that version of the character
  • 4 .plist files which contain the frame data for all animations for each colored version of the character (TexturePacker / Cocos2D format)

Drag-and-drop into Unity, Godot, or GameMaker using the included .plist.

The Sprite size is generally 100×100 px per frame on a spritesheet size of 1024×1024 px. However, the .plist for every character has the specific frame size details if it deviates from the norm. 

🧱 How to use in a game

There are many ways however here is a high level explanation of a "barebones" way of using the given files to play character animations. For any given character:

  1. Load the assets
    1. Load the spritesheet PNG.
    2. Parse the plist file into a dictionary.
  2. . Read frame entries from the plist
    1. Each entry in frames represents one animation frame.
    2. The key (e.g. attack_000.png) is a frame identifier.
  3. Split each frame key into:
    1. Animation name → attack
    2. Frame index → 000
  4. Store animation definitions
    1. Your runtime structure might look like: animations["attack"] = [ frameRect(404,101,100,100), frameRect(808,202,100,100), ... ]
  5. Play an animation
    1. Choose an animation name ("attack").
    2. Iterate through its ordered frames.
    3. Each frame maps to a rectangle on the spritesheet

This pack is based on public-domain (CC0) artwork, recolored to add more variations and flexibility and packaged for added convenience.

Updated 9 days ago
StatusReleased
CategoryAssets
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
AuthorPixelMotion
TagsAnimation, Asset Pack, Characters, Fantasy, Idle, Pixel Art, s-2d, Sprites, spritesheet
ContentNo generative AI was used

Purchase

In order to download this asset pack you must purchase it at or above the minimum price of $30 USD. You will get access to the following files:

humanoid with weapon.zip 9.6 MB