Mainly the third map

This commit is contained in:
2025-08-31 12:13:36 +02:00
parent d253df68b5
commit e60c3d7b72
11 changed files with 2159 additions and 148 deletions

View File

@ -200,9 +200,8 @@ func GameWon() -> void:
map_scores[get_parent().get_parent().name] = int((lives / originallives) *10)
var file = FileAccess.open(save_path, FileAccess.WRITE)
if file:
file.store_var(map_scores)
file.close()
file.store_var(map_scores)
file.close()
get_parent().get_parent().get_node("MusicPlayer").PauseAudio()
get_node("VictoryAudio").play()