Mainly the third map
This commit is contained in:
@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user