select api
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m18s
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m18s
This commit is contained in:
@@ -9,7 +9,7 @@ export class GameScene extends Phaser.Scene {
|
|||||||
|
|
||||||
create() {
|
create() {
|
||||||
this.inputCtrl = new TouchInput(this);
|
this.inputCtrl = new TouchInput(this);
|
||||||
this.socket = new GameSocket("ws://localhost:8080/ws");
|
this.socket = new GameSocket("wss://tma-api.quizer.space/ws");
|
||||||
|
|
||||||
this.socket.onState = (state) => {
|
this.socket.onState = (state) => {
|
||||||
this.syncPlayers(state.players);
|
this.syncPlayers(state.players);
|
||||||
|
|||||||
Reference in New Issue
Block a user