on server addr
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m27s
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m27s
This commit is contained in:
@@ -5,7 +5,7 @@ import { GameSocket } from "../net/Socket";
|
|||||||
|
|
||||||
let localAddr: string = "ws://localhost:8080/ws";
|
let localAddr: string = "ws://localhost:8080/ws";
|
||||||
let remoteAddr: string = "wss://tma-api.quizer.space/ws";
|
let remoteAddr: string = "wss://tma-api.quizer.space/ws";
|
||||||
let isLocal: boolean = true;
|
let isLocal: boolean = false;
|
||||||
|
|
||||||
type ServerPlayerState = {
|
type ServerPlayerState = {
|
||||||
x: number;
|
x: number;
|
||||||
|
|||||||
Reference in New Issue
Block a user