Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. }
  2.  
  3. private static final Random rand = new Random();
  4. String minecraftLogo[] = {
  5. " ** * *** ** *** ", " * * * * * * * ", " **** * * **** *** ", " * * * * * * * ", " * * *** *** * * *** "
  6. };
  7. private static final Random rand1 = new Random();
  8. String minecraftborder[] = {
  9. "***************************", "* *", "* *", "* *", "* *", "* *", "* *", "* *", "***************************"
  10. };
  11. private LogoEffectRandomizer logoEffects[][];
  12. private float updateCounter;
  13. private String splashText;
  14. private GuiButton multiplayerButton;
  15. private static boolean load = false;
  16.  
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement