feat: ajout du websocket par défaut
Este commit está contenido en:
padre
f0aa234eb6
commit
11c2e362a0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
|
|
@ -6,7 +6,7 @@ let bulletSound = new Sound("./assets/sounds/shoot.mp3");
|
|||
let driftSound = new Sound("./assets/sounds/drift.mp3");
|
||||
let dieSound = new Sound("./assets/sounds/die.mp3");
|
||||
let notificationSound = new Sound("./assets/sounds/notification.mp3");
|
||||
let net = new Network("wss://ws.gta6.insat.fr:8080?name=" + getCookie("pseudo"));
|
||||
let net = new Network("wss://ws.gta6.insat.fr?name=" + getCookie("pseudo"));
|
||||
let inp = new Input("canvas");
|
||||
let phone = new Phone();
|
||||
let bullets = [];
|
||||
|
|
|
|||
Cargando…
Referenciar en una nueva incidencia