bugfixes for saving and layout

This commit is contained in:
zoe 2021-11-28 16:02:25 +01:00
parent c30cc4589e
commit 44d47888ca
11 changed files with 26 additions and 32 deletions

View file

@ -15,7 +15,7 @@ func _ready():
cameraTransform.position = Vector2.ZERO
animation.play("reset")
GameStats.balls_left = GameStats.max_balls
GameStats.connect("game_won", self, "queue_free")
var _connect = GameStats.connect("game_won", self, "queue_free")
func _physics_process(_delta):
match state: