iMackshun

Simple Array

Nov 6th, 2013
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Vector2[] s2 = new Vector2[11];
  2. s2[0].set(0f, 3f);
  3. s2[1].set(7f, 3f);
  4. s2[2].set(7f, 4f);
  5. s2[3].set(14f, 4f);
  6. s2[4].set(14f, 3f);
  7. s2[5].set(15f, 3f);
  8. s2[6].set(15f, 2f);
  9. s2[7].set(21f, 2f);
  10. s2[8].set(21f, 0f);
  11. s2[9].set(0f, 0f);
  12. s2[10].set(0f, 3f);
Advertisement
Add Comment
Please, Sign In to add comment