Make player markers interactive

This commit is contained in:
James Lyne 2021-09-01 17:47:43 +01:00
parent eb7d31669f
commit c1ed50f8c4

View File

@ -52,7 +52,6 @@ export default defineComponent({
showSkinFace: componentSettings.value!.showSkinFaces, showSkinFace: componentSettings.value!.showSkinFaces,
showBody: componentSettings.value!.showBodies, showBody: componentSettings.value!.showBodies,
showHealth: componentSettings.value!.showHealth, showHealth: componentSettings.value!.showHealth,
interactive: false,
pane: 'players', pane: 'players',
}), }),