chenxin
2020-11-26 513365c245c00a77e978d309b58a8da8a21461ab
Assets/Scripts/Common/GameConfig.cs
@@ -84,6 +84,11 @@
        /// </summary>
        public static int SkillLevel;
        /// <summary>
        /// 是否随机合成塔
        /// </summary>
        public static bool CreateRandomTower = true;
        #region 各个塔的偏移量
        public static Vector3 fireScale = new Vector3(1.92f, 1.92f, 2.208f);
        public static Vector3 woodScale = new Vector3(1.5f, 1.5f, 2.82f);