Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

I'm trying to import the premade characters into GMS2. I import the sprite sheet then Edit Image -> Image -> Convert to Frames. 

I can't find the right settings to neatly cut all rows in this sprite sheet to get animated sprites I can drop into my game. I'm trying to cut each row into frames and then manually cut/paste frames to separate out sprite directions, etc.

Could you please advise on what settings to use in Convert to Frames to cut each row in the sheet into sprite frames? I'm using the 48x48 sheet.

(2 edits) (+1)

Number of frames = 72

frames per row = 24

Size = 48 X 96

This should get the movement and idle anims for you and help you figure out the rest. Due to there being a limit of 999 on total sprites you cannot do the whole sheet at once, if doing each row than count how many on row and write that in both number of frames and frames per row than use offset to go down the row each time and cut :)

(+1)

Thanks for the help Ghost!

(+2)

That did the trick! Thanks a lot!