(TexturePack texturePack, int optionScale)
| 10 | public static SkinManager INSTANCE; |
| 11 | |
| 12 | public static final void init(TexturePack texturePack, int optionScale) { |
| 13 | String textureFolder = texturePack.getName(); |
| 14 | int textureSize = texturePack.getTextureSize(); |
| 15 | INSTANCE = new SkinManager(textureFolder, textureSize, optionScale); |
| 16 | } |
| 17 | |
| 18 | public static final Skin NODRAW = new Skin("tools/toolsnodraw", 0.25); |
| 19 | public static final Skin TRIGGER = new Skin("tools/toolstrigger", 0.25); |
no test coverage detected