So I’ve got my map working, however I can’t quite figure out how to connect tiles, so that they make a smooth transition from one type to another.
Like from grass -> dirt -> sand -> beach -> water, stuff like that. Any suggestions on how to do it smoothly? Should I just make a tile for each type of transition, and use that on tiles that’s connecting to other tiles of a different type?