Added audio settings saving

This commit is contained in:
2025-12-24 00:56:03 +03:00
parent e08a105dbc
commit 3bd5f489ce
5 changed files with 94 additions and 16 deletions
-1
View File
@@ -90,7 +90,6 @@ func _set_player_values() -> void:
var weapon_ids : Array[String] = []
for weapon in player_data.weapons:
weapon_ids.append(weapon.id)
_save_file.set_value(CATEGORY_PLAYER, PLAYER_WEAPONS, weapon_ids)
_save_file.set_value(CATEGORY_PLAYER, PLAYER_HULL, player_data.hull)