2 Commits

Author SHA1 Message Date
Amaan Shawkath
25c404abc4 unblocking mouse on character sheet close 2023-07-09 16:06:00 +01:00
Amaan Shawkath
56c6c5489b Merge pull request #22 from JanGross/sfx_and_camera_fixes
sfx and tweaks
2023-07-09 15:58:34 +01:00

View File

@@ -49,6 +49,7 @@ public class CharacterSheet : MonoBehaviour
public void Action_Close()
{
PlayerController.Instance.cameraMovement = true;
GameManager.Instance.uiManager.BlockInput(false);
gameObject.SetActive(false);
}
}