Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. static int[,] image =
  2. {
  3. {1,1,0,0,0,0,0,0,1,1},
  4. {1,1,0,0,0,0,0,0,1,1},
  5. {1,1,0,0,0,0,0,0,1,1},
  6. {1,1,0,0,0,0,0,0,1,1},
  7. {1,1,1,1,1,1,1,1,1,1},
  8. {1,1,1,1,1,1,1,1,1,1},
  9. {1,1,0,0,0,0,0,0,1,1},
  10. {1,1,0,0,0,0,0,0,1,1},
  11. {1,1,0,0,0,0,0,0,1,1},
  12. {1,1,0,0,0,0,0,0,1,1},
  13. };
  14. static int[,] image1 =
  15. {
  16. {1,1,1,1,1,1,1,1,1,1},
  17. {1,1,1,1,1,1,1,1,1,1},
  18. {0,0,0,0,1,1,0,0,0,0},
  19. {0,0,0,0,1,1,0,0,0,0},
  20. {0,0,0,0,1,1,0,0,0,0},
  21. {0,0,0,0,1,1,0,0,0,0},
  22. {0,0,0,0,1,1,0,0,0,0},
  23. {0,0,0,0,1,1,0,0,0,0},
  24. {1,1,1,1,1,1,1,1,1,1},
  25. {1,1,1,1,1,1,1,1,1,1},
  26. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement