Approve Shu infantry handpainted sprite v8

This commit is contained in:
2026-07-01 10:40:38 +09:00
parent 7b27d7aa9a
commit 199bc47192
51 changed files with 10323 additions and 1 deletions

View File

@@ -58,6 +58,10 @@ export function unitTextureVariantKeys(baseKey: string) {
return keys.length > 0 ? keys : [baseKey];
}
export function hasUnitSheetAsset(key: string) {
return unitSheetAssetsByKey.has(key);
}
export function loadUnitSheets(scene: Phaser.Scene, keys: Iterable<string>, onReady: () => void) {
const uniqueKeys = Array.from(new Set(keys));
const missingSheets = uniqueKeys