Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.27 KB | None | 0 0
  1.     public TestingMap(MapFrame frame){
  2.         this.frame = frame;
  3.         setBackground(Color.BLACK);
  4.  
  5.         this.components.add(floor);
  6.         this.components.add(leftPlatform);
  7.         this.components.add(rightPlatform);
  8.  
  9.         this.players.add(p1);
  10.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement