Skip to content

Commit

Permalink
Removed unused debug_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
NancokPS2 committed Feb 1, 2024
1 parent 311bd75 commit 253da85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/classes/Tooltip.gd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const INVISIBLE_RECT: Rect2 = Rect2()
signal visibility_update_required

@export_category("Settings")
@export var debug_mode: bool = false
@export var allow_sub_tooltips: bool = true
@export var pin_action: String = "ui_accept"

Expand Down

0 comments on commit 253da85

Please sign in to comment.