frozenLake

Untitled

May 25th, 2017
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. uint8_t SKINCOLOR_WHITE[]= { 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7};
  2. uint8_t SKINCOLOR_SILVER[]= { 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18};
  3. uint8_t SKINCOLOR_GREY[]= { 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23};
  4. uint8_t SKINCOLOR_BLACK[]= { 24, 24, 25, 25, 26, 26, 27, 27, 28, 28, 29, 29, 30, 30, 31, 31};
  5. uint8_t SKINCOLOR_CYAN[]= {208,208,209,210,211,211,212,213,214,214,215,216,217,217,218,219};
Advertisement
Add Comment
Please, Sign In to add comment