New terrain

This commit is contained in:
xrgman
2015-04-07 14:56:59 +02:00
parent b2b2388f6f
commit 65f428c572
16 changed files with 724 additions and 56 deletions
+1
View File
@@ -21,6 +21,7 @@ import javax.imageio.ImageIO;
*/
public class Path {
private ArrayList<Point2D> points;
private ArrayList<Shape> lines;
private Point2D tempPoint;