added tessellated map

This commit is contained in:
Gavin McDonald
2016-02-20 20:23:01 -05:00
parent a2479f2d2f
commit d24e14af32
5 changed files with 421 additions and 63 deletions

View File

@@ -12,4 +12,4 @@ export default class Point {
setY(newY) { this.y = newY; }
getPoint() { return {x: this.x, y: this.y}; }
};
}