Is there any possibility that you could expose more project properties at runtime. For example, it would be useful to be able to obtain the selected image suffix and image scale in use through the application class.
scale = (logicalScaleX + logicalScaleY) / 2
if scale < 1.5 then select base
if 1.5 <= scale < 3 then select <a href="https://forum.giderosmobile.com/profile/2x" rel="nofollow">@2x</a>
if 3 <= scale then select <a href="https://forum.giderosmobile.com/profile/4x" rel="nofollow">@4x</a>
Excellent, thank you @atilim - will make things like the change I made to BMFont earlier today easier and not need you to track your own extensions and scales as well.
Comments
Likes: hgvyas123