Cleanup
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
extends Control
|
||||
|
||||
func _unhandled_input(event):
|
||||
func _unhandled_input(event: InputEvent):
|
||||
if event.is_action_pressed("menu"):
|
||||
visible = !visible
|
Reference in New Issue
Block a user