Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+2)

Wonderful asset pack! It's so useful to generate lively levels!


A side note for Godot users: If you can't animate properly the Character Body Spritesheet, that's because you need to subtract vertically the size of a tile to make the sheet be divisible by 20 and subtract some space from the right because the "lift" and "throw" annotations add space to the right so Godot can't divide it properly. The correct sizes for the Body spritesheet should be:

Default Size
Godot Correct Size
16x16927x656
896x640
32x321854x13121792x1280
48x482781x19682688x1920

The modification at the right has to be done only for the Body spritesheet, since the other ones don't have the annotations at the right. For the other spritesheets you should only remove the vertical extra tile to make it divisible. You can edit the files using Gimp or something like that.

(+1)

Super useful info Ese! I'll include that in future documentation! <3