|
@@ -67,6 +67,7 @@ public class PlazaRoom : MonoBehaviour, IPointerClickHandler
|
|
|
private static string PhonoGraphAnimName = "newAnimation";
|
|
|
|
|
|
private static Vector3 HitPosOffset = new Vector3(0, 0, -3);
|
|
|
+ //private static Vector3 HitPosOffset = new Vector3(0, 0, -4.8f);
|
|
|
private static List<StarCreater> StarCreaters = new List<StarCreater>();
|
|
|
|
|
|
public static Dictionary<Transform, List<Transform>> ControllDepthDictionary = new Dictionary<Transform, List<Transform>>();
|