added tessellated map
This commit is contained in:
@@ -12,4 +12,4 @@ export default class Point {
|
||||
setY(newY) { this.y = newY; }
|
||||
|
||||
getPoint() { return {x: this.x, y: this.y}; }
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user