Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI Theme #150

Open
pavlicekdominik opened this issue Nov 2, 2023 · 0 comments
Open

UI Theme #150

pavlicekdominik opened this issue Nov 2, 2023 · 0 comments
Assignees
Milestone

Comments

@pavlicekdominik
Copy link
Member

UI Theme

Purpose: The UI Theme defines the global visual style for the game's user interface. It ensures consistency and helps in quickly re-skinning the UI for different sections or for different themes (e.g., seasonal themes).

Class: UUITheme (extends UPrimaryDataAsset)

Properties:

  • ThemeName: FName - A unique identifier for the theme.
  • FontLibrary: UFontLibrary* - A reference to an asset containing various fonts and typefaces used throughout the UI.
  • ColorLibrary: UColorLibrary* - A collection of color definitions for UI elements, possibly categorized by usage (e.g., TextColor, ButtonNormalColor, ButtonHoverColor).
  • TextureLibrary: UTextureLibrary* - Contains textures for UI elements like backgrounds, frames, icons, and other graphical elements.
  • SoundLibrary: USoundLibrary* - Holds a set of UI sound effects, like button clicks, hover sounds, and other interactive audio cues.
@pavlicekdominik pavlicekdominik self-assigned this Nov 2, 2023
@pavlicekdominik pavlicekdominik added this to the 1.0.0.X milestone Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant