Advertisement
Guest User

Untitled

a guest
Oct 6th, 2015
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.38 KB | None | 0 0
  1.     public final int[] // Perfected (HP ORB, PRAY ORB, RUN Orb)
  2.             orbX = { 0, 0, 24 },
  3.             orbY = { 41, 85, 122 }, orbTextX = { 15, 16, 40 }, orbTextY = { 67,
  4.                     111, 148 }, coloredOrbX = { 27, 27, 51 }, coloredOrbY = {
  5.                     45, 89, 126 },
  6.             currentInterface = { 4016, 4012, 149 },
  7.             maximumInterface = { 4017, 4013, 149 },
  8.             orbIconX = { 33, 30, 58 },
  9.             orbIconY = { 51, 92, 130 };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement