documentation indexreference manualfunction index

layout.scrolling_load_save

Function: layout.scrolling_load_save ():

This uses a scrolling area that contains file picker entries. The user picks one of these entries to load or save a file. There is one big thumbnail to the right of the screen, which corresponds to the currently hovered entry. (config.thumbnail_width and config.thumbnail_height control the size of this thumbnail.)

Variable: config.load_save_slots = 50

The number of normal slots to show.

Variable: config.load_save_auto_slots = 5

The number of autosave slots to show.

Variable: config.load_save_quick_slots = 5

The number of quicksave slots to show.

Variable: config.load_save_empty_thumbnail = None

When not None, this should be a displayable that will be shown in the thumbnail frame when no save slot has been hovered.

Variable: config.time_format = "%b %d, %H:%M"

The format used for file times in the file entry slots.

Variable: config.file_entry_format = "%(time)s\n%(save_name)s"

The format of file entries in the file entry slots.



documentation indexreference manualfunction index