This website works better with JavaScript.
Home
Help
Sign In
ryanreed
/
Skyblock
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
12
Activity
Browse Source
Refreshing the list of saves when opening the save list from the pause menu
pull/16/head
Ryan Reed
4 months ago
parent
59f8346774
commit
71a8b5eed2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save