use player settings from last game
This commit is contained in:
parent
3fdd1ae240
commit
11907c1452
2 changed files with 29 additions and 8 deletions
|
|
@ -23,9 +23,9 @@ function createPlayer(id, ts) {
|
|||
x: 0,
|
||||
y: 0,
|
||||
d: 0, // mouse down
|
||||
name: 'anon',
|
||||
color: '#ffffff',
|
||||
bgcolor: '#222222',
|
||||
name: null, // 'anon'
|
||||
color: null, // '#ffffff'
|
||||
bgcolor: null, // '#222222'
|
||||
points: 0,
|
||||
ts: ts,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue