Skip to content
This repository was archived by the owner on Mar 11, 2018. It is now read-only.
This repository was archived by the owner on Mar 11, 2018. It is now read-only.

Record spawn point #3

@chrislloyd

Description

@chrislloyd

We need to record the location of the spawn point when we map a world so we can focus the viewport. I'm thinking:

world: {
  id: '...'
  markers: [
    {
      _id: BSON id
      _type: "SpawnMarker"
      x: 1
      y: 2
      z: 3
    }
    {...}
  ]
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions