feat/frontend-mainmenu-skeleton #1

Merged
Mateuus merged 25 commits from feat/frontend-mainmenu-skeleton into main 2026-05-19 02:06:48 -03:00
6 changed files with 7 additions and 0 deletions
Showing only changes of commit 98aaac57aa - Show all commits

View File

@@ -206,6 +206,11 @@ Content/
│ ├── UI/ ← HUD, Login, CharacterSelect, Inventory, │ ├── UI/ ← HUD, Login, CharacterSelect, Inventory,
│ │ │ Chat, Party, Guild, Trade, Quest, Map, │ │ │ Chat, Party, Guild, Trade, Quest, Map,
│ │ │ Shared, Icons │ │ │ Shared, Icons
│ │ ├── Shared/ ← WBPs reutilizáveis (UI_Button_Master…)
│ │ ├── Fonts/ ← Font_*/FF_* (Cinzel, Rajdhani)
│ │ ├── CommonUI/Style/ ← estilos CommonUI (espelha o Hyper)
│ │ │ ├── Button/ ← BSB_* (UCommonButtonStyle)
│ │ │ └── Text/ ← BST_* (UCommonTextStyle)
│ │ └── Themes/ ← temas sazonais (data-driven, ver §1.10) │ │ └── Themes/ ← temas sazonais (data-driven, ver §1.10)
│ │ ├── DA_Theme_Default.uasset ← sempre carregado, fallback │ │ ├── DA_Theme_Default.uasset ← sempre carregado, fallback
│ │ ├── DA_Theme_Christmas.uasset │ │ ├── DA_Theme_Christmas.uasset
@@ -323,6 +328,8 @@ não fica em `Data/`.
| `RT_` | Render Target | `RT_MiniMap` | | `RT_` | Render Target | `RT_MiniMap` |
| `Font_` | Font (UFont, Composite) | `Font_Cinzel` | | `Font_` | Font (UFont, Composite) | `Font_Cinzel` |
| `FF_` | Font Face (UFontFace, Inline) | `FF_Cinzel_Bold` | | `FF_` | Font Face (UFontFace, Inline) | `FF_Cinzel_Bold` |
| `BSB_` | Common Button Style (UCommonButtonStyle) | `BSB_Button_Transparent` |
| `BST_` | Common Text Style (UCommonTextStyle) | `BST_Button` |
| `NS_` | Niagara System | `NS_Wolf_Death` | | `NS_` | Niagara System | `NS_Wolf_Death` |
| `NE_` | Niagara Emitter | `NE_Sparks_Small` | | `NE_` | Niagara Emitter | `NE_Sparks_Small` |
| `SC_` | Sound Cue | `SC_Wolf_Growl` | | `SC_` | Sound Cue | `SC_Wolf_Growl` |

Binary file not shown.