add auto-walk from the door
This commit is contained in:
@@ -11,6 +11,10 @@ public class SceneDoor : Interactable
|
||||
// Which door does this lead to in the scene this door takes us to?
|
||||
public int IdOfCorrespondingDoor = 0;
|
||||
|
||||
// transform that the character should walk towards when entering the room
|
||||
// through this door
|
||||
public Transform WalkDirection;
|
||||
|
||||
public override void Interact()
|
||||
{
|
||||
// Do nothing
|
||||
|
||||
Reference in New Issue
Block a user