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 Path extends DrawObject {
super("images/path.jpg", position);
}
@Override
public String getName() {
return "Path";
}
}