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