7 lines
92 B
GDScript
7 lines
92 B
GDScript
extends Node
|
|
|
|
|
|
func _input(event):
|
|
if event.is_action_pressed("ui_home"):
|
|
print('pause')
|