← Back to {gameTitle}

{heading}

{subheading}

{#if selectedType === 'text'}

Text Content

{:else if selectedType === 'question'}

Question Configuration

{:else if selectedType === 'puzzle'}

Puzzle Configuration

{#if selectedFileName}

Selected: {selectedFileName}

{/if} {#if currentImageUrl}

{selectedFileName ? 'Preview of new image:' : 'Current image:'}

Puzzle preview {#if selectedFileName} {/if}
{/if} {#if initialValues.imageUrl && !selectedFileName} {/if}

Upload an image for the puzzle. Accepted formats: JPG, PNG, GIF, WebP (max 10MB)

Recommended: 4 (2×2), 9 (3×3), 16 (4×4), or 25 (5×5) pieces

{:else if selectedType === 'location'}

Location Configuration

Distance in meters within which the step will be validated (default: 50m)

{/if}
{#if errorMessage}
{errorMessage}
{/if}
Cancel