crabs-game/scripts/pause_menu.gd

7 lines
92 B
GDScript

extends Node
func _input(event):
if event.is_action_pressed("ui_home"):
print('pause')