From 94612d54e4d08287760a83dfa57e203e793c04b1 Mon Sep 17 00:00:00 2001 From: gaoxin Date: Wed, 26 Aug 2020 23:09:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=A7=E6=83=85=E7=AB=8B=E7=BB=98=E6=9B=BF?= =?UTF-8?q?=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Story/StoryManager.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Story/StoryManager.lua b/Assets/ManagedResources/~Lua/Modules/Story/StoryManager.lua index 562f857370..4f87938f9d 100644 --- a/Assets/ManagedResources/~Lua/Modules/Story/StoryManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Story/StoryManager.lua @@ -13,10 +13,10 @@ this.curAreaID = 0 local lastResName local lastLive2d --- 男主立绘 -this.boyRes = "live2d_c_gt_0001" +this.boyRes = "live2d_npc_boy" --- 女主立绘 -this.bitchRes = "live2d_c_bmf_0004" +this.bitchRes = "live2d_npc_girl" function this.Initialize()