Added some icons and implemented them
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package Objects;
|
||||
import java.awt.geom.Point2D;
|
||||
|
||||
import Applicatie.DrawObject;
|
||||
|
||||
|
||||
public class Path extends DrawObject {
|
||||
|
||||
public Path(Point2D position) {
|
||||
super("images/path.jpg", position);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user