Skip to content

Commit

Permalink
Fix exit hitbox
Browse files Browse the repository at this point in the history
  • Loading branch information
jacque006 committed Oct 4, 2021
1 parent 50ac101 commit c76db4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/entities/Exit.hx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ class Exit extends Block {
this.end = end;
this.nextRoom = nextRoom;

width = 8;
height = 8;
width = 10;
height = 10;

}

Expand Down

0 comments on commit c76db4a

Please sign in to comment.