feat/frontend-mainmenu-skeleton #1
@@ -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.
Binary file not shown.
BIN
Content/ZMMO/UI/CommonUI/Style/Text/BST_Button.uasset
Normal file
BIN
Content/ZMMO/UI/CommonUI/Style/Text/BST_Button.uasset
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user