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: {
params: {
shape: {
type: 'rectangle',
position: [0, 0],
size: [8, 8],
type: 'circle',
radius: 4,
},
},
},