PlaceholderGames / 2016-VnD_Game

2nd year computer games development group project
2 stars 0 forks source link

Bug Report: Scaling of the diggable blocks #66

Closed rbakerusw closed 7 years ago

rbakerusw commented 7 years ago

Currently there is an issue with the scaling of the blocks you can dig/mine. The scaling is set by default to 2 so you cannot have custom shaped blocks to dig/mine.

I will work on this straight away since we have to use the block in a specific way due to the restrictions of the scaling.

rbakerusw commented 7 years ago

This issue has now been fixed, you can now create custom shaped digging blocks. Also, I had to fix the mining trigger box due to a compiler error.

napiorek commented 7 years ago

Tested and it works great, the cube shrinks from it's original size as intended. Also feature was only triggered when pressed 3 (digging) and ignored button 2 that is linked to mining(with pickaxe) so it works as designed :) image

Good work @rbakerusw

BojanStankovic commented 7 years ago

Merged into develop. Closing