refactor(assets): 整理背景素材到 assets/bg 目录,同步 world.html 引用路径;移除冗余 keyart 素材
|
Before Width: | Height: | Size: 612 KiB After Width: | Height: | Size: 612 KiB |
|
Before Width: | Height: | Size: 699 KiB After Width: | Height: | Size: 699 KiB |
|
Before Width: | Height: | Size: 411 KiB After Width: | Height: | Size: 411 KiB |
|
Before Width: | Height: | Size: 319 KiB After Width: | Height: | Size: 319 KiB |
|
Before Width: | Height: | Size: 723 KiB After Width: | Height: | Size: 723 KiB |
|
Before Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 1.2 MiB |
10
world.html
@ -684,11 +684,11 @@ const LAYER_BG = {
|
|||||||
// 大地、天空按四个时间节点各配一段视频;星空、地下、地心各一段、不随时间变
|
// 大地、天空按四个时间节点各配一段视频;星空、地下、地心各一段、不随时间变
|
||||||
// 每个世界固定一段背景视频;时间线只改色调(currentPalette.tint 叠加),不切换视频
|
// 每个世界固定一段背景视频;时间线只改色调(currentPalette.tint 叠加),不切换视频
|
||||||
const WORLDS = [
|
const WORLDS = [
|
||||||
{ id:'star', name:'星空', icon:'✦', image:'assets/bg_star.jpg' },
|
{ id:'star', name:'星空', icon:'✦', image:'assets/bg/bg_star.jpg' },
|
||||||
{ id:'sky', name:'天空', icon:'🌤', image:'assets/bg_sky.jpg' },
|
{ id:'sky', name:'天空', icon:'🌤', image:'assets/bg/bg_sky.jpg' },
|
||||||
{ id:'earth', name:'大地', icon:'🌍', image:'assets/bg_earth.jpg', sandbox:true },
|
{ id:'earth', name:'大地', icon:'🌍', image:'assets/bg/bg_earth.jpg', sandbox:true },
|
||||||
{ id:'under', name:'地下', icon:'🕳', image:'assets/bg_under.jpg' },
|
{ id:'under', name:'地下', icon:'🕳', image:'assets/bg/bg_under.jpg' },
|
||||||
{ id:'core', name:'地心', icon:'🔥', image:'assets/bg_core.jpg' },
|
{ id:'core', name:'地心', icon:'🔥', image:'assets/bg/bg_core.jpg' },
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|||||||