Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved on Skin serializer for BitmapFont (libgdx#7073)
* Improved on Skin serializer for BitmapFont Added "integerPositions" boolean value which sets "useIntegerPositions" for BitmapFont. Also changed scaledSize from int to float as it offers more precision this way. * Fixed string json for previous commit Forgot to change string in previous commit, fixed now. * Another fix for previous commit Forgot to change json type from int to float. Fixed now. * Renamed 'integerPositions' to 'useIntegerPositions' as suggested by crykn.
- Loading branch information