Debug info erweitert

This commit is contained in:
andreas
2014-11-01 22:08:51 +01:00
parent c4daf8415f
commit 6c1d5664f9
@@ -78,7 +78,7 @@ public class StaticObject extends JComponent {
}
public String getDebugInfo() {
String info = "Debug: " + this.rescaleFactor + " " + this.staticObjectHeight + " " + this.staticObjectWidth + " " + this.staticObjectType;
String info = "Debug: " + "Rescale Factor:" + this.rescaleFactor + " Heigth:" + this.staticObjectHeight + " Width:" + this.staticObjectWidth + " StaticObjectType:" + this.staticObjectType + " X Position:" + this.location.x + " Y Position:" + this.location.y;
return info;
}
}