Represents a mountain foot generated using procedural generation.
An array of arrays representing the points.
X-coordinate offset for the mountain foot.
Y-coordinate offset for the mountain foot.
An array of Elements.
Adds an object to the elements array.
The object to be added to this.elements
Adds an object at the beginning of elements array. This way object will be rendered first, thus being a background.
Represents a mountain foot generated using procedural generation.