remove debug logs
This commit is contained in:
parent
2ed6ec6ee3
commit
04d036f063
1 changed files with 0 additions and 2 deletions
|
@ -2,10 +2,8 @@ extends Area2D
|
|||
|
||||
|
||||
func _on_Area2D_mouse_entered() -> void:
|
||||
print("coucou")
|
||||
Input.set_default_cursor_shape(Input.CURSOR_POINTING_HAND)
|
||||
|
||||
|
||||
func _on_Area2D_mouse_exited() -> void:
|
||||
print("bye")
|
||||
Input.set_default_cursor_shape(Input.CURSOR_ARROW)
|
||||
|
|
Reference in a new issue