refactor: player circles
This commit is contained in:
parent
40306ead77
commit
6b2f392794
|
@ -42,9 +42,8 @@ export function createEntityForConnection(socket) {
|
|||
shaped: {
|
||||
params: {
|
||||
shape: {
|
||||
type: 'rectangle',
|
||||
position: [0, 0],
|
||||
size: [8, 8],
|
||||
type: 'circle',
|
||||
radius: 4,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user