larsiusprime / polymod

Atomic modding framework for Haxe
MIT License
161 stars 62 forks source link

[ENHANCEMENT] Add adjustable image sizes for locales #110

Open DotWith opened 2 years ago

DotWith commented 2 years ago

It would only make sense for adjustable image sizes for locales. I'm assuming it would be like fonts.xml.

DotWith commented 2 years ago

My vision

<!-- images.xml -->
<?xml version="1.0" encoding="utf-8" ?>
<data>
    <image value="titleEnter">
        <size value="0.8">
    </image>
</data>