forked from team-sg/hero-mark-2
5 lines
129 B
GDScript
5 lines
129 B
GDScript
extends Node2D
|
|
|
|
func _ready():
|
|
Game.play_sound(load("res://audio/music/rumble_loop.mp3"),Game.ac_music)
|
|
Game.current_level = 1
|