(int material, String texture)
| 32 | } |
| 33 | |
| 34 | public void setSkin(int material, String texture) { |
| 35 | this.skin[material] = new Skin(this.folder + texture, this.textureScale); |
| 36 | } |
| 37 | |
| 38 | public void setSkin(int material, String main, String topBottom) { |
| 39 | this.skin[material] = new Skin(this.folder + main, this.folder + topBottom, this.textureScale); |