Google is nasty

This commit is contained in:
Victor Lasserre 2023-12-21 12:00:58 +01:00
parent 8592e8eece
commit 5da12aea1a
2 changed files with 2 additions and 2 deletions

View file

@ -464,7 +464,7 @@ class Portal
} }
} }
class Map class Game_Map
{ {
constructor(portalsOut,z) // portalsIn/Out : portal teleport In/Out; z: idDimension constructor(portalsOut,z) // portalsIn/Out : portal teleport In/Out; z: idDimension
{ {

View file

@ -36,7 +36,7 @@ let portals = [new Portal(250,457,0,500,500,0),//O
new Portal(721,767,0,500,500,0), // S new Portal(721,767,0,500,500,0), // S
new Portal(970,476,0,500,500,0)];//Mid new Portal(970,476,0,500,500,0)];//Mid
let maps = [new Map(portals.slice(0),0)]; let maps = [new Game_Map(portals.slice(0),0)];
players.push(new Player(-1,-50,-50,-1,"VOITURES",0)); players.push(new Player(-1,-50,-50,-1,"VOITURES",0));