I am using a TileMap node and Perlin noise to populate a large topdown scene with junk and that has gone pretty well so far, but it's all too uniform and straight so I was hoping to add some random rotations to the tiles placed in the tilemap.
Anybody got an idea? I know there is the Transpose method but that only applies exactly 90 degrees, right?