Compare commits
8 Commits
43fec5a6a1
...
6ad6856671
Author | SHA1 | Date | |
---|---|---|---|
6ad6856671 | |||
04b50e01ff | |||
732d9e5613 | |||
53e262dbd5 | |||
9f81251570 | |||
17db7a81b9 | |||
3f3dd1aece | |||
![]() |
d7de13aacb |
@ -2417,7 +2417,7 @@ stopAnimate_s
|
||||
tooltip : stopAnimate:停止所有动画
|
||||
helpUrl : /_docs/#/instruction
|
||||
default : [false]
|
||||
colour : this.imageColor
|
||||
colour : this.soundColor
|
||||
Bool_0 = Bool_0?', "doCallback": true':'';
|
||||
var code = '{"type": "stopAnimate"'+Bool_0+'},\n';
|
||||
return code;
|
||||
|
@ -2222,7 +2222,7 @@ events.prototype._action_insert = function (data, x, y, prefix) {
|
||||
};
|
||||
|
||||
events.prototype._action_playBgm = function (data, x, y, prefix) {
|
||||
//core.playBgm(data.name, data.startTime || 0);
|
||||
core.playBgm(data.name, data.startTime || 0);
|
||||
core.setFlag("__bgm__", data.keep ? data.name : null);
|
||||
core.doAction();
|
||||
};
|
||||
|
@ -676,13 +676,13 @@ loader.prototype._saveSounds = function (data, onfinished) {
|
||||
};
|
||||
|
||||
loader.prototype.loadOneMusic = function (name) {
|
||||
var music = new Audio();
|
||||
/* var music = new Audio();
|
||||
music.preload = "none";
|
||||
if (main.bgmRemote)
|
||||
music.src = main.bgmRemoteRoot + core.firstData.name + "/" + name;
|
||||
else music.src = "project/bgms/" + name;
|
||||
music.loop = "loop";
|
||||
core.material.bgms[name] = music;
|
||||
core.material.bgms[name] = music;*/
|
||||
};
|
||||
|
||||
loader.prototype.loadOneSound = function (name) {
|
||||
|
2356
libs/utils.js
2356
libs/utils.js
File diff suppressed because it is too large
Load Diff
BIN
project/bgms/theme.mp3
Normal file
BIN
project/bgms/theme.mp3
Normal file
Binary file not shown.
Binary file not shown.
@ -911,7 +911,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
|
||||
"Halbmond.opus",
|
||||
"ed.opus",
|
||||
"op.opus",
|
||||
"theme.opus"
|
||||
"theme.mp3"
|
||||
],
|
||||
"sounds": [
|
||||
"aiy010000010.opus",
|
||||
@ -1067,7 +1067,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
|
||||
"饰品",
|
||||
"饰品"
|
||||
],
|
||||
"startBgm": "theme.opus",
|
||||
"startBgm": "theme.mp3",
|
||||
"styles": {
|
||||
"startBackground": "project/images/background.webp",
|
||||
"startVerticalBackground": "project/images/backgroundvertical.webp",
|
||||
|
@ -14,7 +14,14 @@ main.floors.yiqu1=
|
||||
"firstArrive": [],
|
||||
"eachArrive": [],
|
||||
"parallelDo": "",
|
||||
"events": {},
|
||||
"events": {
|
||||
"5,9": [
|
||||
{
|
||||
"type": "insert",
|
||||
"name": "chapter01"
|
||||
}
|
||||
]
|
||||
},
|
||||
"changeFloor": {
|
||||
"0,7": {
|
||||
"floorId": "yiqu2",
|
||||
|
14295
project/plugins.js
14295
project/plugins.js
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user