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

Record spawn point #3

Open
chrislloyd opened this issue Jan 22, 2012 · 0 comments
Open

Record spawn point #3

chrislloyd opened this issue Jan 22, 2012 · 0 comments
Assignees

Comments

@chrislloyd
Copy link
Member

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
    }
    {...}
  ]
}
@ghost ghost assigned whatupdave Jan 22, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants