Skip to content

Commit e335435

Browse files
committed
Add new long pup respawn tile definitions
Matching the behavior in normal TagPro, these show up slightly transparent and do not blink.
1 parent 55618e5 commit e335435

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/js/modules/tiles.js

+8
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ exports.mapElements = {
5252
6.21: {tile: "emptypowerup", coordinates: {x: 13, y: 4}, tileSize: 40, drawTileFirst: false},
5353
6.31: {tile: "emptypowerup", coordinates: {x: 13, y: 4}, tileSize: 40, drawTileFirst: false},
5454
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},
5559
7: {tile: "spike", coordinates: {x: 12, y: 0}, tileSize: 40, drawTileFirst: true},
5660
8: {tile: "button", coordinates: {x: 13, y: 6}, tileSize: 40, drawTileFirst: true},
5761
9: {tile: "gate", coordinates: {x: 12, y: 3}, tileSize: 40, drawTileFirst: false},
@@ -103,6 +107,10 @@ exports.floor_tiles = {
103107
6.21: {tile: "previewrollingbomb", coordinates: {x: 12, y: 5}, tileSize: 40, img: "tiles", preview: true, blinking: true, emptyCoordinates: {x: 12, y: 8}},
104108
6.31: {tile: "previewtagpro", coordinates: {x: 12, y: 6}, tileSize: 40, img: "tiles", preview: true, blinking: true, emptyCoordinates: {x: 12, y: 8}},
105109
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}},
106114
9: {tile: "gate", coordinates: {x: 12, y: 3}, tileSize: 40, img: "tiles"},
107115
9.1: {tile: "greengate", coordinates: {x: 13, y: 3}, tileSize: 40, img: "tiles"},
108116
9.2: {tile: "redgate", coordinates: {x: 14, y: 3}, tileSize: 40, img: "tiles"},

0 commit comments

Comments
 (0)