Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.6.52
    Preparing search index...

    Variable QuickSettingsConst

    QuickSettings: React.FC<QuickSettingsProps> = ...

    QuickSettings - In-game settings overlay for audio controls

    Refactored to use useKoreanTheme for consistent theming:

    • useKoreanTheme hook for centralized color and font management
    • Improved accessibility with ARIA labels and dialog semantics
    • Enhanced form controls with proper ARIA attributes

    Note: Uses standard HTML button elements rather than BaseButton since this is a 2D HTML overlay component, not a Three.js component.

    <QuickSettings
    onClose={() => setShowSettings(false)}
    isMobile={false}
    />