6 lines
51 B
GDScript3
6 lines
51 B
GDScript3
|
extends Node2D
|
||
|
|
||
|
|
||
|
func _ready():
|
||
|
$MainMusic.play()
|