(int material, String texture)
| 28 | private String folder; |
| 29 | |
| 30 | public void setSourceSkin(int material, String texture) { |
| 31 | this.skin[material] = new Skin(texture, this.textureScale); |
| 32 | } |
| 33 | |
| 34 | public void setSkin(int material, String texture) { |
| 35 | this.skin[material] = new Skin(this.folder + texture, this.textureScale); |