Skip to content

Commit ced7f0f

Browse files
committed
redive tool fix
1 parent 75a0985 commit ced7f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: redive/resource_fetch.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
[ 'bundleNameMatch'=>'/^a\/spine_000000_chara_base\.cysp\.unity3d$/', 'customAssetProcessor'=> 'exportSpine' ],
3535
[ 'bundleNameMatch'=>'/^a\/spine_\d\d_common_battle\.cysp\.unity3d$/', 'customAssetProcessor'=> 'exportSpine' ],
3636
[ 'bundleNameMatch'=>'/^a\/spine_1\d\d\d01_battle\.cysp\.unity3d$/', 'customAssetProcessor'=> 'exportSpine' ],
37-
[ 'bundleNameMatch'=>'/^a\/spine_sdnormal_10\d{4}\.unity3d$/', 'customAssetProcessor'=> 'exportAtlas' ],
37+
[ 'bundleNameMatch'=>'/^a\/spine_sdnormal_1\d{5}\.unity3d$/', 'customAssetProcessor'=> 'exportAtlas' ],
3838
],
3939
'sound'=>[
4040
[ 'bundleNameMatch'=>'/^v\/vo_cmn_(\d+)\.acb$/', 'exportTo'=> 'sound/unit_common/$1' ],

0 commit comments

Comments
 (0)