Compare commits

...

8 Commits

Author SHA1 Message Date
6ad6856671 还原cgText 2025-01-28 00:15:43 +08:00
04b50e01ff 修音频系统插件 2025-01-28 00:04:33 +08:00
732d9e5613 大概修了 2025-01-27 21:46:45 +08:00
53e262dbd5 .. 2025-01-27 21:03:12 +08:00
9f81251570 . 2025-01-27 20:32:25 +08:00
17db7a81b9 修复bgm 2025-01-27 20:12:31 +08:00
3f3dd1aece Merge branch 'status-itcfangye' into story 2025-01-27 19:56:39 +08:00
egamerainy1022
d7de13aacb theme.mp3重新换源 2025-01-27 19:52:36 +08:00
9 changed files with 8462 additions and 8210 deletions

View File

@ -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;

View File

@ -2222,7 +2222,7 @@ events.prototype._action_insert = function (data, x, y, prefix) {
}; };
events.prototype._action_playBgm = 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.setFlag("__bgm__", data.keep ? data.name : null);
core.doAction(); core.doAction();
}; };

View File

@ -676,13 +676,13 @@ loader.prototype._saveSounds = function (data, onfinished) {
}; };
loader.prototype.loadOneMusic = function (name) { loader.prototype.loadOneMusic = function (name) {
var music = new Audio(); /* var music = new Audio();
music.preload = "none"; music.preload = "none";
if (main.bgmRemote) if (main.bgmRemote)
music.src = main.bgmRemoteRoot + core.firstData.name + "/" + name; music.src = main.bgmRemoteRoot + core.firstData.name + "/" + name;
else music.src = "project/bgms/" + name; else music.src = "project/bgms/" + name;
music.loop = "loop"; music.loop = "loop";
core.material.bgms[name] = music; core.material.bgms[name] = music;*/
}; };
loader.prototype.loadOneSound = function (name) { loader.prototype.loadOneSound = function (name) {

File diff suppressed because it is too large Load Diff

BIN
project/bgms/theme.mp3 Normal file

Binary file not shown.

Binary file not shown.

View File

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

View File

@ -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",

File diff suppressed because it is too large Load Diff