use player settings from last game

This commit is contained in:
Zutatensuppe 2020-12-07 12:20:09 +01:00
parent 3fdd1ae240
commit 11907c1452
2 changed files with 29 additions and 8 deletions

View file

@ -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,
}