feature: Cursor is now hiding

This commit is contained in:
Gerard Gascón 2024-02-07 01:39:15 +01:00
parent 9b0a64149d
commit 10f91d70eb
3 changed files with 66 additions and 0 deletions

View file

@ -12,6 +12,8 @@ func _ready():
remove_child(slide)
enable_slide(slide_nodes[0])
Input.mouse_mode = Input.MOUSE_MODE_HIDDEN
func _unhandled_input(event: InputEvent):