A Good Way to Die by Pennycook 2020-10-08T00:46:37Z
Top notch game design, art and music! The one room game is a really good use of the theme. It's nice to see someone else using godot! Next time don't forget to use:
if OS.has_feature("HTML5"):
$YourExitButtonName.queue_free() # or you could use: # $YourExitButtonName.disabled = true # $YourExitButtonName.modulate = Color.transparent # If you're using a VBox/HBox Container and don't want to mess up the positioning of the buttons, that's what we did