BannerAdditions

BannerAdditions

25.6k Downloads

40x Textures (or higher)

WACriminalG2 opened this issue ยท 3 comments

commented

Does this mod support higher-resolution banner patterns? Currently a banner is 20px wide, looks like, and I'm curious whether I could implement patterns with more detail by simply scaling the texture up in multiples of 100%.

commented

This should in theory be possible if you scale up the banner pattern texture by 2 times by any power of 2. If you were to scale the texture by 2 times, the base texture itself would be 128x128, meaning the size of the banner would become 40px. This logic can be applied for higher dimensions as well. I have not tested this however, so please tell me if you have any problems!

commented

I'll give it a shot tonight. Just wanted to make sure I wasn't going to blow anything up/this wasn't a known impossibility, LOL.

commented

Yup! Seems to work in at least a basic sense. I'll re-open the issue if I notice any weird behaviors from it in more complex scenarios.