I want to use just one part of a tile (say the bottom half) how would I do that cause godot only lets me use the whole tile
How to use quarters of tiles in godot
I want to use just one part of a tile (say the bottom half) how would I do that cause godot only lets me use the whole tile
You could split the tile into quadrants, or make another tile that is only the part you want to use.