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