덱창(카드 picker)의 카드가 표시·클릭되지 않던 두 버그를 근본 수정.
표시 버그: 덱뷰 render(RenderAllDeck/RenderClassDeckTabs/RenderDeckInspect)가
비-DefaultGroup(DeckUIGroup) 카드를 직접 e.Enable로 켰는데, 깊게 중첩된
ExecSpace 6 호출이라 .Enable 토글이 스코프 상실로 무효(문서화된 afac34d 버그).
Maker 저작 DeckAllHud 카드는 기본 enable=false라 안 보였음. → SetEntityEnabled
(ExecSpace 2 ClientOnly, 인라인 실행) 경유로 변경(전투 HUD와 동일 패턴).
클릭 버그: Maker 저작 DeckAllHud 카드 120장의 SpriteGUIRendererComponent.
RaycastTarget=false라 클릭 레이를 못 받아 런타임 부착 ButtonComponent에 클릭이
도달 못함(같은 패널 탭/Close는 raycast=true라 정상이던 게 결정적 단서). →
BindButtons 카드 루프에서 RaycastTarget=true 런타임 주입.
README: 디버그 단축키 섹션 추가(Ctrl+Shift+C 카드 picker / Ctrl+Shift+E 에너지).
Maker UI 저작(메이커 편집분 동반): 6개 UIGroup GroupOrder 재배치
(DeckUIGroup 최상단 4→6 등) + DeckUIGroup 카드 그리드 위치 조정(180장).
산출물 재생성: SlayDeckController.codeblock.
검증: cbgap GAP 0, JS 미러 41/41, 인게임 클릭 동작 확인.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
6123 lines
170 KiB
XML
6123 lines
170 KiB
XML
{
|
|
"Id": "",
|
|
"GameId": "",
|
|
"EntryKey": "ui://c1acb2c9-4c16-445f-9f6f-f30f090afd07",
|
|
"ContentType": "x-mod/ui",
|
|
"Content": "",
|
|
"Usage": 0,
|
|
"UsePublish": 1,
|
|
"UseService": 0,
|
|
"CoreVersion": "26.5.0.0",
|
|
"StudioVersion": "0.1.0.0",
|
|
"DynamicLoading": 0,
|
|
"ContentProto": {
|
|
"Use": "Binary",
|
|
"Entities": [
|
|
{
|
|
"id": "c1acb2c9-4c16-445f-9f6f-f30f090afd07",
|
|
"path": "/ui/SelectUIGroup",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.UIGroupComponent,MOD.Core.CanvasGroupComponent",
|
|
"jsonString": {
|
|
"name": "SelectUIGroup",
|
|
"path": "/ui/SelectUIGroup",
|
|
"nameEditable": true,
|
|
"enable": true,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 3,
|
|
"pathConstraints": "//",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "uigroup",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uigroup",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"AlignmentOption": 15,
|
|
"AnchorsMax": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"OffsetMin": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 1920.0,
|
|
"y": 1080.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"Position": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.UIGroupComponent",
|
|
"DefaultShow": false,
|
|
"GroupOrder": 4,
|
|
"GroupType": 2,
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.CanvasGroupComponent",
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e000064-0000-4000-8000-00000e000064",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent",
|
|
"jsonString": {
|
|
"name": "CharacterSelectHud",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud",
|
|
"nameEditable": true,
|
|
"enable": true,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 0,
|
|
"pathConstraints": "///",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UISprite",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uisprite",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": 960.0,
|
|
"y": 540.0001
|
|
},
|
|
"OffsetMin": {
|
|
"x": -960.0,
|
|
"y": -539.9999
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 1920.0,
|
|
"y": 1080.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0001
|
|
},
|
|
"Position": {
|
|
"x": 0.0,
|
|
"y": 0.0001,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": "7629b520ced54d508b040681d06741fb"
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 0.933333337,
|
|
"g": 0.933333337,
|
|
"b": 0.933333337,
|
|
"a": 1.0
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": true,
|
|
"Type": 1,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e0000be-0000-4000-8000-00000e0000be",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud/OpaqueBackdrop",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent",
|
|
"jsonString": {
|
|
"name": "OpaqueBackdrop",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud/OpaqueBackdrop",
|
|
"nameEditable": true,
|
|
"enable": false,
|
|
"visible": false,
|
|
"localize": true,
|
|
"displayOrder": 0,
|
|
"pathConstraints": "////",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UISprite",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uisprite",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": 960.0,
|
|
"y": 540.0
|
|
},
|
|
"OffsetMin": {
|
|
"x": -960.0,
|
|
"y": -540.0
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 1920.0,
|
|
"y": 1080.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"Position": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": "06a8a6c76bf64897aafadf6f4ac30c4c"
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.0
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": false,
|
|
"Type": 1,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e000065-0000-4000-8000-00000e000065",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud/Title",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent",
|
|
"jsonString": {
|
|
"name": "Title",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud/Title",
|
|
"nameEditable": true,
|
|
"enable": true,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 1,
|
|
"pathConstraints": "////",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UIText",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uitext",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": 380.0,
|
|
"y": 391.0
|
|
},
|
|
"OffsetMin": {
|
|
"x": -380.0,
|
|
"y": 319.0
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 760.0,
|
|
"y": 72.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": 0.0,
|
|
"y": 355.0
|
|
},
|
|
"Position": {
|
|
"x": 0.0,
|
|
"y": 355.0,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": ""
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.0
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": false,
|
|
"Type": 1,
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.TextComponent",
|
|
"Alignment": 4,
|
|
"Bold": true,
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"Font": 1,
|
|
"FontColor": {
|
|
"r": 0.94,
|
|
"g": 0.74,
|
|
"b": 0.26,
|
|
"a": 1.0
|
|
},
|
|
"FontSize": 56,
|
|
"IsLocalizationKey": false,
|
|
"MaxSize": 56,
|
|
"MinSize": 8,
|
|
"OutlineColor": {
|
|
"r": 0.08,
|
|
"g": 0.08,
|
|
"b": 0.08,
|
|
"a": 1.0
|
|
},
|
|
"OutlineDistance": {
|
|
"x": 1.0,
|
|
"y": -1.0
|
|
},
|
|
"OutlineWidth": 1.0,
|
|
"Overflow": 0,
|
|
"OverrideSorting": false,
|
|
"Padding": {
|
|
"left": 0,
|
|
"right": 0,
|
|
"top": 0,
|
|
"bottom": 0
|
|
},
|
|
"SizeFit": false,
|
|
"Text": "직업 선택",
|
|
"UseNBSP": false,
|
|
"UseOutLine": true,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e000066-0000-4000-8000-00000e000066",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud/Status",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent",
|
|
"jsonString": {
|
|
"name": "Status",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud/Status",
|
|
"nameEditable": true,
|
|
"enable": true,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 2,
|
|
"pathConstraints": "////",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UIText",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uitext",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": 340.0,
|
|
"y": 320.0
|
|
},
|
|
"OffsetMin": {
|
|
"x": -340.0,
|
|
"y": 276.0
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 680.0,
|
|
"y": 44.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": 0.0,
|
|
"y": 298.0
|
|
},
|
|
"Position": {
|
|
"x": 0.0,
|
|
"y": 298.0,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": ""
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.0
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": false,
|
|
"Type": 1,
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.TextComponent",
|
|
"Alignment": 4,
|
|
"Bold": false,
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"Font": 0,
|
|
"FontColor": {
|
|
"r": 0.86,
|
|
"g": 0.9,
|
|
"b": 0.94,
|
|
"a": 1.0
|
|
},
|
|
"FontSize": 22,
|
|
"MaxSize": 22,
|
|
"MinSize": 8,
|
|
"OutlineColor": {
|
|
"r": 0.08,
|
|
"g": 0.08,
|
|
"b": 0.08,
|
|
"a": 1.0
|
|
},
|
|
"OutlineDistance": {
|
|
"x": 1.0,
|
|
"y": -1.0
|
|
},
|
|
"OutlineWidth": 1.0,
|
|
"Overflow": 0,
|
|
"OverrideSorting": false,
|
|
"Padding": {
|
|
"left": 0,
|
|
"right": 0,
|
|
"top": 0,
|
|
"bottom": 0
|
|
},
|
|
"SizeFit": false,
|
|
"Text": "전사를 선택하고 시작하세요",
|
|
"UseOutLine": true,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e00006e-0000-4000-8000-00000e00006e",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud/WarriorButton",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent",
|
|
"jsonString": {
|
|
"name": "WarriorButton",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud/WarriorButton",
|
|
"nameEditable": true,
|
|
"enable": true,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 3,
|
|
"pathConstraints": "////",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UIButton",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uibutton",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": -220.0,
|
|
"y": 218.0
|
|
},
|
|
"OffsetMin": {
|
|
"x": -620.0,
|
|
"y": -282.0
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 400.0,
|
|
"y": 500.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": -420.0,
|
|
"y": -32.0
|
|
},
|
|
"Position": {
|
|
"x": -420.0,
|
|
"y": -32.0,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": ""
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 0.16,
|
|
"g": 0.2,
|
|
"b": 0.26,
|
|
"a": 0.0
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": true,
|
|
"Type": 1,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e0000c8-0000-4000-8000-00000e0000c8",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud/WarriorButton/Art",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent",
|
|
"jsonString": {
|
|
"name": "Art",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud/WarriorButton/Art",
|
|
"nameEditable": true,
|
|
"enable": true,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 0,
|
|
"pathConstraints": "/////",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UISprite",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uisprite",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": 190.0,
|
|
"y": 240.0
|
|
},
|
|
"OffsetMin": {
|
|
"x": -190.0,
|
|
"y": -240.0
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 380.0,
|
|
"y": 480.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"Position": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": "28c88fdc5ab44f34a8b3fc1e19d4ce78"
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 1.0,
|
|
"g": 1.0,
|
|
"b": 1.0,
|
|
"a": 1.0
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": false,
|
|
"Type": 0,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e0000d2-0000-4000-8000-00000e0000d2",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud/WarriorButton/NameBanner",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent",
|
|
"jsonString": {
|
|
"name": "NameBanner",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud/WarriorButton/NameBanner",
|
|
"nameEditable": true,
|
|
"enable": true,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 1,
|
|
"pathConstraints": "/////",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UISprite",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uisprite",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": 130.8,
|
|
"y": -180.0001
|
|
},
|
|
"OffsetMin": {
|
|
"x": -127.2,
|
|
"y": -240.0001
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 258.0,
|
|
"y": 60.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": 1.8,
|
|
"y": -210.0001
|
|
},
|
|
"Position": {
|
|
"x": 1.8,
|
|
"y": -210.0001,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": ""
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.55
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": false,
|
|
"Type": 1,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e000078-0000-4000-8000-00000e000078",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud/WarriorButton/Name",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent",
|
|
"jsonString": {
|
|
"name": "Name",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud/WarriorButton/Name",
|
|
"nameEditable": true,
|
|
"enable": true,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 2,
|
|
"pathConstraints": "/////",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UIText",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uitext",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": 116.806,
|
|
"y": -183.0002
|
|
},
|
|
"OffsetMin": {
|
|
"x": -113.194,
|
|
"y": -237.0002
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 230.0,
|
|
"y": 54.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": 1.80599976,
|
|
"y": -210.0002
|
|
},
|
|
"Position": {
|
|
"x": 1.80599976,
|
|
"y": -210.0002,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": ""
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.0
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": false,
|
|
"Type": 1,
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.TextComponent",
|
|
"Alignment": 4,
|
|
"Bold": true,
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"Font": 1,
|
|
"FontColor": {
|
|
"r": 0.94,
|
|
"g": 0.74,
|
|
"b": 0.26,
|
|
"a": 1.0
|
|
},
|
|
"FontSize": 34,
|
|
"IsLocalizationKey": true,
|
|
"MaxSize": 34,
|
|
"MinSize": 8,
|
|
"OutlineColor": {
|
|
"r": 0.08,
|
|
"g": 0.08,
|
|
"b": 0.08,
|
|
"a": 1.0
|
|
},
|
|
"OutlineDistance": {
|
|
"x": 1.0,
|
|
"y": -1.0
|
|
},
|
|
"OutlineWidth": 1.0,
|
|
"Overflow": 0,
|
|
"OverrideSorting": false,
|
|
"Padding": {
|
|
"left": 0,
|
|
"right": 0,
|
|
"top": 0,
|
|
"bottom": 0
|
|
},
|
|
"SizeFit": false,
|
|
"Text": "전사",
|
|
"UseOutLine": true,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e00006f-0000-4000-8000-00000e00006f",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud/ThiefButton",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent",
|
|
"jsonString": {
|
|
"name": "ThiefButton",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud/ThiefButton",
|
|
"nameEditable": true,
|
|
"enable": true,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 4,
|
|
"pathConstraints": "////",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UIButton",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uibutton",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": 230.0,
|
|
"y": 218.0
|
|
},
|
|
"OffsetMin": {
|
|
"x": -170.0,
|
|
"y": -282.0
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 400.0,
|
|
"y": 500.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": 30.0,
|
|
"y": -32.0
|
|
},
|
|
"Position": {
|
|
"x": 30.0,
|
|
"y": -32.0,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": ""
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 0.16,
|
|
"g": 0.2,
|
|
"b": 0.26,
|
|
"a": 0.0
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": true,
|
|
"Type": 1,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e0000c9-0000-4000-8000-00000e0000c9",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud/ThiefButton/Art",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent",
|
|
"jsonString": {
|
|
"name": "Art",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud/ThiefButton/Art",
|
|
"nameEditable": true,
|
|
"enable": true,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 0,
|
|
"pathConstraints": "/////",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UISprite",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uisprite",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": 190.0,
|
|
"y": 240.0
|
|
},
|
|
"OffsetMin": {
|
|
"x": -190.0,
|
|
"y": -240.0
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 380.0,
|
|
"y": 480.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"Position": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": "efa920e58d31426486ef974106e7dc8b"
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 1.0,
|
|
"g": 1.0,
|
|
"b": 1.0,
|
|
"a": 1.0
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": false,
|
|
"Type": 0,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e0000d3-0000-4000-8000-00000e0000d3",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud/ThiefButton/NameBanner",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent",
|
|
"jsonString": {
|
|
"name": "NameBanner",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud/ThiefButton/NameBanner",
|
|
"nameEditable": true,
|
|
"enable": true,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 1,
|
|
"pathConstraints": "/////",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UISprite",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uisprite",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": 129.0,
|
|
"y": -180.0
|
|
},
|
|
"OffsetMin": {
|
|
"x": -129.0,
|
|
"y": -240.0
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 258.0,
|
|
"y": 60.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": 0.0,
|
|
"y": -210.0
|
|
},
|
|
"Position": {
|
|
"x": 0.0,
|
|
"y": -210.0,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": ""
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.55
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": false,
|
|
"Type": 1,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e000079-0000-4000-8000-00000e000079",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud/ThiefButton/Name",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent",
|
|
"jsonString": {
|
|
"name": "Name",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud/ThiefButton/Name",
|
|
"nameEditable": true,
|
|
"enable": true,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 2,
|
|
"pathConstraints": "/////",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UIText",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uitext",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": 115.0,
|
|
"y": -183.0
|
|
},
|
|
"OffsetMin": {
|
|
"x": -115.0,
|
|
"y": -237.0
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 230.0,
|
|
"y": 54.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": 0.0,
|
|
"y": -210.0
|
|
},
|
|
"Position": {
|
|
"x": 0.0,
|
|
"y": -210.0,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": ""
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.0
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": false,
|
|
"Type": 1,
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.TextComponent",
|
|
"Alignment": 4,
|
|
"Bold": true,
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"Font": 1,
|
|
"FontColor": {
|
|
"r": 0.94,
|
|
"g": 0.74,
|
|
"b": 0.26,
|
|
"a": 1.0
|
|
},
|
|
"FontSize": 34,
|
|
"MaxSize": 34,
|
|
"MinSize": 8,
|
|
"OutlineColor": {
|
|
"r": 0.08,
|
|
"g": 0.08,
|
|
"b": 0.08,
|
|
"a": 1.0
|
|
},
|
|
"OutlineDistance": {
|
|
"x": 1.0,
|
|
"y": -1.0
|
|
},
|
|
"OutlineWidth": 1.0,
|
|
"Overflow": 0,
|
|
"OverrideSorting": false,
|
|
"Padding": {
|
|
"left": 0,
|
|
"right": 0,
|
|
"top": 0,
|
|
"bottom": 0
|
|
},
|
|
"SizeFit": false,
|
|
"Text": "도적",
|
|
"UseOutLine": true,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e000070-0000-4000-8000-00000e000070",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud/MageButton",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent",
|
|
"jsonString": {
|
|
"name": "MageButton",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud/MageButton",
|
|
"nameEditable": true,
|
|
"enable": true,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 5,
|
|
"pathConstraints": "////",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UIButton",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uibutton",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": 680.0,
|
|
"y": 218.0
|
|
},
|
|
"OffsetMin": {
|
|
"x": 280.0,
|
|
"y": -282.0
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 400.0,
|
|
"y": 500.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": 480.0,
|
|
"y": -32.0
|
|
},
|
|
"Position": {
|
|
"x": 480.0,
|
|
"y": -32.0,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": ""
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 0.16,
|
|
"g": 0.2,
|
|
"b": 0.26,
|
|
"a": 0.0
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": true,
|
|
"Type": 1,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e0000ca-0000-4000-8000-00000e0000ca",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud/MageButton/Art",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent",
|
|
"jsonString": {
|
|
"name": "Art",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud/MageButton/Art",
|
|
"nameEditable": true,
|
|
"enable": true,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 0,
|
|
"pathConstraints": "/////",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UISprite",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uisprite",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": 190.0,
|
|
"y": 240.0
|
|
},
|
|
"OffsetMin": {
|
|
"x": -190.0,
|
|
"y": -240.0
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 380.0,
|
|
"y": 480.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"Position": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": "3b9ea1f066a744bb859df47fef817277"
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 1.0,
|
|
"g": 1.0,
|
|
"b": 1.0,
|
|
"a": 1.0
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": false,
|
|
"Type": 0,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e0000d4-0000-4000-8000-00000e0000d4",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud/MageButton/NameBanner",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent",
|
|
"jsonString": {
|
|
"name": "NameBanner",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud/MageButton/NameBanner",
|
|
"nameEditable": true,
|
|
"enable": true,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 1,
|
|
"pathConstraints": "/////",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UISprite",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uisprite",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": 129.0,
|
|
"y": -180.0
|
|
},
|
|
"OffsetMin": {
|
|
"x": -129.0,
|
|
"y": -240.0
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 258.0,
|
|
"y": 60.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": 0.0,
|
|
"y": -210.0
|
|
},
|
|
"Position": {
|
|
"x": 0.0,
|
|
"y": -210.0,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": ""
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.55
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": false,
|
|
"Type": 1,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e00007a-0000-4000-8000-00000e00007a",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud/MageButton/Name",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent",
|
|
"jsonString": {
|
|
"name": "Name",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud/MageButton/Name",
|
|
"nameEditable": true,
|
|
"enable": true,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 2,
|
|
"pathConstraints": "/////",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UIText",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uitext",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": 115.0,
|
|
"y": -183.0
|
|
},
|
|
"OffsetMin": {
|
|
"x": -115.0,
|
|
"y": -237.0
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 230.0,
|
|
"y": 54.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": 0.0,
|
|
"y": -210.0
|
|
},
|
|
"Position": {
|
|
"x": 0.0,
|
|
"y": -210.0,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": ""
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.0
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": false,
|
|
"Type": 1,
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.TextComponent",
|
|
"Alignment": 4,
|
|
"Bold": true,
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"Font": 1,
|
|
"FontColor": {
|
|
"r": 0.94,
|
|
"g": 0.74,
|
|
"b": 0.26,
|
|
"a": 1.0
|
|
},
|
|
"FontSize": 34,
|
|
"MaxSize": 34,
|
|
"MinSize": 8,
|
|
"OutlineColor": {
|
|
"r": 0.08,
|
|
"g": 0.08,
|
|
"b": 0.08,
|
|
"a": 1.0
|
|
},
|
|
"OutlineDistance": {
|
|
"x": 1.0,
|
|
"y": -1.0
|
|
},
|
|
"OutlineWidth": 1.0,
|
|
"Overflow": 0,
|
|
"OverrideSorting": false,
|
|
"Padding": {
|
|
"left": 0,
|
|
"right": 0,
|
|
"top": 0,
|
|
"bottom": 0
|
|
},
|
|
"SizeFit": false,
|
|
"Text": "마법사",
|
|
"UseOutLine": true,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e0000b4-0000-4000-8000-00000e0000b4",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud/StartButton",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent",
|
|
"jsonString": {
|
|
"name": "StartButton",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud/StartButton",
|
|
"nameEditable": true,
|
|
"enable": true,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 6,
|
|
"pathConstraints": "////",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UIButton",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uibutton",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": 830.0,
|
|
"y": -326.0
|
|
},
|
|
"OffsetMin": {
|
|
"x": 610.0,
|
|
"y": -394.0
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 220.0,
|
|
"y": 68.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": 720.0,
|
|
"y": -360.0
|
|
},
|
|
"Position": {
|
|
"x": 720.0,
|
|
"y": -360.0,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": ""
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 0.15,
|
|
"g": 0.2,
|
|
"b": 0.26,
|
|
"a": 0.7
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": true,
|
|
"Type": 1,
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.TextComponent",
|
|
"Alignment": 4,
|
|
"Bold": true,
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"EnableProfanityFilter": false,
|
|
"Font": 1,
|
|
"FontColor": {
|
|
"r": 0.94,
|
|
"g": 0.74,
|
|
"b": 0.26,
|
|
"a": 1.0
|
|
},
|
|
"FontSize": 40,
|
|
"MaxSize": 40,
|
|
"MinSize": 8,
|
|
"OutlineColor": {
|
|
"r": 0.08,
|
|
"g": 0.08,
|
|
"b": 0.08,
|
|
"a": 1.0
|
|
},
|
|
"OutlineDistance": {
|
|
"x": 1.0,
|
|
"y": -1.0
|
|
},
|
|
"OutlineWidth": 1.0,
|
|
"Overflow": 0,
|
|
"OverrideSorting": false,
|
|
"Padding": {
|
|
"left": 0,
|
|
"right": 0,
|
|
"top": 0,
|
|
"bottom": 0
|
|
},
|
|
"SizeFit": false,
|
|
"Text": "시작",
|
|
"UseOutLine": true,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e0000e6-0000-4000-8000-00000e0000e6",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud/BackButton",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent",
|
|
"jsonString": {
|
|
"name": "BackButton",
|
|
"path": "/ui/SelectUIGroup/CharacterSelectHud/BackButton",
|
|
"nameEditable": true,
|
|
"enable": true,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 7,
|
|
"pathConstraints": "////",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UIButton",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uibutton",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": -710.0,
|
|
"y": 458.0
|
|
},
|
|
"OffsetMin": {
|
|
"x": -890.0,
|
|
"y": 402.0
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 180.0,
|
|
"y": 56.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": -800.0,
|
|
"y": 430.0
|
|
},
|
|
"Position": {
|
|
"x": -800.0,
|
|
"y": 430.0,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": ""
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 0.15,
|
|
"g": 0.2,
|
|
"b": 0.26,
|
|
"a": 0.7
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": true,
|
|
"Type": 1,
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.TextComponent",
|
|
"Alignment": 4,
|
|
"Bold": true,
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"Font": 1,
|
|
"FontColor": {
|
|
"r": 0.94,
|
|
"g": 0.74,
|
|
"b": 0.26,
|
|
"a": 1.0
|
|
},
|
|
"FontSize": 30,
|
|
"MaxSize": 30,
|
|
"MinSize": 8,
|
|
"OutlineColor": {
|
|
"r": 0.08,
|
|
"g": 0.08,
|
|
"b": 0.08,
|
|
"a": 1.0
|
|
},
|
|
"OutlineDistance": {
|
|
"x": 1.0,
|
|
"y": -1.0
|
|
},
|
|
"OutlineWidth": 1.0,
|
|
"Overflow": 0,
|
|
"OverrideSorting": false,
|
|
"Padding": {
|
|
"left": 0,
|
|
"right": 0,
|
|
"top": 0,
|
|
"bottom": 0
|
|
},
|
|
"SizeFit": false,
|
|
"Text": "← 뒤로",
|
|
"UseOutLine": true,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e40000a-0000-4000-8000-00000e40000a",
|
|
"path": "/ui/SelectUIGroup/JobSelectHud",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent",
|
|
"jsonString": {
|
|
"name": "JobSelectHud",
|
|
"path": "/ui/SelectUIGroup/JobSelectHud",
|
|
"nameEditable": true,
|
|
"enable": false,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 1,
|
|
"pathConstraints": "///",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UISprite",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uisprite",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": 960.0,
|
|
"y": 540.0
|
|
},
|
|
"OffsetMin": {
|
|
"x": -960.0,
|
|
"y": -540.0
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 1920.0,
|
|
"y": 1080.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"Position": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": ""
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 0.05,
|
|
"g": 0.06,
|
|
"b": 0.09,
|
|
"a": 0.94
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": true,
|
|
"Type": 1,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e40000b-0000-4000-8000-00000e40000b",
|
|
"path": "/ui/SelectUIGroup/JobSelectHud/Title",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent",
|
|
"jsonString": {
|
|
"name": "Title",
|
|
"path": "/ui/SelectUIGroup/JobSelectHud/Title",
|
|
"nameEditable": true,
|
|
"enable": true,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 0,
|
|
"pathConstraints": "////",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UIText",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uitext",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": 400.0,
|
|
"y": 330.0
|
|
},
|
|
"OffsetMin": {
|
|
"x": -400.0,
|
|
"y": 270.0
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 800.0,
|
|
"y": 60.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": 0.0,
|
|
"y": 300.0
|
|
},
|
|
"Position": {
|
|
"x": 0.0,
|
|
"y": 300.0,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": ""
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.0
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": false,
|
|
"Type": 1,
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.TextComponent",
|
|
"Alignment": 4,
|
|
"Bold": true,
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"Font": 0,
|
|
"FontColor": {
|
|
"r": 0.94,
|
|
"g": 0.74,
|
|
"b": 0.26,
|
|
"a": 1.0
|
|
},
|
|
"FontSize": 36,
|
|
"MaxSize": 36,
|
|
"MinSize": 8,
|
|
"OutlineColor": {
|
|
"r": 0.08,
|
|
"g": 0.08,
|
|
"b": 0.08,
|
|
"a": 1.0
|
|
},
|
|
"OutlineDistance": {
|
|
"x": 1.0,
|
|
"y": -1.0
|
|
},
|
|
"OutlineWidth": 1.0,
|
|
"Overflow": 0,
|
|
"OverrideSorting": false,
|
|
"Padding": {
|
|
"left": 0,
|
|
"right": 0,
|
|
"top": 0,
|
|
"bottom": 0
|
|
},
|
|
"SizeFit": false,
|
|
"Text": "2차 전직 — 직업을 선택하세요",
|
|
"UseOutLine": true,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e40000c-0000-4000-8000-00000e40000c",
|
|
"path": "/ui/SelectUIGroup/JobSelectHud/Job_slot1",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent",
|
|
"jsonString": {
|
|
"name": "Job_slot1",
|
|
"path": "/ui/SelectUIGroup/JobSelectHud/Job_slot1",
|
|
"nameEditable": true,
|
|
"enable": true,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 1,
|
|
"pathConstraints": "////",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UIButton",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uibutton",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": -250.0,
|
|
"y": 190.0
|
|
},
|
|
"OffsetMin": {
|
|
"x": -630.0,
|
|
"y": -230.0
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 380.0,
|
|
"y": 420.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": -440.0,
|
|
"y": -20.0
|
|
},
|
|
"Position": {
|
|
"x": -440.0,
|
|
"y": -20.0,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": ""
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 0.82,
|
|
"g": 0.4,
|
|
"b": 0.34,
|
|
"a": 1.0
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": true,
|
|
"Type": 1,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e40000d-0000-4000-8000-00000e40000d",
|
|
"path": "/ui/SelectUIGroup/JobSelectHud/Job_slot1/Name",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent",
|
|
"jsonString": {
|
|
"name": "Name",
|
|
"path": "/ui/SelectUIGroup/JobSelectHud/Job_slot1/Name",
|
|
"nameEditable": true,
|
|
"enable": true,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 0,
|
|
"pathConstraints": "/////",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UIText",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uitext",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": 180.0,
|
|
"y": 175.0
|
|
},
|
|
"OffsetMin": {
|
|
"x": -180.0,
|
|
"y": 125.0
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 360.0,
|
|
"y": 50.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": 0.0,
|
|
"y": 150.0
|
|
},
|
|
"Position": {
|
|
"x": 0.0,
|
|
"y": 150.0,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": ""
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.0
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": false,
|
|
"Type": 1,
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.TextComponent",
|
|
"Alignment": 4,
|
|
"Bold": true,
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"Font": 0,
|
|
"FontColor": {
|
|
"r": 1.0,
|
|
"g": 1.0,
|
|
"b": 1.0,
|
|
"a": 1.0
|
|
},
|
|
"FontSize": 34,
|
|
"MaxSize": 34,
|
|
"MinSize": 8,
|
|
"OutlineColor": {
|
|
"r": 0.08,
|
|
"g": 0.08,
|
|
"b": 0.08,
|
|
"a": 1.0
|
|
},
|
|
"OutlineDistance": {
|
|
"x": 1.0,
|
|
"y": -1.0
|
|
},
|
|
"OutlineWidth": 1.0,
|
|
"Overflow": 0,
|
|
"OverrideSorting": false,
|
|
"Padding": {
|
|
"left": 0,
|
|
"right": 0,
|
|
"top": 0,
|
|
"bottom": 0
|
|
},
|
|
"SizeFit": false,
|
|
"Text": "",
|
|
"UseOutLine": true,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e40000e-0000-4000-8000-00000e40000e",
|
|
"path": "/ui/SelectUIGroup/JobSelectHud/Job_slot1/Desc",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent",
|
|
"jsonString": {
|
|
"name": "Desc",
|
|
"path": "/ui/SelectUIGroup/JobSelectHud/Job_slot1/Desc",
|
|
"nameEditable": true,
|
|
"enable": true,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 1,
|
|
"pathConstraints": "/////",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UIText",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uitext",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": 170.0,
|
|
"y": 80.0
|
|
},
|
|
"OffsetMin": {
|
|
"x": -170.0,
|
|
"y": -80.0
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 340.0,
|
|
"y": 160.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"Position": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": ""
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.0
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": false,
|
|
"Type": 1,
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.TextComponent",
|
|
"Alignment": 4,
|
|
"Bold": false,
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"Font": 0,
|
|
"FontColor": {
|
|
"r": 0.95,
|
|
"g": 0.95,
|
|
"b": 0.97,
|
|
"a": 1.0
|
|
},
|
|
"FontSize": 22,
|
|
"MaxSize": 22,
|
|
"MinSize": 8,
|
|
"OutlineColor": {
|
|
"r": 0.08,
|
|
"g": 0.08,
|
|
"b": 0.08,
|
|
"a": 1.0
|
|
},
|
|
"OutlineDistance": {
|
|
"x": 1.0,
|
|
"y": -1.0
|
|
},
|
|
"OutlineWidth": 1.0,
|
|
"Overflow": 0,
|
|
"OverrideSorting": false,
|
|
"Padding": {
|
|
"left": 0,
|
|
"right": 0,
|
|
"top": 0,
|
|
"bottom": 0
|
|
},
|
|
"SizeFit": false,
|
|
"Text": "",
|
|
"UseOutLine": true,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e40000f-0000-4000-8000-00000e40000f",
|
|
"path": "/ui/SelectUIGroup/JobSelectHud/Job_slot1/Starter",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent",
|
|
"jsonString": {
|
|
"name": "Starter",
|
|
"path": "/ui/SelectUIGroup/JobSelectHud/Job_slot1/Starter",
|
|
"nameEditable": true,
|
|
"enable": true,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 2,
|
|
"pathConstraints": "/////",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UIText",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uitext",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": 170.0,
|
|
"y": -144.0
|
|
},
|
|
"OffsetMin": {
|
|
"x": -170.0,
|
|
"y": -176.0
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 340.0,
|
|
"y": 32.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": 0.0,
|
|
"y": -160.0
|
|
},
|
|
"Position": {
|
|
"x": 0.0,
|
|
"y": -160.0,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": ""
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.0
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": false,
|
|
"Type": 1,
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.TextComponent",
|
|
"Alignment": 4,
|
|
"Bold": true,
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"Font": 0,
|
|
"FontColor": {
|
|
"r": 0.94,
|
|
"g": 0.74,
|
|
"b": 0.26,
|
|
"a": 1.0
|
|
},
|
|
"FontSize": 18,
|
|
"MaxSize": 18,
|
|
"MinSize": 8,
|
|
"OutlineColor": {
|
|
"r": 0.08,
|
|
"g": 0.08,
|
|
"b": 0.08,
|
|
"a": 1.0
|
|
},
|
|
"OutlineDistance": {
|
|
"x": 1.0,
|
|
"y": -1.0
|
|
},
|
|
"OutlineWidth": 1.0,
|
|
"Overflow": 0,
|
|
"OverrideSorting": false,
|
|
"Padding": {
|
|
"left": 0,
|
|
"right": 0,
|
|
"top": 0,
|
|
"bottom": 0
|
|
},
|
|
"SizeFit": false,
|
|
"Text": "",
|
|
"UseOutLine": true,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e400010-0000-4000-8000-00000e400010",
|
|
"path": "/ui/SelectUIGroup/JobSelectHud/Job_slot2",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent",
|
|
"jsonString": {
|
|
"name": "Job_slot2",
|
|
"path": "/ui/SelectUIGroup/JobSelectHud/Job_slot2",
|
|
"nameEditable": true,
|
|
"enable": true,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 2,
|
|
"pathConstraints": "////",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UIButton",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uibutton",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": 190.0,
|
|
"y": 190.0
|
|
},
|
|
"OffsetMin": {
|
|
"x": -190.0,
|
|
"y": -230.0
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 380.0,
|
|
"y": 420.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": 0.0,
|
|
"y": -20.0
|
|
},
|
|
"Position": {
|
|
"x": 0.0,
|
|
"y": -20.0,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": ""
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 0.4,
|
|
"g": 0.55,
|
|
"b": 0.85,
|
|
"a": 1.0
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": true,
|
|
"Type": 1,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e400011-0000-4000-8000-00000e400011",
|
|
"path": "/ui/SelectUIGroup/JobSelectHud/Job_slot2/Name",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent",
|
|
"jsonString": {
|
|
"name": "Name",
|
|
"path": "/ui/SelectUIGroup/JobSelectHud/Job_slot2/Name",
|
|
"nameEditable": true,
|
|
"enable": true,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 0,
|
|
"pathConstraints": "/////",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UIText",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uitext",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": 180.0,
|
|
"y": 175.0
|
|
},
|
|
"OffsetMin": {
|
|
"x": -180.0,
|
|
"y": 125.0
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 360.0,
|
|
"y": 50.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": 0.0,
|
|
"y": 150.0
|
|
},
|
|
"Position": {
|
|
"x": 0.0,
|
|
"y": 150.0,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": ""
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.0
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": false,
|
|
"Type": 1,
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.TextComponent",
|
|
"Alignment": 4,
|
|
"Bold": true,
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"Font": 0,
|
|
"FontColor": {
|
|
"r": 1.0,
|
|
"g": 1.0,
|
|
"b": 1.0,
|
|
"a": 1.0
|
|
},
|
|
"FontSize": 34,
|
|
"MaxSize": 34,
|
|
"MinSize": 8,
|
|
"OutlineColor": {
|
|
"r": 0.08,
|
|
"g": 0.08,
|
|
"b": 0.08,
|
|
"a": 1.0
|
|
},
|
|
"OutlineDistance": {
|
|
"x": 1.0,
|
|
"y": -1.0
|
|
},
|
|
"OutlineWidth": 1.0,
|
|
"Overflow": 0,
|
|
"OverrideSorting": false,
|
|
"Padding": {
|
|
"left": 0,
|
|
"right": 0,
|
|
"top": 0,
|
|
"bottom": 0
|
|
},
|
|
"SizeFit": false,
|
|
"Text": "",
|
|
"UseOutLine": true,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e400012-0000-4000-8000-00000e400012",
|
|
"path": "/ui/SelectUIGroup/JobSelectHud/Job_slot2/Desc",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent",
|
|
"jsonString": {
|
|
"name": "Desc",
|
|
"path": "/ui/SelectUIGroup/JobSelectHud/Job_slot2/Desc",
|
|
"nameEditable": true,
|
|
"enable": true,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 1,
|
|
"pathConstraints": "/////",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UIText",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uitext",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": 170.0,
|
|
"y": 80.0
|
|
},
|
|
"OffsetMin": {
|
|
"x": -170.0,
|
|
"y": -80.0
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 340.0,
|
|
"y": 160.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"Position": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": ""
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.0
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": false,
|
|
"Type": 1,
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.TextComponent",
|
|
"Alignment": 4,
|
|
"Bold": false,
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"Font": 0,
|
|
"FontColor": {
|
|
"r": 0.95,
|
|
"g": 0.95,
|
|
"b": 0.97,
|
|
"a": 1.0
|
|
},
|
|
"FontSize": 22,
|
|
"MaxSize": 22,
|
|
"MinSize": 8,
|
|
"OutlineColor": {
|
|
"r": 0.08,
|
|
"g": 0.08,
|
|
"b": 0.08,
|
|
"a": 1.0
|
|
},
|
|
"OutlineDistance": {
|
|
"x": 1.0,
|
|
"y": -1.0
|
|
},
|
|
"OutlineWidth": 1.0,
|
|
"Overflow": 0,
|
|
"OverrideSorting": false,
|
|
"Padding": {
|
|
"left": 0,
|
|
"right": 0,
|
|
"top": 0,
|
|
"bottom": 0
|
|
},
|
|
"SizeFit": false,
|
|
"Text": "",
|
|
"UseOutLine": true,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e400013-0000-4000-8000-00000e400013",
|
|
"path": "/ui/SelectUIGroup/JobSelectHud/Job_slot2/Starter",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent",
|
|
"jsonString": {
|
|
"name": "Starter",
|
|
"path": "/ui/SelectUIGroup/JobSelectHud/Job_slot2/Starter",
|
|
"nameEditable": true,
|
|
"enable": true,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 2,
|
|
"pathConstraints": "/////",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UIText",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uitext",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": 170.0,
|
|
"y": -144.0
|
|
},
|
|
"OffsetMin": {
|
|
"x": -170.0,
|
|
"y": -176.0
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 340.0,
|
|
"y": 32.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": 0.0,
|
|
"y": -160.0
|
|
},
|
|
"Position": {
|
|
"x": 0.0,
|
|
"y": -160.0,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": ""
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.0
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": false,
|
|
"Type": 1,
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.TextComponent",
|
|
"Alignment": 4,
|
|
"Bold": true,
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"Font": 0,
|
|
"FontColor": {
|
|
"r": 0.94,
|
|
"g": 0.74,
|
|
"b": 0.26,
|
|
"a": 1.0
|
|
},
|
|
"FontSize": 18,
|
|
"MaxSize": 18,
|
|
"MinSize": 8,
|
|
"OutlineColor": {
|
|
"r": 0.08,
|
|
"g": 0.08,
|
|
"b": 0.08,
|
|
"a": 1.0
|
|
},
|
|
"OutlineDistance": {
|
|
"x": 1.0,
|
|
"y": -1.0
|
|
},
|
|
"OutlineWidth": 1.0,
|
|
"Overflow": 0,
|
|
"OverrideSorting": false,
|
|
"Padding": {
|
|
"left": 0,
|
|
"right": 0,
|
|
"top": 0,
|
|
"bottom": 0
|
|
},
|
|
"SizeFit": false,
|
|
"Text": "",
|
|
"UseOutLine": true,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e400014-0000-4000-8000-00000e400014",
|
|
"path": "/ui/SelectUIGroup/JobSelectHud/Job_slot3",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent",
|
|
"jsonString": {
|
|
"name": "Job_slot3",
|
|
"path": "/ui/SelectUIGroup/JobSelectHud/Job_slot3",
|
|
"nameEditable": true,
|
|
"enable": true,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 3,
|
|
"pathConstraints": "////",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UIButton",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uibutton",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": 630.0,
|
|
"y": 190.0
|
|
},
|
|
"OffsetMin": {
|
|
"x": 250.0,
|
|
"y": -230.0
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 380.0,
|
|
"y": 420.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": 440.0,
|
|
"y": -20.0
|
|
},
|
|
"Position": {
|
|
"x": 440.0,
|
|
"y": -20.0,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": ""
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 0.42,
|
|
"g": 0.72,
|
|
"b": 0.46,
|
|
"a": 1.0
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": true,
|
|
"Type": 1,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e400015-0000-4000-8000-00000e400015",
|
|
"path": "/ui/SelectUIGroup/JobSelectHud/Job_slot3/Name",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent",
|
|
"jsonString": {
|
|
"name": "Name",
|
|
"path": "/ui/SelectUIGroup/JobSelectHud/Job_slot3/Name",
|
|
"nameEditable": true,
|
|
"enable": true,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 0,
|
|
"pathConstraints": "/////",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UIText",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uitext",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": 180.0,
|
|
"y": 175.0
|
|
},
|
|
"OffsetMin": {
|
|
"x": -180.0,
|
|
"y": 125.0
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 360.0,
|
|
"y": 50.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": 0.0,
|
|
"y": 150.0
|
|
},
|
|
"Position": {
|
|
"x": 0.0,
|
|
"y": 150.0,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": ""
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.0
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": false,
|
|
"Type": 1,
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.TextComponent",
|
|
"Alignment": 4,
|
|
"Bold": true,
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"Font": 0,
|
|
"FontColor": {
|
|
"r": 1.0,
|
|
"g": 1.0,
|
|
"b": 1.0,
|
|
"a": 1.0
|
|
},
|
|
"FontSize": 34,
|
|
"MaxSize": 34,
|
|
"MinSize": 8,
|
|
"OutlineColor": {
|
|
"r": 0.08,
|
|
"g": 0.08,
|
|
"b": 0.08,
|
|
"a": 1.0
|
|
},
|
|
"OutlineDistance": {
|
|
"x": 1.0,
|
|
"y": -1.0
|
|
},
|
|
"OutlineWidth": 1.0,
|
|
"Overflow": 0,
|
|
"OverrideSorting": false,
|
|
"Padding": {
|
|
"left": 0,
|
|
"right": 0,
|
|
"top": 0,
|
|
"bottom": 0
|
|
},
|
|
"SizeFit": false,
|
|
"Text": "",
|
|
"UseOutLine": true,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e400016-0000-4000-8000-00000e400016",
|
|
"path": "/ui/SelectUIGroup/JobSelectHud/Job_slot3/Desc",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent",
|
|
"jsonString": {
|
|
"name": "Desc",
|
|
"path": "/ui/SelectUIGroup/JobSelectHud/Job_slot3/Desc",
|
|
"nameEditable": true,
|
|
"enable": true,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 1,
|
|
"pathConstraints": "/////",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UIText",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uitext",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": 170.0,
|
|
"y": 80.0
|
|
},
|
|
"OffsetMin": {
|
|
"x": -170.0,
|
|
"y": -80.0
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 340.0,
|
|
"y": 160.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"Position": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": ""
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.0
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": false,
|
|
"Type": 1,
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.TextComponent",
|
|
"Alignment": 4,
|
|
"Bold": false,
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"Font": 0,
|
|
"FontColor": {
|
|
"r": 0.95,
|
|
"g": 0.95,
|
|
"b": 0.97,
|
|
"a": 1.0
|
|
},
|
|
"FontSize": 22,
|
|
"MaxSize": 22,
|
|
"MinSize": 8,
|
|
"OutlineColor": {
|
|
"r": 0.08,
|
|
"g": 0.08,
|
|
"b": 0.08,
|
|
"a": 1.0
|
|
},
|
|
"OutlineDistance": {
|
|
"x": 1.0,
|
|
"y": -1.0
|
|
},
|
|
"OutlineWidth": 1.0,
|
|
"Overflow": 0,
|
|
"OverrideSorting": false,
|
|
"Padding": {
|
|
"left": 0,
|
|
"right": 0,
|
|
"top": 0,
|
|
"bottom": 0
|
|
},
|
|
"SizeFit": false,
|
|
"Text": "",
|
|
"UseOutLine": true,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e400017-0000-4000-8000-00000e400017",
|
|
"path": "/ui/SelectUIGroup/JobSelectHud/Job_slot3/Starter",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent",
|
|
"jsonString": {
|
|
"name": "Starter",
|
|
"path": "/ui/SelectUIGroup/JobSelectHud/Job_slot3/Starter",
|
|
"nameEditable": true,
|
|
"enable": true,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 2,
|
|
"pathConstraints": "/////",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UIText",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uitext",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": 170.0,
|
|
"y": -144.0
|
|
},
|
|
"OffsetMin": {
|
|
"x": -170.0,
|
|
"y": -176.0
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 340.0,
|
|
"y": 32.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": 0.0,
|
|
"y": -160.0
|
|
},
|
|
"Position": {
|
|
"x": 0.0,
|
|
"y": -160.0,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": ""
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.0
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": false,
|
|
"Type": 1,
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.TextComponent",
|
|
"Alignment": 4,
|
|
"Bold": true,
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"Font": 0,
|
|
"FontColor": {
|
|
"r": 0.94,
|
|
"g": 0.74,
|
|
"b": 0.26,
|
|
"a": 1.0
|
|
},
|
|
"FontSize": 18,
|
|
"MaxSize": 18,
|
|
"MinSize": 8,
|
|
"OutlineColor": {
|
|
"r": 0.08,
|
|
"g": 0.08,
|
|
"b": 0.08,
|
|
"a": 1.0
|
|
},
|
|
"OutlineDistance": {
|
|
"x": 1.0,
|
|
"y": -1.0
|
|
},
|
|
"OutlineWidth": 1.0,
|
|
"Overflow": 0,
|
|
"OverrideSorting": false,
|
|
"Padding": {
|
|
"left": 0,
|
|
"right": 0,
|
|
"top": 0,
|
|
"bottom": 0
|
|
},
|
|
"SizeFit": false,
|
|
"Text": "",
|
|
"UseOutLine": true,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e400000-0000-4000-8000-00000e400000",
|
|
"path": "/ui/SelectUIGroup/JobChoiceHud",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent",
|
|
"jsonString": {
|
|
"name": "JobChoiceHud",
|
|
"path": "/ui/SelectUIGroup/JobChoiceHud",
|
|
"nameEditable": true,
|
|
"enable": false,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 2,
|
|
"pathConstraints": "///",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UISprite",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uisprite",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": 960.0,
|
|
"y": 540.0
|
|
},
|
|
"OffsetMin": {
|
|
"x": -960.0,
|
|
"y": -540.0
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 1920.0,
|
|
"y": 1080.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"Position": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": ""
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 0.05,
|
|
"g": 0.06,
|
|
"b": 0.09,
|
|
"a": 0.92
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": true,
|
|
"Type": 1,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e400001-0000-4000-8000-00000e400001",
|
|
"path": "/ui/SelectUIGroup/JobChoiceHud/Title",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent",
|
|
"jsonString": {
|
|
"name": "Title",
|
|
"path": "/ui/SelectUIGroup/JobChoiceHud/Title",
|
|
"nameEditable": true,
|
|
"enable": true,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 0,
|
|
"pathConstraints": "////",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UIText",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uitext",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": 400.0,
|
|
"y": 250.0
|
|
},
|
|
"OffsetMin": {
|
|
"x": -400.0,
|
|
"y": 190.0
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 800.0,
|
|
"y": 60.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": 0.0,
|
|
"y": 220.0
|
|
},
|
|
"Position": {
|
|
"x": 0.0,
|
|
"y": 220.0,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": ""
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.0
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": false,
|
|
"Type": 1,
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.TextComponent",
|
|
"Alignment": 4,
|
|
"Bold": true,
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"Font": 0,
|
|
"FontColor": {
|
|
"r": 0.94,
|
|
"g": 0.74,
|
|
"b": 0.26,
|
|
"a": 1.0
|
|
},
|
|
"FontSize": 36,
|
|
"MaxSize": 36,
|
|
"MinSize": 8,
|
|
"OutlineColor": {
|
|
"r": 0.08,
|
|
"g": 0.08,
|
|
"b": 0.08,
|
|
"a": 1.0
|
|
},
|
|
"OutlineDistance": {
|
|
"x": 1.0,
|
|
"y": -1.0
|
|
},
|
|
"OutlineWidth": 1.0,
|
|
"Overflow": 0,
|
|
"OverrideSorting": false,
|
|
"Padding": {
|
|
"left": 0,
|
|
"right": 0,
|
|
"top": 0,
|
|
"bottom": 0
|
|
},
|
|
"SizeFit": false,
|
|
"Text": "보스 처치 보상을 선택하세요",
|
|
"UseOutLine": true,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e400002-0000-4000-8000-00000e400002",
|
|
"path": "/ui/SelectUIGroup/JobChoiceHud/RelicButton",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent",
|
|
"jsonString": {
|
|
"name": "RelicButton",
|
|
"path": "/ui/SelectUIGroup/JobChoiceHud/RelicButton",
|
|
"nameEditable": true,
|
|
"enable": true,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 1,
|
|
"pathConstraints": "////",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UIButton",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uibutton",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": -50.0,
|
|
"y": 70.0
|
|
},
|
|
"OffsetMin": {
|
|
"x": -430.0,
|
|
"y": -70.0
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 380.0,
|
|
"y": 140.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": -240.0,
|
|
"y": 0.0
|
|
},
|
|
"Position": {
|
|
"x": -240.0,
|
|
"y": 0.0,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": ""
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 0.7,
|
|
"g": 0.55,
|
|
"b": 0.85,
|
|
"a": 1.0
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": true,
|
|
"Type": 1,
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.TextComponent",
|
|
"Alignment": 4,
|
|
"Bold": true,
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"Font": 0,
|
|
"FontColor": {
|
|
"r": 1.0,
|
|
"g": 1.0,
|
|
"b": 1.0,
|
|
"a": 1.0
|
|
},
|
|
"FontSize": 32,
|
|
"MaxSize": 32,
|
|
"MinSize": 8,
|
|
"OutlineColor": {
|
|
"r": 0.08,
|
|
"g": 0.08,
|
|
"b": 0.08,
|
|
"a": 1.0
|
|
},
|
|
"OutlineDistance": {
|
|
"x": 1.0,
|
|
"y": -1.0
|
|
},
|
|
"OutlineWidth": 1.0,
|
|
"Overflow": 0,
|
|
"OverrideSorting": false,
|
|
"Padding": {
|
|
"left": 0,
|
|
"right": 0,
|
|
"top": 0,
|
|
"bottom": 0
|
|
},
|
|
"SizeFit": false,
|
|
"Text": "유물 획득",
|
|
"UseOutLine": true,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "0e400003-0000-4000-8000-00000e400003",
|
|
"path": "/ui/SelectUIGroup/JobChoiceHud/JobButton",
|
|
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent",
|
|
"jsonString": {
|
|
"name": "JobButton",
|
|
"path": "/ui/SelectUIGroup/JobChoiceHud/JobButton",
|
|
"nameEditable": true,
|
|
"enable": true,
|
|
"visible": true,
|
|
"localize": true,
|
|
"displayOrder": 2,
|
|
"pathConstraints": "////",
|
|
"revision": 1,
|
|
"origin": {
|
|
"type": "Model",
|
|
"entry_id": "UIButton",
|
|
"sub_entity_id": null,
|
|
"root_entity_id": null,
|
|
"replaced_model_id": null
|
|
},
|
|
"modelId": "uibutton",
|
|
"@components": [
|
|
{
|
|
"@type": "MOD.Core.UITransformComponent",
|
|
"ActivePlatform": 255,
|
|
"AlignmentOption": 0,
|
|
"AnchorsMax": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"AnchorsMin": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"MobileOnly": false,
|
|
"OffsetMax": {
|
|
"x": 430.0,
|
|
"y": 70.0
|
|
},
|
|
"OffsetMin": {
|
|
"x": 50.0,
|
|
"y": -70.0
|
|
},
|
|
"Pivot": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
},
|
|
"RectSize": {
|
|
"x": 380.0,
|
|
"y": 140.0
|
|
},
|
|
"UIMode": 1,
|
|
"UIScale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"UIVersion": 2,
|
|
"anchoredPosition": {
|
|
"x": 240.0,
|
|
"y": 0.0
|
|
},
|
|
"Position": {
|
|
"x": 240.0,
|
|
"y": 0.0,
|
|
"z": 0.0
|
|
},
|
|
"QuaternionRotation": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0,
|
|
"w": 1.0
|
|
},
|
|
"Scale": {
|
|
"x": 1.0,
|
|
"y": 1.0,
|
|
"z": 1.0
|
|
},
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.SpriteGUIRendererComponent",
|
|
"AnimClipPlayType": 0,
|
|
"EndFrameIndex": 2147483647,
|
|
"ImageRUID": {
|
|
"DataId": ""
|
|
},
|
|
"LocalPosition": {
|
|
"x": 0.0,
|
|
"y": 0.0
|
|
},
|
|
"LocalScale": {
|
|
"x": 1.0,
|
|
"y": 1.0
|
|
},
|
|
"OverrideSorting": false,
|
|
"PlayRate": 1.0,
|
|
"PreserveSprite": 0,
|
|
"StartFrameIndex": 0,
|
|
"Color": {
|
|
"r": 0.86,
|
|
"g": 0.6,
|
|
"b": 0.3,
|
|
"a": 1.0
|
|
},
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"FillAmount": 1.0,
|
|
"FillCenter": true,
|
|
"FillClockWise": true,
|
|
"FillMethod": 0,
|
|
"FillOrigin": 0,
|
|
"FlipX": false,
|
|
"FlipY": false,
|
|
"FrameColumn": 1,
|
|
"FrameRate": 0,
|
|
"FrameRow": 1,
|
|
"Outline": false,
|
|
"OutlineColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 1.0
|
|
},
|
|
"OutlineWidth": 3.0,
|
|
"RaycastTarget": true,
|
|
"Type": 1,
|
|
"Enable": true
|
|
},
|
|
{
|
|
"@type": "MOD.Core.TextComponent",
|
|
"Alignment": 4,
|
|
"Bold": true,
|
|
"DropShadow": false,
|
|
"DropShadowAngle": 30.0,
|
|
"DropShadowColor": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.72
|
|
},
|
|
"DropShadowDistance": 32.0,
|
|
"Font": 0,
|
|
"FontColor": {
|
|
"r": 1.0,
|
|
"g": 1.0,
|
|
"b": 1.0,
|
|
"a": 1.0
|
|
},
|
|
"FontSize": 32,
|
|
"MaxSize": 32,
|
|
"MinSize": 8,
|
|
"OutlineColor": {
|
|
"r": 0.08,
|
|
"g": 0.08,
|
|
"b": 0.08,
|
|
"a": 1.0
|
|
},
|
|
"OutlineDistance": {
|
|
"x": 1.0,
|
|
"y": -1.0
|
|
},
|
|
"OutlineWidth": 1.0,
|
|
"Overflow": 0,
|
|
"OverrideSorting": false,
|
|
"Padding": {
|
|
"left": 0,
|
|
"right": 0,
|
|
"top": 0,
|
|
"bottom": 0
|
|
},
|
|
"SizeFit": false,
|
|
"Text": "2차 전직",
|
|
"UseOutLine": true,
|
|
"Enable": true
|
|
}
|
|
],
|
|
"@version": 1
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |