crabs-game/scripts/pause_menu.gd

7 lines
92 B
GDScript3
Raw Normal View History

2020-08-16 08:50:04 +02:00
extends Node
func _input(event):
if event.is_action_pressed("ui_home"):
print('pause')