I'm using the load game template, which at the moment only has enough space for 6 screenshots/ thus only 6 saves. Is there an easy way to add a page shift(much like the objective window has) to let the player scroll through multiple pages of saves?
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
It should just be a case of adding the Shift buttons manually to the Menu.
Add a new Button element, set its Click type to Offset Element Slot, have it reference the SavesList element and have it shift e.g. Forward by 6.
Clicking it should then give you 6 more slots - provided you have at least 12 saves allowed at the top of the Settings Manager.