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():

File diff suppressed because one or more lines are too long

View file

@ -128,6 +128,7 @@ offset = Vector2( 0, -15 )
[node name="Rival" parent="." instance=ExtResource( 6 )]
position = Vector2( -659, -479 )
replay_file = "res://Replays/L2%s.dat"
[node name="CanvasLayer" type="CanvasLayer" parent="."]
script = ExtResource( 13 )