try
This commit is contained in:
xrgman
2015-03-15 11:42:01 +01:00
parent ae35416cf9
commit dccdccb573
11 changed files with 515 additions and 123 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);
}
}