← Return to game
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!
← Return to game
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!