修复bgm
This commit is contained in:
parent
3f3dd1aece
commit
17db7a81b9
@ -2417,7 +2417,7 @@ stopAnimate_s
|
|||||||
tooltip : stopAnimate:停止所有动画
|
tooltip : stopAnimate:停止所有动画
|
||||||
helpUrl : /_docs/#/instruction
|
helpUrl : /_docs/#/instruction
|
||||||
default : [false]
|
default : [false]
|
||||||
colour : this.imageColor
|
colour : this.soundColor
|
||||||
Bool_0 = Bool_0?', "doCallback": true':'';
|
Bool_0 = Bool_0?', "doCallback": true':'';
|
||||||
var code = '{"type": "stopAnimate"'+Bool_0+'},\n';
|
var code = '{"type": "stopAnimate"'+Bool_0+'},\n';
|
||||||
return code;
|
return code;
|
||||||
|
@ -3282,6 +3282,9 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "pauseBgm"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "playBgm",
|
"type": "playBgm",
|
||||||
"name": "Halbmond.opus"
|
"name": "Halbmond.opus"
|
||||||
|
@ -14,7 +14,14 @@ main.floors.yiqu1=
|
|||||||
"firstArrive": [],
|
"firstArrive": [],
|
||||||
"eachArrive": [],
|
"eachArrive": [],
|
||||||
"parallelDo": "",
|
"parallelDo": "",
|
||||||
"events": {},
|
"events": {
|
||||||
|
"5,9": [
|
||||||
|
{
|
||||||
|
"type": "insert",
|
||||||
|
"name": "chapter01"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"changeFloor": {
|
"changeFloor": {
|
||||||
"0,7": {
|
"0,7": {
|
||||||
"floorId": "yiqu2",
|
"floorId": "yiqu2",
|
||||||
|
15443
project/plugins.js
15443
project/plugins.js
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user