How to change tile sizes for different tile set images please help.

Godot Version

4.5

Question

Hello I want to make one tile set image 18x18 but i want to make another bg image another size.

A TileSet can only have one tile size. You can make tiles that take up multiple cells in the grid, or you can make multiple TileSets on different TileMapLayers.