mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-21 15:44:23 +00:00
Remove debug logging from CursorDetector
This commit is contained in:
parent
3d5bb824b7
commit
ed6047834a
1 changed files with 2 additions and 6 deletions
|
@ -20,9 +20,5 @@ func _on_body_exited(body: Node2D) -> void:
|
|||
mouse_inside = true
|
||||
cursor_exited.emit(body)
|
||||
|
||||
|
||||
func _on_cursor_entered(cursor: Cursor) -> void:
|
||||
Log.p(self, "Cursor entered: %s" % cursor)
|
||||
|
||||
func _on_cursor_exited(cursor: Cursor) -> void:
|
||||
Log.p(self, "Cursor exited: %s" % cursor)
|
||||
func log_cursor(cursor: Cursor) -> void:
|
||||
Log.p(self, "Cursor: %s" % cursor)
|
||||
|
|
Loading…
Reference in a new issue