asdfwf
This commit is contained in:
parent
627aea1cb0
commit
4a2b79d4d0
@ -40,7 +40,9 @@ export class Game {
|
|||||||
this.videoTest.initialize();
|
this.videoTest.initialize();
|
||||||
this.videoTest.mesh.position.set(0, 6, -20);
|
this.videoTest.mesh.position.set(0, 6, -20);
|
||||||
this.renderer.scene.add(this.videoTest.mesh);
|
this.renderer.scene.add(this.videoTest.mesh);
|
||||||
this.party = localStorage.getItem('party')?.split('|') || [];
|
this.party = (localStorage.getItem('party')?.split('|') || []).filter(
|
||||||
|
(item) => item,
|
||||||
|
);
|
||||||
// end of
|
// end of
|
||||||
|
|
||||||
this.chat.registerSendFunction((message) => {
|
this.chat.registerSendFunction((message) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user