Merge branch 'bugfix7.28' into 'develop'
sfx命令修复 See merge request aibis-dream/aibis-dream!812
This commit is contained in:
@@ -377,7 +377,7 @@ namespace AibisDream.MiniGame.Tarot
|
||||
_hoveredCard = card;
|
||||
KillHoverTween(card);
|
||||
|
||||
AudioManager.Instance?.PlaySfx("event:/Scriptal/cardPick");
|
||||
AudioManager.Instance?.PlaySfx("event:/FollowInput/cardPick");
|
||||
|
||||
if (!_fanPositions.TryGetValue(card, out var basePos)) return;
|
||||
|
||||
|
||||
@@ -180,7 +180,7 @@ namespace AibisDream.MiniGame.Tarot
|
||||
_isCardSelected = true;
|
||||
_selectedIndex = card.Index;
|
||||
YarnVariableStorage.Instance?.SetValue("$tarotSelectedIndex", (float)card.Index);
|
||||
AudioManager.Instance?.PlaySfx("event:/Scriptal/cardDraw");
|
||||
AudioManager.Instance?.PlaySfx("event:/FollowInput/cardDraw");
|
||||
}
|
||||
|
||||
private void OnDestroy()
|
||||
|
||||
@@ -319,7 +319,7 @@ ql: 试试吧。抽一张。 #line:032a6f1
|
||||
me: … #line:09f3fc1
|
||||
<<wait_tarot_select>>
|
||||
->翻面 #line:0047271
|
||||
<<play_sfx "event:/Scriptal/cardPick">>
|
||||
<<play_sfx "event:/FollowInput/cardPick">>
|
||||
<<flip_tarot "normal">>
|
||||
// -> 抽牌 #line:00d082d
|
||||
// 【你看了看牌。】 #line:0b53792
|
||||
@@ -328,7 +328,7 @@ me: 这画的是什么? #line:064fa6d
|
||||
|
||||
ql: 倒吊人。你拿反了。 #line:09d2ede
|
||||
->旋转 #line:0b58edf
|
||||
<<play_sfx "event:/Scriptal/cardPick">>
|
||||
<<play_sfx "event:/FollowInput/cardPick">>
|
||||
<<rotate_tarot "inverted">>
|
||||
// 【你把牌转过来。】 #line:057bfa8
|
||||
<<wait 1>>
|
||||
|
||||
@@ -133,7 +133,7 @@ PlayerSettings:
|
||||
vulkanEnableLateAcquireNextImage: 0
|
||||
vulkanEnableCommandBufferRecycling: 1
|
||||
loadStoreDebugModeEnabled: 0
|
||||
bundleVersion: 0.6.1.2-20260727-163322
|
||||
bundleVersion: 0.6.1.5-20260728-031155
|
||||
preloadedAssets:
|
||||
- {fileID: 11400000, guid: 0fb2bc2476953fc43a74f0ab8879077c, type: 2}
|
||||
metroInputSource: 0
|
||||
|
||||
Reference in New Issue
Block a user