Debug info in StaticObject

This commit is contained in:
andreas
2014-11-01 22:04:29 +01:00
parent ab5222fd07
commit c4daf8415f
@@ -77,5 +77,9 @@ public class StaticObject extends JComponent {
this.setBounds(x, y, this.bf1.getWidth(), this.bf1.getHeight());
}
public String getDebugInfo() {
String info = "Debug: " + this.rescaleFactor + " " + this.staticObjectHeight + " " + this.staticObjectWidth + " " + this.staticObjectType;
return info;
}
}