@@ -77,7 +77,13 @@ exports.mapElements = {
77
77
17 : { tile : "redgoal" , coordinates : { x : 14 , y : 5 } , tileSize : 40 , drawTileFirst : false } ,
78
78
18 : { tile : "bluegoal" , coordinates : { x : 15 , y : 5 } , tileSize : 40 , drawTileFirst : false } ,
79
79
22 : { tile : "gravitywell" , coordinates : { x : 13 , y : 0 } , tileSize : 40 , drawTileFirst : true } ,
80
- 23 : { tile : "yellowtile" , coordinates : { x : 13 , y : 5 } , tileSize : 40 , drawTileFirst : false }
80
+ 23 : { tile : "yellowtile" , coordinates : { x : 13 , y : 5 } , tileSize : 40 , drawTileFirst : false } ,
81
+ 24 : { tile : "portalred" , coordinates : { x : 13 , y : 4 } , tileSize : 40 , drawTileFirst : false } ,
82
+ 24.1 : { tile : "emptyportalred" , coordinates : { x : 13 , y : 4 } , tileSize : 40 , drawTileFirst : false } ,
83
+ 24.11 : { tile : "emptyportalred" , coordinates : { x : 13 , y : 4 } , tileSize : 40 , drawTileFirst : false } ,
84
+ 25 : { tile : "portalblue" , coordinates : { x : 13 , y : 4 } , tileSize : 40 , drawTileFirst : false } ,
85
+ 25.1 : { tile : "emptyportalblue" , coordinates : { x : 13 , y : 4 } , tileSize : 40 , drawTileFirst : false } ,
86
+ 25.11 : { tile : "emptyportalblue" , coordinates : { x : 13 , y : 4 } , tileSize : 40 , drawTileFirst : false }
81
87
} ;
82
88
83
89
exports . floor_tiles = {
@@ -114,7 +120,13 @@ exports.floor_tiles = {
114
120
15.1 : { tile : "emptyspeedpadblue" , coordinates : { x : 4 , y : 0 } , tileSize : 40 , img : "speedpadblue" } ,
115
121
15.11 : { tile : "previewspeedpadblue" , coordinates : { x : 0 , y : 0 } , tileSize : 40 , img : "speedpadblue" , preview : true , emptyCoordinates : { x : 4 , y : 0 } } ,
116
122
16 : { tile : "yellowflag" , coordinates : { x : 13 , y : 1 } , tileSize : 40 , img : "tiles" } ,
117
- 16.1 : { tile : "yellowflagtaken" , coordinates : { x : 13 , y : 2 } , tileSize : 40 , img : "tiles" }
123
+ 16.1 : { tile : "yellowflagtaken" , coordinates : { x : 13 , y : 2 } , tileSize : 40 , img : "tiles" } ,
124
+ 24 : { tile : "portalred" , coordinates : { x : 0 , y : 0 } , tileSize : 40 , img : "portal" , animated : true } ,
125
+ 24.1 : { tile : "emptyportalred" , coordinates : { x : 4 , y : 0 } , tileSize : 40 , img : "portal" } ,
126
+ 24.11 : { tile : "previewportalred" , coordinates : { x : 0 , y : 0 } , tileSize : 40 , img : "portal" , preview : true , emptyCoordinates : { x : 4 , y : 0 } } ,
127
+ 25 : { tile : "portalblue" , coordinates : { x : 0 , y : 0 } , tileSize : 40 , img : "portal" , animated : true } ,
128
+ 25.1 : { tile : "emptyportalblue" , coordinates : { x : 4 , y : 0 } , tileSize : 40 , img : "portal" } ,
129
+ 25.11 : { tile : "previewportalblue" , coordinates : { x : 0 , y : 0 } , tileSize : 40 , img : "portal" , preview : true , emptyCoordinates : { x : 4 , y : 0 } }
118
130
} ;
119
131
120
132
exports . tiles = {
0 commit comments