Teufelauto / 2D6D-Dice

Dice Roller for 2D6 Dungeon
MIT License
0 stars 0 forks source link

Dice previously thrown can be flipped by other dice #4

Closed Teufelauto closed 2 weeks ago

Teufelauto commented 3 weeks ago

This is a problem when doubles have been thrown for room size. The values may not persist and add properly. Previous attempts at locking rotation have caused bugs.

Teufelauto commented 2 weeks ago

There is a physics bug that prevents unlocking rotation. I will try a linear lock on Y axis, instead. This is probably a better solution, regardless.

Teufelauto commented 2 weeks ago

Linear lock seems to work.