Comments

Log in with itch.io to leave a comment.

psssst: put this on your exit button ;)
```

extends Button

func _ready():

    if OS.get_name() == "HTML5":

        hide()

```

Ah! Nice tip. Thanks!