improved mixing as much as i can + finally fixed bonus dialogue
This commit is contained in:
parent
c6120801e4
commit
77737e009e
15 changed files with 33 additions and 6 deletions
|
@ -38,5 +38,7 @@ func _on_Area2D_body_entered(body):
|
|||
if Game.stars == 5:
|
||||
Audio.play_shard_sound()
|
||||
Game.shards_collected[4] = true
|
||||
if Game._get_shards() >= 5 && Game.keys == 50:
|
||||
Audio.great_job()
|
||||
Game.score += 500
|
||||
queue_free()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue