added saving

This commit is contained in:
pennyrigate 2023-01-03 20:52:30 -05:00
parent 1ca21d438f
commit 969364ebce
40 changed files with 625 additions and 88 deletions

View file

@ -2,3 +2,4 @@ extends Node2D
func _ready():
Game.play_sound(load("res://audio/music/rumble_loop.mp3"),Game.ac_music)
Game.current_level = 1