fix(ascension): 메뉴 Asc 엔티티 guid 충돌 해소 (190→195~197)
CharacterSelectHud/OpaqueBackdrop이 menu:190 선점 — AscMinus 미표시 원인 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -2112,7 +2112,7 @@ function upsertUi() {
|
||||
}));
|
||||
// 승천 선택 (P11): [-] 라벨 [+]
|
||||
menu.push(entity({
|
||||
id: guid('menu', 190),
|
||||
id: guid('menu', 195),
|
||||
path: '/ui/DefaultGroup/MainMenu/AscMinus',
|
||||
modelId: 'uibutton',
|
||||
entryId: 'UIButton',
|
||||
@@ -2126,7 +2126,7 @@ function upsertUi() {
|
||||
],
|
||||
}));
|
||||
menu.push(entity({
|
||||
id: guid('menu', 191),
|
||||
id: guid('menu', 196),
|
||||
path: '/ui/DefaultGroup/MainMenu/AscLabel',
|
||||
modelId: 'uitext',
|
||||
entryId: 'UIText',
|
||||
@@ -2139,7 +2139,7 @@ function upsertUi() {
|
||||
],
|
||||
}));
|
||||
menu.push(entity({
|
||||
id: guid('menu', 192),
|
||||
id: guid('menu', 197),
|
||||
path: '/ui/DefaultGroup/MainMenu/AscPlus',
|
||||
modelId: 'uibutton',
|
||||
entryId: 'UIButton',
|
||||
|
||||
@@ -287219,7 +287219,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "0e0000be-0000-4000-8000-00000e0000be",
|
||||
"id": "0e0000c3-0000-4000-8000-00000e0000c3",
|
||||
"path": "/ui/DefaultGroup/MainMenu/AscMinus",
|
||||
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.ButtonComponent,MOD.Core.TextComponent",
|
||||
"jsonString": {
|
||||
@@ -287454,7 +287454,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "0e0000bf-0000-4000-8000-00000e0000bf",
|
||||
"id": "0e0000c4-0000-4000-8000-00000e0000c4",
|
||||
"path": "/ui/DefaultGroup/MainMenu/AscLabel",
|
||||
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent",
|
||||
"jsonString": {
|
||||
@@ -287642,7 +287642,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "0e0000c0-0000-4000-8000-00000e0000c0",
|
||||
"id": "0e0000c5-0000-4000-8000-00000e0000c5",
|
||||
"path": "/ui/DefaultGroup/MainMenu/AscPlus",
|
||||
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.ButtonComponent,MOD.Core.TextComponent",
|
||||
"jsonString": {
|
||||
|
||||
Reference in New Issue
Block a user