refactor: player circles

This commit is contained in:
cha0s 2019-04-13 03:19:41 -05:00
parent 40306ead77
commit 6b2f392794

View File

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