Updated ExtendedPosition to include a scale value and added it to GuiAssetAdder (which will be renamed soon)

This commit is contained in:
CrushedPixel
2015-07-07 17:00:35 +02:00
parent 1b189c0dac
commit 9a0c5366e1
2 changed files with 16 additions and 11 deletions

View File

@@ -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;
}