feat(ascension): 승천 시스템 A1~A10 + UserDataStorage 개인 저장 (배포 퀄리티 P11) #46

Merged
gahusb merged 5 commits from feature/p11-ascension into main 2026-06-12 14:25:20 +09:00
2 changed files with 6 additions and 6 deletions
Showing only changes of commit 7aed1943b7 - Show all commits

View File

@@ -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',

View File

@@ -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": {