Added super cool properties stuffz
This commit is contained in:
@@ -10,4 +10,9 @@ public class Entrance extends DrawObject {
|
||||
super("images/entrance.png", position);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getName() {
|
||||
return "Entrance";
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user