Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class TextureManager {
- public static final float ENV_TEXTURE_WITDH = 16f;
- public static final float ENV_TEXTURE_HEIGHT = 16f;
- public static final Texture ENV_TEXTURE = new Texture("/tex/env.png");
- public static final Texture SKIN_TEXTURE = new Texture("/tex/skinbase.png");
- }
Advertisement
Add Comment
Please, Sign In to add comment