mirror of
https://github.com/jokerx3/HeatUp
synced 2026-07-27 11:39:45 +02:00
Debug info in StaticObject
This commit is contained in:
@@ -77,5 +77,9 @@ public class StaticObject extends JComponent {
|
|||||||
this.setBounds(x, y, this.bf1.getWidth(), this.bf1.getHeight());
|
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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user