@@ -34,10 +34,10 @@ import {
|
||||
type GameState,
|
||||
} from '../../types';
|
||||
import {
|
||||
CUSTOM_WORLD_THEME_ICONS,
|
||||
CHROME_ICONS,
|
||||
getNineSliceStyle,
|
||||
UI_CHROME,
|
||||
WORLD_SELECT_ICONS,
|
||||
} from '../../uiAssets';
|
||||
import { CustomWorldGenerationView } from '../CustomWorldGenerationView';
|
||||
import { CustomWorldResultView } from '../CustomWorldResultView';
|
||||
@@ -187,9 +187,9 @@ export function PreGameSelectionFlow({
|
||||
featurePortrait: leadCharacter?.portrait ?? '',
|
||||
featureIcon:
|
||||
themeMode === 'martial'
|
||||
? WORLD_SELECT_ICONS.wuxia
|
||||
? CUSTOM_WORLD_THEME_ICONS.martial
|
||||
: themeMode === 'arcane'
|
||||
? WORLD_SELECT_ICONS.xianxia
|
||||
? CUSTOM_WORLD_THEME_ICONS.arcane
|
||||
: CHROME_ICONS.refreshOptions,
|
||||
accentLabel: '自定义世界',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user