Adding hightlight to player names when they follow each others
This commit is contained in:
parent
368a115b4c
commit
524339a3a0
5 changed files with 132 additions and 27 deletions
|
@ -72,9 +72,7 @@ vim: ft=typescript
|
|||
|
||||
function reset() {
|
||||
gameScene.connection?.emitFollowAbort();
|
||||
followStateStore.set(followStates.off);
|
||||
followRoleStore.set(followRoles.leader);
|
||||
followUsersStore.set([]);
|
||||
followUsersStore.stopFollowing();
|
||||
}
|
||||
|
||||
function request() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue