Space Combat VR

Pilot your spaceship through asteroid fields and complete missions

{#if activeTab === 'official'} {#if !isReady}
Loading levels...
{:else if levels.size === 0}

No Levels Found

No levels available. Please check your connection.

{:else} {#each LEVEL_ORDER as levelId} {@const entry = levels.get(levelId)} {#if entry} {/if} {/each} {/if} {:else} {#if !$authStore.isAuthenticated}

Sign In Required

Sign in to view your custom levels.

{:else if loadingMyLevels}
Loading your levels...
{:else if myLevels.length === 0}

No Custom Levels

You haven't created any levels yet. Use the BabylonJS Editor plugin to create levels.

{:else} {#each myLevels as level (level.id)} {/each} {/if} {/if}