I’m a Godot and Aseprite user. I created art in a 32x32 format in aseprite and I want to import it in my game. However, the format proves to be too big for a single tile. How can I expand the tile to include the entire 32x32 image, if not, are there workarounds?
What’s part? If you’re referring to Tile size, I’ve tried that, with it edits tile size, it doesn’t edit tile size on the tile sets, which just creates a distancing effect.
As seen by the image, I have a sprite sheet, I want to use this sprite sheet block by block (For example I want to place the grass as a tile) but Godot splits the image unfavorably. How do I expand the tiles. (I’ve tried expanding the tileset as seen in tutorials, but it seems like Godot divides at it’s max length)