캐릭터별 가슴 컬라이더
This commit is contained in:
parent
c4be22add5
commit
7321df18e3
File diff suppressed because it is too large
Load Diff
|
|
@ -10,6 +10,7 @@ public class Game_Lucky : MonoBehaviour
|
|||
{
|
||||
public Game_Lucky_Result m_Game_Lucky_Result;
|
||||
public Image i_girl;
|
||||
public GameObject[] gos_boobs;
|
||||
public TextMeshProUGUI[] texts; // 0 시간, 1 획득 재화
|
||||
public GameObject go_dropobj; // 떨어질 공 prefab
|
||||
public Transform tf_cup; // 컵 (움직이고 회전하는 부분)
|
||||
|
|
@ -45,6 +46,7 @@ public class Game_Lucky : MonoBehaviour
|
|||
i_girl.enabled = true;
|
||||
i_girl.sprite = handle.Result;
|
||||
});
|
||||
DSUtil.InActivateGameObjects(gos_boobs, SaveMgr.Ins.Get_SelectGirlID() - 1);
|
||||
|
||||
// tf_cup 초기화
|
||||
tf_cup.localPosition = Vector3.zero;
|
||||
|
|
|
|||
Loading…
Reference in New Issue