Merge branch 'feature/shitou-day2' into 'develop'
淡出问题 See merge request aibis-dream/aibis-dream!127
This commit is contained in:
@@ -113,9 +113,6 @@ namespace AibisDream.FixSystem
|
||||
|
||||
public void OnPointerUp(PointerEventData eventData)
|
||||
{
|
||||
// 系统被锁定就返回
|
||||
if (!_cableSystem.IsPlugAvailable()) return;
|
||||
|
||||
// 停止拖拽
|
||||
_isDragging = false;
|
||||
|
||||
|
||||
@@ -78,6 +78,7 @@ namespace AibisDream.FixSystem
|
||||
|
||||
private void SetCharacterAlpha(float alpha)
|
||||
{
|
||||
_characterAlpha = alpha;
|
||||
SpriteRenderer[] renderers = _curCharacter.GetComponentsInChildren<SpriteRenderer>();
|
||||
foreach (var childRenderer in renderers)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user