Godot Version
4.3
Question
im getting errors in tilemap and i dont know how to fix this errors
E 0:00:00:0561 create_alternative_tile: TileSetAtlasSource has no tile at (39, 8).
<C++ Error> Condition “!tiles.has(p_atlas_coords)” is true. Returning: TileSetSource::INVALID_TILE_ALTERNATIVE
<C++ Source> scene/resources/2d/tile_set.cpp:5348 @ create_alternative_tile()
and the
E 0:00:00:0561 create_tile: Cannot create tile. The tile is outside the texture or tiles are already present in the space the tile would cover.
<C++ Error> Condition “!room_for_tile” is true.
<C++ Source> scene/resources/2d/tile_set.cpp:4963 @ create_tile()