refactor(assets): 整理背景素材到 assets/bg 目录,同步 world.html 引用路径;移除冗余 keyart 素材

This commit is contained in:
李鹏宇 2026-07-23 15:38:42 +08:00
parent 3892948d8d
commit 1bb178c4af
8 changed files with 5 additions and 5 deletions

View File

Before

Width:  |  Height:  |  Size: 612 KiB

After

Width:  |  Height:  |  Size: 612 KiB

View File

Before

Width:  |  Height:  |  Size: 699 KiB

After

Width:  |  Height:  |  Size: 699 KiB

View File

Before

Width:  |  Height:  |  Size: 411 KiB

After

Width:  |  Height:  |  Size: 411 KiB

View File

Before

Width:  |  Height:  |  Size: 319 KiB

After

Width:  |  Height:  |  Size: 319 KiB

View File

Before

Width:  |  Height:  |  Size: 723 KiB

After

Width:  |  Height:  |  Size: 723 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -684,11 +684,11 @@ const LAYER_BG = {
// 大地、天空按四个时间节点各配一段视频;星空、地下、地心各一段、不随时间变
// 每个世界固定一段背景视频时间线只改色调currentPalette.tint 叠加),不切换视频
const WORLDS = [
{ id:'star', name:'星空', icon:'✦', image:'assets/bg_star.jpg' },
{ id:'sky', name:'天空', icon:'🌤', image:'assets/bg_sky.jpg' },
{ id:'earth', name:'大地', icon:'🌍', image:'assets/bg_earth.jpg', sandbox:true },
{ id:'under', name:'地下', icon:'🕳', image:'assets/bg_under.jpg' },
{ id:'core', name:'地心', icon:'🔥', image:'assets/bg_core.jpg' },
{ id:'star', name:'星空', icon:'✦', image:'assets/bg/bg_star.jpg' },
{ id:'sky', name:'天空', icon:'🌤', image:'assets/bg/bg_sky.jpg' },
{ id:'earth', name:'大地', icon:'🌍', image:'assets/bg/bg_earth.jpg', sandbox:true },
{ id:'under', name:'地下', icon:'🕳', image:'assets/bg/bg_under.jpg' },
{ id:'core', name:'地心', icon:'🔥', image:'assets/bg/bg_core.jpg' },
];