5 lines
47 B
GDScript3
5 lines
47 B
GDScript3
|
extends Node
|
||
|
|
||
|
func play():
|
||
|
$Button.play()
|