mirror of
https://gitee.com/hoslay/ddei-editor.git
synced 2025-12-07 01:28:28 +08:00
21 lines
304 B
TypeScript
21 lines
304 B
TypeScript
export default {
|
|
'id': '303020',
|
|
'name': '过渡',
|
|
'code': 'trans',
|
|
'desc': '过渡',
|
|
'from': '100401',
|
|
|
|
'define': {
|
|
type: 2,
|
|
dash: [20, 10],
|
|
ep: {
|
|
type: 1
|
|
},
|
|
pvs: [
|
|
{ x: 75, y: 0, z: 1 },
|
|
{ x: 0, y: 0, z: 1 },
|
|
{ x: -75, y: 0, z: 1 },
|
|
],
|
|
}
|
|
}
|