@@ -99,10 +99,10 @@ exports.floor_tiles = {
99
99
6.2 : { tile : "rollingbomb" , coordinates : { x : 12 , y : 5 } , tileSize : 40 , img : "tiles" } ,
100
100
6.3 : { tile : "tagpro" , coordinates : { x : 12 , y : 6 } , tileSize : 40 , img : "tiles" } ,
101
101
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 } } ,
102
+ 6.11 : { tile : "previewjukejuice" , coordinates : { x : 12 , y : 4 } , tileSize : 40 , img : "tiles" , preview : true , blinking : true , emptyCoordinates : { x : 12 , y : 8 } } ,
103
+ 6.21 : { tile : "previewrollingbomb" , coordinates : { x : 12 , y : 5 } , tileSize : 40 , img : "tiles" , preview : true , blinking : true , emptyCoordinates : { x : 12 , y : 8 } } ,
104
+ 6.31 : { tile : "previewtagpro" , coordinates : { x : 12 , y : 6 } , tileSize : 40 , img : "tiles" , preview : true , blinking : true , emptyCoordinates : { x : 12 , y : 8 } } ,
105
+ 6.41 : { tile : "previewspeed" , coordinates : { x : 12 , y : 7 } , tileSize : 40 , img : "tiles" , preview : true , blinking : true , emptyCoordinates : { x : 12 , y : 8 } } ,
106
106
9 : { tile : "gate" , coordinates : { x : 12 , y : 3 } , tileSize : 40 , img : "tiles" } ,
107
107
9.1 : { tile : "greengate" , coordinates : { x : 13 , y : 3 } , tileSize : 40 , img : "tiles" } ,
108
108
9.2 : { tile : "redgate" , coordinates : { x : 14 , y : 3 } , tileSize : 40 , img : "tiles" } ,
0 commit comments