Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

You know, adding the skins from HD as pixel versions of themselves would be great for the multiplayer.

I could look into it for a future update (whenever that’ll be) but someone would have to draw those sprites first.

This requires a few animations:

  1. Idle
  2. Being held in hands of other player (optional)
  3. Looking upwards
  4. Running
  5. Looking upwards while running
  6. Jumping (moving upwards)
  7. Falling (moving downwards)
  8. Ducking (holding down, no movement)
  9. Crouching (holding down and moving)
  10. Hanging on something (like edge of block, or wall with gloves)
  11. Duck-to-hang transition (over the corner of a block)
  12. Climbing a ladder
  13. Climbing a rope upwards
  14. Climbing a rope downwards
  15. Pushing a block
  16. Attacking
  17. "Whoa" (showing when standing on an edge of a block)
  18. Bouncing while stunned/dead
  19. Dead on the ground
  20. Stunned on the ground
  21. Stunned/dead, flying left
  22. Stunned/dead, flying right
  23. Stunned/dead, falling
  24. Entering a door
  25. Waiting while being used as a damsel style (optional)
  26. Kissing (damsel)
  27. Yelling (damsel)
  28. Being eaten by a plant.

You can look at existing sprites using YYTextureView.

Spelunky 2 has pixel renditions of skins but it’s just a single frame for UI - no animations.

Currently you have /style with 3 default animations and a very poorly drawn “cube with legs” that I made in 2013. Default (spelunker) style can be customized via /color.

Time for me to go a-modding, then.