Browse Source

Refreshing the list of saves when opening the save list from the pause menu

pull/16/head
Ryan Reed 1 month ago
parent
commit
71a8b5eed2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      save_load/ui/save_files_list.gd

+ 1
- 1
save_load/ui/save_files_list.gd View File

@ -5,8 +5,8 @@ extends VBoxContainer
func _ready() -> void:
SaveGameManager.open_save_list_ui.connect(_on_refresh_saves_list)
SaveGameManager.refresh_saves_list.connect(_on_refresh_saves_list)
refresh_saves_list()
## Clear the SaveFilesList node of all saves and load most recent saves


Loading…
Cancel
Save