BobDotCom / B-1B

GNU General Public License v2.0
6 stars 1 forks source link

Fix incorrect textures #35

Open BobDotCom opened 11 months ago

BobDotCom commented 11 months ago

Many texture files use incorrectly sized images. The dimensions should be powers of two, such as 512, 1024, 2048, etc.

Possibly related: #34

RobAndrew96 commented 1 month 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?

BobDotCom commented 1 month 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?

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?