From b3233aa01e4907290d1b0d6abff59333c3f59b7a Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期一, 03 六月 2019 15:22:50 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
Fight/GameActor/GA_NpcClientFunc.cs | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/Fight/GameActor/GA_NpcClientFunc.cs b/Fight/GameActor/GA_NpcClientFunc.cs
index 5d900d5..6e804c3 100644
--- a/Fight/GameActor/GA_NpcClientFunc.cs
+++ b/Fight/GameActor/GA_NpcClientFunc.cs
@@ -36,6 +36,11 @@
m_NPCInteractProcessor.npcIntergactEvent += OnClick;
}
+ if (NpcConfig.ModeProportion != 1)
+ {
+ Root.localScale = Vector3.one * NpcConfig.ModeProportion;
+ }
+
RequestShadow();
if (NpcConfig.NPCEffect != 0)
--
Gitblit v1.8.0