update
try
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package Objects;
|
||||
import java.awt.geom.Point2D;
|
||||
|
||||
import Applicatie.DrawObject;
|
||||
|
||||
|
||||
public class Wall extends DrawObject {
|
||||
|
||||
public Wall(Point2D position) {
|
||||
super("images/wall.png", position);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user