Resize replay gui asset to standard 256x256

This commit is contained in:
johni0702
2015-10-09 08:52:28 +02:00
parent 0ad7eb31fd
commit fefcdb1885
2 changed files with 1 additions and 1 deletions

View File

@@ -82,7 +82,7 @@ public class ReplayMod {
public static final String MOD_ID = "replaymod";
public static final ResourceLocation TEXTURE = new ResourceLocation("replaymod", "replay_gui.png");
public static final int TEXTURE_SIZE = 128;
public static final int TEXTURE_SIZE = 256;
private static final Minecraft mc = Minecraft.getMinecraft();

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB