浏览代码

修改bug

DESKTOP-FB72PO8\Administrator 1 周之前
父节点
当前提交
d2ae983b0f
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Assets/Scenes/testCombat.scene
  2. 1 1
      Assets/Scripts/GameLogic/Player/PlayerManager.cs

+ 1 - 1
Assets/Scenes/testCombat.scene

@@ -2302,7 +2302,7 @@ PrefabInstance:
       objectReference: {fileID: 0}
     - target: {fileID: 9214784224709271120, guid: 1076536f8fdf47942aa287592c6a8b19, type: 3}
       propertyPath: m_IsActive
-      value: 1
+      value: 0
       objectReference: {fileID: 0}
     m_RemovedComponents: []
     m_RemovedGameObjects: []

+ 1 - 1
Assets/Scripts/GameLogic/Player/PlayerManager.cs

@@ -52,7 +52,7 @@ public class PlayerManager : Singleton<PlayerManager>
         HeroInfo heroInfo = new HeroInfo();
         heroInfo.InitHero(AccountFileInfo.Instance.playerData.heroData);
         myHero = heroInfo;
-
+        myHero.TaoismSkillId = 601011;
 
         BagController.Init();