saving and level list

This commit is contained in:
pennyrigate 2023-01-07 03:02:26 -05:00
parent 38ef040ae9
commit 39a7eb14b4
13 changed files with 128 additions and 52 deletions

View file

@ -1,4 +1,6 @@
extends Node2D
export var target_time_any = 0
export var target_time_100 = 0
func _ready():
Game.play_sound(load("res://audio/music/rumble_loop.mp3"),Game.ac_music)