feat: polish jump hop themed runtime assets

This commit is contained in:
2026-06-05 22:55:40 +08:00
parent a215852381
commit cd8088d1fd
22 changed files with 719 additions and 354 deletions

View File

@@ -168,6 +168,7 @@ function buildProfile(
tileAssets: [],
path: null,
coverComposite: null,
backButtonAsset: null,
generationStatus: 'ready',
},
path: null as never,
@@ -199,5 +200,6 @@ function buildProfile(
height: 0,
},
tileAssets: [],
backButtonAsset: null,
};
}