axicer

TextureManager.java

Jul 9th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.28 KB | None | 0 0
  1. public class TextureManager {
  2.     public static final float ENV_TEXTURE_WITDH = 16f;
  3.     public static final float ENV_TEXTURE_HEIGHT = 16f;
  4.     public static final Texture ENV_TEXTURE = new Texture("/tex/env.png");
  5.     public static final Texture SKIN_TEXTURE = new Texture("/tex/skinbase.png");
  6. }
Advertisement
Add Comment
Please, Sign In to add comment