@@ -52,6 +52,10 @@ exports.mapElements = {
52
52
6.21 : { tile : "emptypowerup" , coordinates : { x : 13 , y : 4 } , tileSize : 40 , drawTileFirst : false } ,
53
53
6.31 : { tile : "emptypowerup" , coordinates : { x : 13 , y : 4 } , tileSize : 40 , drawTileFirst : false } ,
54
54
6.41 : { tile : "emptypowerup" , coordinates : { x : 13 , y : 4 } , tileSize : 40 , drawTileFirst : false } ,
55
+ 6.12 : { tile : "emptypowerup" , coordinates : { x : 13 , y : 4 } , tileSize : 40 , drawTileFirst : false } ,
56
+ 6.22 : { tile : "emptypowerup" , coordinates : { x : 13 , y : 4 } , tileSize : 40 , drawTileFirst : false } ,
57
+ 6.32 : { tile : "emptypowerup" , coordinates : { x : 13 , y : 4 } , tileSize : 40 , drawTileFirst : false } ,
58
+ 6.42 : { tile : "emptypowerup" , coordinates : { x : 13 , y : 4 } , tileSize : 40 , drawTileFirst : false } ,
55
59
7 : { tile : "spike" , coordinates : { x : 12 , y : 0 } , tileSize : 40 , drawTileFirst : true } ,
56
60
8 : { tile : "button" , coordinates : { x : 13 , y : 6 } , tileSize : 40 , drawTileFirst : true } ,
57
61
9 : { tile : "gate" , coordinates : { x : 12 , y : 3 } , tileSize : 40 , drawTileFirst : false } ,
@@ -99,10 +103,14 @@ exports.floor_tiles = {
99
103
6.2 : { tile : "rollingbomb" , coordinates : { x : 12 , y : 5 } , tileSize : 40 , img : "tiles" } ,
100
104
6.3 : { tile : "tagpro" , coordinates : { x : 12 , y : 6 } , tileSize : 40 , img : "tiles" } ,
101
105
6.4 : { tile : "speed" , coordinates : { x : 12 , y : 7 } , tileSize : 40 , img : "tiles" } ,
102
- 6.11 : { tile : "previewjukejuice" , coordinates : { x : 12 , y : 4 } , tileSize : 40 , img : "tiles" , preview : true , emptyCoordinates : { x : 12 , y : 8 } } ,
103
- 6.21 : { tile : "previewrollingbomb" , coordinates : { x : 12 , y : 5 } , tileSize : 40 , img : "tiles" , preview : true , emptyCoordinates : { x : 12 , y : 8 } } ,
104
- 6.31 : { tile : "previewtagpro" , coordinates : { x : 12 , y : 6 } , tileSize : 40 , img : "tiles" , preview : true , emptyCoordinates : { x : 12 , y : 8 } } ,
105
- 6.41 : { tile : "previewspeed" , coordinates : { x : 12 , y : 7 } , tileSize : 40 , img : "tiles" , preview : true , emptyCoordinates : { x : 12 , y : 8 } } ,
106
+ 6.11 : { tile : "previewjukejuice" , coordinates : { x : 12 , y : 4 } , tileSize : 40 , img : "tiles" , preview : true , blinking : true , emptyCoordinates : { x : 12 , y : 8 } } ,
107
+ 6.21 : { tile : "previewrollingbomb" , coordinates : { x : 12 , y : 5 } , tileSize : 40 , img : "tiles" , preview : true , blinking : true , emptyCoordinates : { x : 12 , y : 8 } } ,
108
+ 6.31 : { tile : "previewtagpro" , coordinates : { x : 12 , y : 6 } , tileSize : 40 , img : "tiles" , preview : true , blinking : true , emptyCoordinates : { x : 12 , y : 8 } } ,
109
+ 6.41 : { tile : "previewspeed" , coordinates : { x : 12 , y : 7 } , tileSize : 40 , img : "tiles" , preview : true , blinking : true , emptyCoordinates : { x : 12 , y : 8 } } ,
110
+ 6.12 : { tile : "previewjukejuice2" , coordinates : { x : 12 , y : 4 } , tileSize : 40 , img : "tiles" , preview : true , emptyCoordinates : { x : 12 , y : 8 } } ,
111
+ 6.22 : { tile : "previewrollingbomb2" , coordinates : { x : 12 , y : 5 } , tileSize : 40 , img : "tiles" , preview : true , emptyCoordinates : { x : 12 , y : 8 } } ,
112
+ 6.32 : { tile : "previewtagpro2" , coordinates : { x : 12 , y : 6 } , tileSize : 40 , img : "tiles" , preview : true , emptyCoordinates : { x : 12 , y : 8 } } ,
113
+ 6.42 : { tile : "previewspeed2" , coordinates : { x : 12 , y : 7 } , tileSize : 40 , img : "tiles" , preview : true , emptyCoordinates : { x : 12 , y : 8 } } ,
106
114
9 : { tile : "gate" , coordinates : { x : 12 , y : 3 } , tileSize : 40 , img : "tiles" } ,
107
115
9.1 : { tile : "greengate" , coordinates : { x : 13 , y : 3 } , tileSize : 40 , img : "tiles" } ,
108
116
9.2 : { tile : "redgate" , coordinates : { x : 14 , y : 3 } , tileSize : 40 , img : "tiles" } ,
0 commit comments