• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

What free software can I use to make autotiles and sprite animation

J

Jonathan Nguyen

Guest
I want to create a 2D sprite with animations and also want to make some auto tiles for my game are there any free software I can use to achieve what I want to do for the purpose of a platformer shooter
 
Last edited by a moderator:

Rayek

Member
Any? As long as the editor offers some sort of grid option and layers, just re-arrange the tiles as required for GMS.

Auto-tiles aren't any different from "simple" tiles except they follow a specific format as explained in the manual:
https://docs2.yoyogames.com/source/_build/2_interface/1_editors/tilesets.html
You would just create the tileset in any image editor and then load it into the editor.

Or use Tiled to create your maps, use its autotile features, and import into GMS.

https://www.mapeditor.org/
https://lazyeye.itch.io/gmtiled
 
Top