Advertisement
Guest User

Untitled

a guest
Dec 13th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. for(int i=0; i<25; i++){
  2. for(int x=0; x<18; x++){
  3. level[i][x] = TileType.FLOOR;
  4. }
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement