vinport16 / chunkball.github.io

breaking a voxel world into chunks, enable peer2peer setup with large maps
0 stars 0 forks source link

bomb breaks blocks #42

Closed vinport16 closed 1 year ago

vinport16 commented 1 year ago

check this out. u can break blocks with the bomb loadout

lmk how you feel about this

mes258 commented 1 year ago

This is awesome! If a player shoots a bomb right before the map refresh, the projectile lands and destroys the new map after the refresh. When we refresh the map, lets also delete all projectiles. Also, the bomb is really powerful now. We should either lower the available shots, or significantly increase the reload time.

vinport16 commented 1 year ago

If a player shoots a bomb at an unloaded chunk, there is an error when the chunk updates: image

good catch. I left in a couple lines I meant to remove. fixed now.