How it works is I have a 2d array of tile objects, which have x,y,z values for its position in the grid (x,z) and height (y)
The intended outcome is this, something similar to Chris Sawyer’s isometric terrain system.
I have 3 different tiles for the slopes, shown as 3 different colours.