Skip to content

Commit

Permalink
feat(player): 渚、夏 l2d
Browse files Browse the repository at this point in the history
  • Loading branch information
mark9804 committed Apr 11, 2024
1 parent 1c12600 commit a14228c
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions lib/ba-story-player/lib/layers/l2dLayer/l2dConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1095,21 +1095,38 @@ export const l2dConfig: IL2dConfig = {
},
otherSpine: [],
},
placeholder: {
name: "placeholder",
CH0155_home: {
name: "CH0155_home",
playQue: [
{
name: "placeholder",
name: "CH0155_home",
animation: "Start_Idle_01",
fadeTime: 4.9,
fadeTime: 4.2,
fade: true,
},
],
spineSettings: {
placeholder: {
CH0155_home: {
scale: 1.0,
},
},
otherSpine: [],
},
Nagisa_home: {
name: "Nagisa_home",
playQue: [
{
name: "Nagisa_home",
animation: "Start_Idle_01",
fadeTime: 4.2,
fade: true,
},
],
spineSettings: {
Nagisa_home: {
scale: 3.0,
},
},
otherSpine: [],
},
};

0 comments on commit a14228c

Please sign in to comment.