Save Editor

{#if loading}

Loading save files...

{:else if error}

Error: {error}

{:else if existingSlots.length === 0}

No save files found. Start a new game to create a save file.

{:else}
{#if currentSlot && currentSlot.exists}
{/if}
{/if}