Updated ExtendedPosition to include a scale value and added it to GuiAssetAdder (which will be renamed soon)
This commit is contained in:
@@ -16,5 +16,6 @@ public class ExtendedPosition extends Position {
|
||||
private float anchorX, anchorY;
|
||||
private float width, height;
|
||||
private float scale = 1f;
|
||||
private float opacity = 1f;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user