diff --git a/save_load/autoloads/save_game_manager.gd b/save_load/autoloads/save_game_manager.gd index ac5758f..43aaa2a 100644 --- a/save_load/autoloads/save_game_manager.gd +++ b/save_load/autoloads/save_game_manager.gd @@ -181,3 +181,4 @@ func _on_delete_save_file(filename: String) -> void: var save_file_path: String = _save_level_data_component.settings.save_game_data_path + filename DirAccess.remove_absolute(save_file_path) + DirAccess.remove_absolute(save_file_path.replace(".tres", ".png")) # Delete icon