Added close button to character sheet - oooopsies
This commit is contained in:
@@ -45,4 +45,10 @@ public class CharacterSheet : MonoBehaviour
|
||||
{
|
||||
return m_lines.ContainsKey(lineText);
|
||||
}
|
||||
|
||||
public void Action_Close()
|
||||
{
|
||||
PlayerController.Instance.cameraMovement = true;
|
||||
gameObject.SetActive(false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user