iiceman40 / BabylonBomberman

Bombeman like Game based on Babylon Js
0 stars 0 forks source link

Bombs don't destroy boxes #10

Closed iiceman40 closed 9 years ago

iiceman40 commented 9 years ago

After the refactoring of the map gird, bombs don't destroy the boxes like they used to. When the first bomb detonates it destroys a box in the top right corner of the map. After that explosions don't destroy any boxes.

Players get destroyed by the bombs like they are supposed to.

It seems like something with the coordinates of the boxes might be wrong after refactoring the grid when initially creating the map.