So I’m trying to make a game using Python which uses a tilemap, the thing is, I want to create a tilemap with 8x8 tiles.
When I try to code in the 8x8 tilemap using the Tile Utils extension, it instead uses a tilemap with 16x16 tiles rather than 8x8 tiles.
Here’s an example project with the code:
If someone could help me out that would be great.