Added super cool properties stuffz

This commit is contained in:
2015-03-17 11:07:57 +01:00
parent f6bb5a8f44
commit fa146df5a6
10 changed files with 70 additions and 15 deletions
+5
View File
@@ -10,4 +10,9 @@ public class Entrance extends DrawObject {
super("images/entrance.png", position);
}
@Override
public String getName() {
return "Entrance";
}
}