Google is nasty
This commit is contained in:
parent
8592e8eece
commit
5da12aea1a
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
@ -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));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue