Terasology / LightAndShadow

Light & Shadow is an experimental game type set in a quirky Alice in Wonderland inspired setting
Apache License 2.0
8 stars 22 forks source link

Player does not face the opponent's base on getting spawned #86

Closed darshan3 closed 3 years ago

darshan3 commented 5 years ago

The player originally teleports to the base and faces a lateral direction (for both red/black teams). They should face each other's base on getting spawned in the play area.

jdrueckert commented 3 years ago

Fix spawn orientation of player

grumblefoot commented 3 years ago

After doing some testing, this issue is dependent on player facing when clicking on the teleport block. The player appears facing in whichever orientation they were before the teleport. A fix would likely involve changing the players facing right after the activation of the block, but before they are respawned.

skaldarnar commented 3 years ago

This was fixed by https://github.com/Terasology/LightAndShadow/pull/229