Guest User

Untitled

a guest
Nov 19th, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.33 KB | None | 0 0
  1. public GravityLogic gl;
  2. public static Player rball = null;
  3. public static Entity renemy = null;
  4. public static Golmer golmer = null;
  5. public static Golmer golmer1 = null;
  6. public static Golmer golmer2 = null;
  7. public static Golmer golmer3 = null;
  8. public static Golmer golmer4 = null;
  9. public static Golmer golmer5 = null;
  10. public static Golmer golmer6 = null;
  11. public static Golmer golmer7 = null;
  12. public static Golmer golmer8 = null;
  13. public static Golmer golmer9 = null;
  14. public static Golmer golmer10 = null;
  15. public static Golmer golmer11 = null;
  16. public static Golmer golmer12 = null;
  17. public static Golmer golmer13 = null;
  18. public static Golmer golmer14 = null;
  19. public static Golmer golmer15 = null;
  20. public static Golmer golmer16 = null;
  21. public static Golmer golmer17 = null;
  22. public static Golmer golmer18 = null;
  23. public static CollisionLine cl1 = null;
  24. public static CollisionLine cl2 = null;
  25. public static CollisionLine cl3 = null;
  26. public static CollisionLine cl4 = null;
  27. public static CollisionLine cl5 = null;
  28. public static CollisionLine cl6 = null;
  29. public static CollisionLine cl7 = null;
  30. public static CollisionLine cl8 = null;
  31. public static CollisionLine cl9 = null;
  32. public static CollisionLine cl10 = null;
  33. public static CollisionLine cl11 = null;
  34. public static CollisionLine cl12 = null;
  35. public static CollisionLine cl13 = null;
Advertisement
Add Comment
Please, Sign In to add comment