Added super cool properties stuffz
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package Objects;
|
||||
import java.awt.geom.Point2D;
|
||||
|
||||
import Applicatie.DrawObject;
|
||||
|
||||
|
||||
public class Stage extends DrawObject {
|
||||
|
||||
public Stage(Point2D position) {
|
||||
super("images/stage3.png", position);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getName() {
|
||||
return "Stage";
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user