chrahunt / TagProReplays

Record yourself in TagPro!
GNU General Public License v3.0
21 stars 14 forks source link

Add new powerup preview tile #270

Closed chrahunt closed 2 years ago

chrahunt commented 2 years ago

From #257, new tile ids were added to indicate what powerup was taken (6.12, 6.22, 6.32, 6.42), as seen here:

ID Tile
6 Powerup subgroup
6.1,grip Jukejuice/grip
6.11, grip Jukejuice/grip (respawn warning)
6.12, grip Jukejuice/grip (preview)
6.2,bomb Rolling bomb
6.21,bomb Rolling bomb (respawn warning)
6.22, bomb Rolling bomb (preview)
6.3,tagpro TagPro
6.31,tagpro TagPro (respawn warning)
6.32,tagpro TagPro (preview)
6.4,speed Max speed
6.41,speed Max speed (respawn warning)
6.42,speed Max speed (preview)

The new tiles can be added to mapElements and floor_tiles in modules/tiles.js with the same values as the 6.x1 elements.