Open BobDotCom opened 11 months ago
I did quite a lot of work back on this a while ago. I can take a look at textures again if need be?
I did quite a lot of work back on this a while ago. I can take a look at textures again if need be?
Yeah, we probably need to look over every single texture and make sure they're all sized to a factor of two. A script can probably be written to check that. I think @SammySkycrafts might have actually written one already?
Many texture files use incorrectly sized images. The dimensions should be powers of two, such as 512, 1024, 2048, etc.
Possibly related: #34