Added some icons and implemented them

This commit is contained in:
Yorick
2015-03-12 23:42:06 +00:00
30 changed files with 57 additions and 22 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);
}
}