添加Camera

This commit is contained in:
2025-01-15 12:39:08 +08:00
parent 045d6273f2
commit e3f063866f
4 changed files with 185 additions and 10 deletions
@@ -12,7 +12,6 @@ namespace AibisDream.FixSystem
private TMP_Text _state; // 显示状态的TextMeshPro组件
private TMP_Text _screenText;// 显示消息的TextMeshPro组件
private SpriteButton _deepinButton;
private BodyModuleSystem _bodyModuleSystem;
#endregion
@@ -55,7 +54,7 @@ namespace AibisDream.FixSystem
private void HandleDeepInButtonClick()
{
_bodyModuleSystem.HandleDeepIn();
FixSystemCenter.SystemDic.Get<BodyModuleSystem>().HandleDeepIn();
}
public void MessageBoxSetWarning()