Added resizing and scrolling

Still buggs while dragging scaled.
This commit is contained in:
xrgman
2015-03-16 19:36:03 +01:00
parent dccdccb573
commit c3ca87ad8f
7 changed files with 261 additions and 245 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import Applicatie.DrawObject;
public class Toilet extends DrawObject {
public Toilet(Point2D position) {
super("images/wc.png", position);
super("images/toilet.png", position);
}
}