interface GameUIConfiguration {
    chatNotifications: "cards" | "pip";
    colorScheme: {
        applications: "" | "dark" | "light";
        interface: "" | "dark" | "light";
    };
    fade: { opacity: number; speed: number };
    fontScale: number;
    uiScale: number;
}

Properties

chatNotifications: "cards" | "pip"
colorScheme: {
    applications: "" | "dark" | "light";
    interface: "" | "dark" | "light";
}
fade: { opacity: number; speed: number }
fontScale: number
uiScale: number