fix single mode local storage
This commit is contained in:
@@ -9,8 +9,8 @@ class LocalStorage:
|
|||||||
"standart": "01_Standart",
|
"standart": "01_Standart",
|
||||||
"duel": "02_Duels",
|
"duel": "02_Duels",
|
||||||
"constrictor": "04_Constrictor",
|
"constrictor": "04_Constrictor",
|
||||||
|
"solo": "05_Solo",
|
||||||
}
|
}
|
||||||
|
|
||||||
self.file_path = file_path
|
self.file_path = file_path
|
||||||
|
|
||||||
def _get_correct_folder_for_save_file(self, game_board:GameBoard, file_name:str, game_type:str, leader_board:bool, winner:bool):
|
def _get_correct_folder_for_save_file(self, game_board:GameBoard, file_name:str, game_type:str, leader_board:bool, winner:bool):
|
||||||
|
|||||||
Reference in New Issue
Block a user