From 6ecc5f28a31e8462b5a7be8cc5d8069412c0058b Mon Sep 17 00:00:00 2001
From: chenxin <chenxin6991@163.com>
Date: Thu, 19 Nov 2020 10:08:20 +0800
Subject: [PATCH] 屏蔽掉技能 购买塔位金币按钮改为 2.0缩放

---
 Assets/Prefabs/UI/TileGridBuyBtn.prefab |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Assets/Prefabs/UI/TileGridBuyBtn.prefab b/Assets/Prefabs/UI/TileGridBuyBtn.prefab
index c5ee9c4..de979ac 100644
--- a/Assets/Prefabs/UI/TileGridBuyBtn.prefab
+++ b/Assets/Prefabs/UI/TileGridBuyBtn.prefab
@@ -29,7 +29,7 @@
   m_GameObject: {fileID: 1470395276146401760}
   m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
   m_LocalPosition: {x: 0, y: 0, z: 0}
-  m_LocalScale: {x: 1.2, y: 1.2, z: 1.2}
+  m_LocalScale: {x: 2, y: 2, z: 2}
   m_Children:
   - {fileID: 1470395277286368735}
   m_Father: {fileID: 0}

--
Gitblit v1.9.1