also get alignment to work from player UI
This commit is contained in:
parent
9e9fdfe37f
commit
c1b14979a2
@ -78,8 +78,7 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
align(alignmentX, alignmentY) {
|
align(alignmentX, alignmentY) {
|
||||||
console.warn('sending set alignment:', {x: alignmentX, y: alignmentY});
|
this.eventBus?.sendToTunnel('set-alignment', {x: alignmentX, y: alignmentY})
|
||||||
// this.eventBus.send('set-alignment', {x: alignmentX, y: alignmentY})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user