added deleting object

🎯
This commit is contained in:
xrgman
2015-03-17 11:00:46 +01:00
parent c3ca87ad8f
commit f1e6abae76
9 changed files with 428 additions and 214 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import Applicatie.DrawObject;
public class Toilet extends DrawObject {
public Toilet(Point2D position) {
super("images/toilet.png", position);
super("images/wc.png", position);
}
}