X Tutup
Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Ghost Hive

4
Posts
1
Followers
1
Following
A member registered 87 days ago · View creator page →

Creator of

Recent community posts

(1 edit)

Each row should represent a different action (e.g., Row 1 = Walk, Row 2 = Jump, Row 3 = Attack).

Each column represents the next frame in that animation.

Although modern motors are more flexible, the professional standard is that the total canvas size should be a power of 2 (e.g., 256/256, 512/512, 1024/1024).

By the way, I'd like to talk to you privately, I tried through Instagram but it won't let me.

To collaborate:

https://gamecollab.site/users/GhostHive

(1 edit)

Oh, very good.

Yes, the point is to position the canvas at the necessary size to fit all the frames of the longest animation.

For example, if your tiles are 16x32, and the longest animation has 12 frames, then I would make the canvas 190 px Although other animations may have fewer frames, it's a basic way, because there are other ways but you can start there.

By the way, the Sprite Sheet doesn't have the logic you indicated; it has a very strange logic. 

Hi there! First of all, thank you so much for sharing your work; the art looks amazing, and it's a great contribution being free.

I’m writing just as a suggestion to make it even easier to use in game engines:

Organization: It would be very helpful if the spritesheet had a fixed horizontal order, where each row corresponds to a different animation (for example, row 1 for 'walk', row 2 for 'jump', etc.). This makes slicing the frames much easier.

Space Optimization: There's no need to export frames for both sides (left and right) or opposite diagonals. In game development, we usually use just one side and apply a "flip" through code. By removing these duplicate frames, the file size will be smaller and more efficient.

Thanks again for your effort and for sharing your talent!

https://ghosthive.itch.io/pharaohs-escape

X Tutup