Compare commits

..

No commits in common. "6ad6856671adaba56acb48cbca3932198900e0b0" and "43fec5a6a1858ca619fb174c6020cf0a0fca70f9" have entirely different histories.

9 changed files with 8214 additions and 8466 deletions

View File

@ -2417,7 +2417,7 @@ stopAnimate_s
tooltip : stopAnimate停止所有动画
helpUrl : /_docs/#/instruction
default : [false]
colour : this.soundColor
colour : this.imageColor
Bool_0 = Bool_0?', "doCallback": true':'';
var code = '{"type": "stopAnimate"'+Bool_0+'},\n';
return code;

View File

@ -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();
};

View File

@ -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) {

File diff suppressed because it is too large Load Diff

Binary file not shown.

BIN
project/bgms/theme.opus Normal file

Binary file not shown.

View File

@ -911,7 +911,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"Halbmond.opus",
"ed.opus",
"op.opus",
"theme.mp3"
"theme.opus"
],
"sounds": [
"aiy010000010.opus",
@ -1067,7 +1067,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"饰品",
"饰品"
],
"startBgm": "theme.mp3",
"startBgm": "theme.opus",
"styles": {
"startBackground": "project/images/background.webp",
"startVerticalBackground": "project/images/backgroundvertical.webp",

View File

@ -14,14 +14,7 @@ main.floors.yiqu1=
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {
"5,9": [
{
"type": "insert",
"name": "chapter01"
}
]
},
"events": {},
"changeFloor": {
"0,7": {
"floorId": "yiqu2",

File diff suppressed because it is too large Load Diff