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