raeleus / skin-composer

Create skins for LibGDX scene2d.ui with a graphical interface.
MIT License
427 stars 34 forks source link

Fix floating number parsing #126

Closed H0k493 closed 1 year ago

H0k493 commented 1 year ago

Fix for floating number representation for Locales which have floating point character different then '.'

Just added US locale when using String.format method in order to get floating point representation with '.' delimiter (required for default floating point parser)

Fix for #125