forked from Cavemanon/SnootGame
Limit saves to 9 instead of inf
This commit is contained in:
parent
4a64db599a
commit
660d27d738
@ -860,7 +860,7 @@ screen file_slots(title, flag=False):
|
||||
for page in range(1, 10):
|
||||
textbutton "[page]" activate_sound "audio/ui/uiClick.wav" action FilePage(page)
|
||||
|
||||
textbutton _(">") activate_sound "audio/ui/uiRollover.wav" action FilePageNext()
|
||||
textbutton _(">") activate_sound "audio/ui/uiRollover.wav" action FilePageNext(max=9)
|
||||
|
||||
|
||||
style page_label is gui_label
|
||||
|
Loading…
Reference in New Issue
Block a user