TeknoVenus/ShefGameJam

compilation issue

Closed this issue · 0 comments

Syntax error on token ".", delete this token

public Rectangle getLeft() {
    this.Left = new Rectangle(Floor.getRoom().getPadding(),  
    		Floor.getRoom().getRoomYSize() /2 + 
    		Floor.getRoom().getPadding() - DOOR_SIDE_WIDTH/2, 
    		DOOR_SIDE_WIDTH,DOOR_SIDE_HEIGHT);
    return Left;
}