This commit is contained in:
AliIbnAbiTalib
2023-02-20 22:06:54 +01:00
parent c76add1495
commit 1b34f885b3
3 changed files with 4 additions and 3 deletions
@@ -1,6 +1,7 @@
using System.Collections;
using System.Collections.Generic;
using TMPro;
using Unity.VisualScripting;
using UnityEngine;
public class PlayablePlayer : Player
@@ -203,6 +204,8 @@ public class PlayablePlayer : Player
private void OnTriggerEnter(Collider collider)
{
base.OnTriggerEnter(collider);
Layout2.SetActive(true);
}
}