I am making an open world 2D platformer. I have a tilemap, and want to create an infinite course or environment. Basically, I want to create a large side-scrolling world that the player can navigate. I have tried to use the set_tile function, but I cannot figure out how to make hills, trees, and such. Any help would be appreciated!