Added a settings menu

This commit is contained in:
2024-02-05 23:42:04 +01:00
parent 08292dc20a
commit 81670e7df5
11 changed files with 215 additions and 45 deletions

View File

@ -0,0 +1,5 @@
extends Control
func _unhandled_input(event):
if event.is_action_pressed("menu"):
visible = !visible