线条切割

This commit is contained in:
2025-05-02 14:30:04 +08:00
parent 1807699ca5
commit 4f7dece3ca
13 changed files with 306 additions and 95 deletions
@@ -49,7 +49,7 @@ namespace AibisDream.FixSystem
_trigger = GetComponent<EventTriggerEx>();
// 处理插头高亮
_sprite.material.SetFloat(ShineFade, GlobalVariableKit.IsPlugHighLight ? 1 : 0);
// _sprite.material.SetFloat(ShineFade, GlobalVariableKit.IsPlugHighLight ? 1 : 0);
}
private void EventRegister()
@@ -97,7 +97,7 @@ namespace AibisDream.FixSystem
_cableSystem.CableRef.SetEndPos(_plugRootPos);
_cableSystem.curSocket?.PlugOut();
AudioManager.Instance.PlaySfx("event:/FollowInput/plugout");
// AudioManager.Instance.PlaySfx("event:/FollowInput/plugout");
_sprite.enabled = true;
if (_cableSystem.curSocket is BodyModule)