This commit is contained in:
gemdude46 2023-01-30 19:49:06 +00:00
parent 599dbb66e4
commit fc5f9630bd
9 changed files with 11 additions and 10 deletions

View file

@ -6,6 +6,7 @@ var letty_snow = load("res://BGM/Letty_Snow_-_Utsuho.mp3")
var score_end = load("res://BGM/Score_End_-_Utsuho.mp3")
var player : AudioStreamPlayer
var difficulty: String = "Easy"
func _ready():