Lay direction
Laying down on beds currently only works on one direction.
https://i.gyazo.com/475a7035e27702db860312ff61c13e8b.png https://i.gyazo.com/f606d5379882c42f880c32b58aaa0637.png
@DamienJolly Could you provide a minimal reproducible example? Perhaps in the form of a gist containing a storyboard.
@DamienJolly Valid Directions for the Avatar Lay action appear to be 2 and 4. Those are working for me. What direction are you trying?
Just checked and 2 and 4 are valid lay rotations but for beds their valid rotations are 2 and 0. I've coded a work around so if the players is laying on a bed with a rotation of 0 it sets it to 4 but this can't be the intended way.
Ah okay I see. For avatar directions, 0 is basically the mirrored version of 4. So maybe we should just add some logic for that?
-
0becomes4internally -
6becomes2internally