Skip to content

Commit

Permalink
Changed the pass through coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
klingbolt committed Aug 25, 2023
1 parent 31ae872 commit ad4798d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Spatial.gd
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ func exit_burrito():


func set_minimal_mouse_block():
var top_corner := Vector2(287, 0)
var bottom_corner := Vector2(314, 32)
var top_corner := Vector2(321, 0)
var bottom_corner := Vector2(348, 32)

if self.edit_panel_open:
bottom_corner.y = 49
Expand Down

0 comments on commit ad4798d

Please sign in to comment.