feat: ajout du websocket par défaut
This commit is contained in:
parent
f0aa234eb6
commit
11c2e362a0
1 changed files with 1 additions and 1 deletions
|
@ -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 = [];
|
||||
|
|
Loading…
Reference in a new issue