diff --git a/RootDesk/MyDesk/invincible belief.sprite b/RootDesk/MyDesk/invincible belief.sprite new file mode 100644 index 0000000..b2cce6b --- /dev/null +++ b/RootDesk/MyDesk/invincible belief.sprite @@ -0,0 +1,23 @@ +{ + "Id": "", + "GameId": "", + "EntryKey": "sprite://eab37efa7f0d400f94259a2df836eb8a", + "ContentType": "x-mod/sprite", + "Content": "", + "Usage": 0, + "UsePublish": 1, + "UseService": 0, + "CoreVersion": "26.5.0.0", + "StudioVersion": "0.1.0.0", + "DynamicLoading": 0, + "ContentProto": { + "Use": "Json", + "Json": { + "upload_keyname": "30/54/30542a379cb74d2d807104635740a8ea/sprite/eab37efa7f0d400f94259a2df836eb8a/639163110552472416", + "upload_hash": "AAD8C7C4E500FF8E001E85EAB181F3B19605BA9D8C8368DB28919B419515003D", + "name": "invincible belief", + "resource_guid": "eab37efa7f0d400f94259a2df836eb8a", + "resource_version": "6a238b0f1a7908d59b5d8fe4" + } + } +} \ No newline at end of file diff --git a/map/map01.map b/map/map01.map index cfffeb7..24be596 100644 --- a/map/map01.map +++ b/map/map01.map @@ -1132,9 +1132,9 @@ "b": 0.5019608, "a": 0.7058824 }, - "TemplateRUID": "1cad0eb694dd415dbf11a74e0e91bae1", + "TemplateRUID": "93a3334d007949658766225bb6363c4b", "Type": 1, - "WebUrl": "", + "WebUrl": "eab37efa7f0d400f94259a2df836eb8a", "Enable": true } ], diff --git a/tools/gen-cardhand.mjs b/tools/gen-cardhand.mjs index 812dfce..6684ed8 100644 --- a/tools/gen-cardhand.mjs +++ b/tools/gen-cardhand.mjs @@ -5,12 +5,14 @@ const FILE = 'ui/DefaultGroup.ui'; // ---- card data ---- const ATTACK = { r: 0.86, g: 0.42, b: 0.38, a: 1.0 }; const DEFEND = { r: 0.42, g: 0.55, b: 0.85, a: 1.0 }; +// image RUID = Maker 로컬 워크스페이스로 임포트한 스프라이트 (RootDesk/MyDesk/invincible belief.sprite). +// 클라우드 계정 리소스는 로컬 워크스페이스 플레이에서 로드되지 않아, 에디터 임포트로 만든 로컬 RUID를 사용한다. const cards = [ { name: '타격', cost: '1', desc: '피해 6', tint: ATTACK }, { name: '타격', cost: '1', desc: '피해 6', tint: ATTACK }, { name: '방어', cost: '1', desc: '방어도 5', tint: DEFEND }, { name: '방어', cost: '1', desc: '방어도 5', tint: DEFEND }, - { name: '강타', cost: '2', desc: '피해 10', tint: ATTACK, image: '734473d91cc6440491335c204a4de087' }, + { name: '강타', cost: '2', desc: '피해 10', tint: ATTACK, image: 'eab37efa7f0d400f94259a2df836eb8a' }, ]; const CARD_W = 180, CARD_H = 250, CARD_SPACING = 200; // AlignmentType enum: Center=0, TopLeft=4, BottomCenter=6 (MSW가 이 값으로 앵커를 결정) diff --git a/ui/DefaultGroup.ui b/ui/DefaultGroup.ui index 8fcbf7a..285ba77 100644 --- a/ui/DefaultGroup.ui +++ b/ui/DefaultGroup.ui @@ -1094,55 +1094,55 @@ "AlignmentOption": 6, "AnchorsMax": { "x": 0.5, - "y": 0 + "y": 0.0 }, "AnchorsMin": { "x": 0.5, - "y": 0 + "y": 0.0 }, "MobileOnly": false, "OffsetMax": { - "x": 510, - "y": 320 + "x": 510.0, + "y": 320.0 }, "OffsetMin": { - "x": -510, - "y": 40 + "x": -510.0, + "y": 40.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 1020, - "y": 280 + "x": 1020.0, + "y": 280.0 }, "UIMode": 1, "UIScale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "UIVersion": 2, "anchoredPosition": { - "x": 0, - "y": 180 + "x": 0.0, + "y": 180.0 }, "Position": { - "x": 0, - "y": -360, - "z": 0 + "x": 0.0, + "y": -360.0, + "z": 0.0 }, "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 1.0 }, "Scale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "Enable": true }, @@ -1154,33 +1154,33 @@ "DataId": "" }, "LocalPosition": { - "x": 0, - "y": 0 + "x": 0.0, + "y": 0.0 }, "LocalScale": { - "x": 1, - "y": 1 + "x": 1.0, + "y": 1.0 }, "OverrideSorting": false, - "PlayRate": 1, + "PlayRate": 1.0, "PreserveSprite": 0, "StartFrameIndex": 0, "Color": { - "r": 0, - "g": 0, - "b": 0, - "a": 0 + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0 }, "DropShadow": false, - "DropShadowAngle": 30, + "DropShadowAngle": 30.0, "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, + "r": 0.0, + "g": 0.0, + "b": 0.0, "a": 0.72 }, - "DropShadowDistance": 32, - "FillAmount": 1, + "DropShadowDistance": 32.0, + "FillAmount": 1.0, "FillCenter": true, "FillClockWise": true, "FillMethod": 0, @@ -1192,12 +1192,12 @@ "FrameRow": 1, "Outline": false, "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 1.0 }, - "OutlineWidth": 3, + "OutlineWidth": 3.0, "RaycastTarget": false, "Type": 1, "Enable": true @@ -1243,47 +1243,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -310, - "y": 125 + "x": -310.0, + "y": 125.0 }, "OffsetMin": { - "x": -490, - "y": -125 + "x": -490.0, + "y": -125.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 180, - "y": 250 + "x": 180.0, + "y": 250.0 }, "UIMode": 1, "UIScale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "UIVersion": 2, "anchoredPosition": { - "x": -400, - "y": 0 + "x": -400.0, + "y": 0.0 }, "Position": { - "x": -400, - "y": 0, - "z": 0 + "x": -400.0, + "y": 0.0, + "z": 0.0 }, "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 1.0 }, "Scale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "Enable": true }, @@ -1295,33 +1295,33 @@ "DataId": "" }, "LocalPosition": { - "x": 0, - "y": 0 + "x": 0.0, + "y": 0.0 }, "LocalScale": { - "x": 1, - "y": 1 + "x": 1.0, + "y": 1.0 }, "OverrideSorting": false, - "PlayRate": 1, + "PlayRate": 1.0, "PreserveSprite": 0, "StartFrameIndex": 0, "Color": { "r": 0.86, "g": 0.42, "b": 0.38, - "a": 1 + "a": 1.0 }, "DropShadow": false, - "DropShadowAngle": 30, + "DropShadowAngle": 30.0, "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, + "r": 0.0, + "g": 0.0, + "b": 0.0, "a": 0.72 }, - "DropShadowDistance": 32, - "FillAmount": 1, + "DropShadowDistance": 32.0, + "FillAmount": 1.0, "FillCenter": true, "FillClockWise": true, "FillMethod": 0, @@ -1333,12 +1333,12 @@ "FrameRow": 1, "Outline": false, "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 1.0 }, - "OutlineWidth": 3, + "OutlineWidth": 3.0, "RaycastTarget": true, "Type": 1, "Enable": true @@ -1384,47 +1384,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -35, - "y": 120 + "x": -35.0, + "y": 120.0 }, "OffsetMin": { - "x": -85, - "y": 70 + "x": -85.0, + "y": 70.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 50, - "y": 50 + "x": 50.0, + "y": 50.0 }, "UIMode": 1, "UIScale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "UIVersion": 2, "anchoredPosition": { - "x": -60, - "y": 95 + "x": -60.0, + "y": 95.0 }, "Position": { - "x": -60, - "y": 95, - "z": 0 + "x": -60.0, + "y": 95.0, + "z": 0.0 }, "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 1.0 }, "Scale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "Enable": true }, @@ -1436,33 +1436,33 @@ "DataId": "" }, "LocalPosition": { - "x": 0, - "y": 0 + "x": 0.0, + "y": 0.0 }, "LocalScale": { - "x": 1, - "y": 1 + "x": 1.0, + "y": 1.0 }, "OverrideSorting": false, - "PlayRate": 1, + "PlayRate": 1.0, "PreserveSprite": 0, "StartFrameIndex": 0, "Color": { - "r": 0, - "g": 0, - "b": 0, - "a": 0 + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0 }, "DropShadow": false, - "DropShadowAngle": 30, + "DropShadowAngle": 30.0, "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, + "r": 0.0, + "g": 0.0, + "b": 0.0, "a": 0.72 }, - "DropShadowDistance": 32, - "FillAmount": 1, + "DropShadowDistance": 32.0, + "FillAmount": 1.0, "FillCenter": true, "FillClockWise": true, "FillMethod": 0, @@ -1474,12 +1474,12 @@ "FrameRow": 1, "Outline": false, "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 1.0 }, - "OutlineWidth": 3, + "OutlineWidth": 3.0, "RaycastTarget": false, "Type": 1, "Enable": true @@ -1489,20 +1489,20 @@ "Alignment": 4, "Bold": true, "DropShadow": false, - "DropShadowAngle": 30, + "DropShadowAngle": 30.0, "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, + "r": 0.0, + "g": 0.0, + "b": 0.0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 32.0, "Font": 0, "FontColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "FontSize": 34, "MaxSize": 34, @@ -1511,13 +1511,13 @@ "r": 0.1, "g": 0.1, "b": 0.1, - "a": 1 + "a": 1.0 }, "OutlineDistance": { - "x": 1, - "y": -1 + "x": 1.0, + "y": -1.0 }, - "OutlineWidth": 1, + "OutlineWidth": 1.0, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -1572,47 +1572,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 80, - "y": 75 + "x": 80.0, + "y": 75.0 }, "OffsetMin": { - "x": -80, - "y": 25 + "x": -80.0, + "y": 25.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 160, - "y": 50 + "x": 160.0, + "y": 50.0 }, "UIMode": 1, "UIScale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "UIVersion": 2, "anchoredPosition": { - "x": 0, - "y": 50 + "x": 0.0, + "y": 50.0 }, "Position": { - "x": 0, - "y": 50, - "z": 0 + "x": 0.0, + "y": 50.0, + "z": 0.0 }, "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 1.0 }, "Scale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "Enable": true }, @@ -1624,33 +1624,33 @@ "DataId": "" }, "LocalPosition": { - "x": 0, - "y": 0 + "x": 0.0, + "y": 0.0 }, "LocalScale": { - "x": 1, - "y": 1 + "x": 1.0, + "y": 1.0 }, "OverrideSorting": false, - "PlayRate": 1, + "PlayRate": 1.0, "PreserveSprite": 0, "StartFrameIndex": 0, "Color": { - "r": 0, - "g": 0, - "b": 0, - "a": 0 + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0 }, "DropShadow": false, - "DropShadowAngle": 30, + "DropShadowAngle": 30.0, "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, + "r": 0.0, + "g": 0.0, + "b": 0.0, "a": 0.72 }, - "DropShadowDistance": 32, - "FillAmount": 1, + "DropShadowDistance": 32.0, + "FillAmount": 1.0, "FillCenter": true, "FillClockWise": true, "FillMethod": 0, @@ -1662,12 +1662,12 @@ "FrameRow": 1, "Outline": false, "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 1.0 }, - "OutlineWidth": 3, + "OutlineWidth": 3.0, "RaycastTarget": false, "Type": 1, "Enable": true @@ -1677,20 +1677,20 @@ "Alignment": 4, "Bold": true, "DropShadow": false, - "DropShadowAngle": 30, + "DropShadowAngle": 30.0, "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, + "r": 0.0, + "g": 0.0, + "b": 0.0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 32.0, "Font": 0, "FontColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "FontSize": 28, "MaxSize": 28, @@ -1699,13 +1699,13 @@ "r": 0.1, "g": 0.1, "b": 0.1, - "a": 1 + "a": 1.0 }, "OutlineDistance": { - "x": 1, - "y": -1 + "x": 1.0, + "y": -1.0 }, - "OutlineWidth": 1, + "OutlineWidth": 1.0, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -1760,47 +1760,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 80, - "y": -40 + "x": 80.0, + "y": -40.0 }, "OffsetMin": { - "x": -80, - "y": -120 + "x": -80.0, + "y": -120.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 160, - "y": 80 + "x": 160.0, + "y": 80.0 }, "UIMode": 1, "UIScale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "UIVersion": 2, "anchoredPosition": { - "x": 0, - "y": -80 + "x": 0.0, + "y": -80.0 }, "Position": { - "x": 0, - "y": -80, - "z": 0 + "x": 0.0, + "y": -80.0, + "z": 0.0 }, "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 1.0 }, "Scale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "Enable": true }, @@ -1812,33 +1812,33 @@ "DataId": "" }, "LocalPosition": { - "x": 0, - "y": 0 + "x": 0.0, + "y": 0.0 }, "LocalScale": { - "x": 1, - "y": 1 + "x": 1.0, + "y": 1.0 }, "OverrideSorting": false, - "PlayRate": 1, + "PlayRate": 1.0, "PreserveSprite": 0, "StartFrameIndex": 0, "Color": { - "r": 0, - "g": 0, - "b": 0, - "a": 0 + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0 }, "DropShadow": false, - "DropShadowAngle": 30, + "DropShadowAngle": 30.0, "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, + "r": 0.0, + "g": 0.0, + "b": 0.0, "a": 0.72 }, - "DropShadowDistance": 32, - "FillAmount": 1, + "DropShadowDistance": 32.0, + "FillAmount": 1.0, "FillCenter": true, "FillClockWise": true, "FillMethod": 0, @@ -1850,12 +1850,12 @@ "FrameRow": 1, "Outline": false, "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 1.0 }, - "OutlineWidth": 3, + "OutlineWidth": 3.0, "RaycastTarget": false, "Type": 1, "Enable": true @@ -1865,20 +1865,20 @@ "Alignment": 4, "Bold": false, "DropShadow": false, - "DropShadowAngle": 30, + "DropShadowAngle": 30.0, "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, + "r": 0.0, + "g": 0.0, + "b": 0.0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 32.0, "Font": 0, "FontColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "FontSize": 22, "MaxSize": 22, @@ -1887,13 +1887,13 @@ "r": 0.1, "g": 0.1, "b": 0.1, - "a": 1 + "a": 1.0 }, "OutlineDistance": { - "x": 1, - "y": -1 + "x": 1.0, + "y": -1.0 }, - "OutlineWidth": 1, + "OutlineWidth": 1.0, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -1948,47 +1948,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -110, - "y": 125 + "x": -110.0, + "y": 125.0 }, "OffsetMin": { - "x": -290, - "y": -125 + "x": -290.0, + "y": -125.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 180, - "y": 250 + "x": 180.0, + "y": 250.0 }, "UIMode": 1, "UIScale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "UIVersion": 2, "anchoredPosition": { - "x": -200, - "y": 0 + "x": -200.0, + "y": 0.0 }, "Position": { - "x": -200, - "y": 0, - "z": 0 + "x": -200.0, + "y": 0.0, + "z": 0.0 }, "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 1.0 }, "Scale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "Enable": true }, @@ -2000,33 +2000,33 @@ "DataId": "" }, "LocalPosition": { - "x": 0, - "y": 0 + "x": 0.0, + "y": 0.0 }, "LocalScale": { - "x": 1, - "y": 1 + "x": 1.0, + "y": 1.0 }, "OverrideSorting": false, - "PlayRate": 1, + "PlayRate": 1.0, "PreserveSprite": 0, "StartFrameIndex": 0, "Color": { "r": 0.86, "g": 0.42, "b": 0.38, - "a": 1 + "a": 1.0 }, "DropShadow": false, - "DropShadowAngle": 30, + "DropShadowAngle": 30.0, "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, + "r": 0.0, + "g": 0.0, + "b": 0.0, "a": 0.72 }, - "DropShadowDistance": 32, - "FillAmount": 1, + "DropShadowDistance": 32.0, + "FillAmount": 1.0, "FillCenter": true, "FillClockWise": true, "FillMethod": 0, @@ -2038,12 +2038,12 @@ "FrameRow": 1, "Outline": false, "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 1.0 }, - "OutlineWidth": 3, + "OutlineWidth": 3.0, "RaycastTarget": true, "Type": 1, "Enable": true @@ -2089,47 +2089,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -35, - "y": 120 + "x": -35.0, + "y": 120.0 }, "OffsetMin": { - "x": -85, - "y": 70 + "x": -85.0, + "y": 70.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 50, - "y": 50 + "x": 50.0, + "y": 50.0 }, "UIMode": 1, "UIScale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "UIVersion": 2, "anchoredPosition": { - "x": -60, - "y": 95 + "x": -60.0, + "y": 95.0 }, "Position": { - "x": -60, - "y": 95, - "z": 0 + "x": -60.0, + "y": 95.0, + "z": 0.0 }, "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 1.0 }, "Scale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "Enable": true }, @@ -2141,33 +2141,33 @@ "DataId": "" }, "LocalPosition": { - "x": 0, - "y": 0 + "x": 0.0, + "y": 0.0 }, "LocalScale": { - "x": 1, - "y": 1 + "x": 1.0, + "y": 1.0 }, "OverrideSorting": false, - "PlayRate": 1, + "PlayRate": 1.0, "PreserveSprite": 0, "StartFrameIndex": 0, "Color": { - "r": 0, - "g": 0, - "b": 0, - "a": 0 + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0 }, "DropShadow": false, - "DropShadowAngle": 30, + "DropShadowAngle": 30.0, "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, + "r": 0.0, + "g": 0.0, + "b": 0.0, "a": 0.72 }, - "DropShadowDistance": 32, - "FillAmount": 1, + "DropShadowDistance": 32.0, + "FillAmount": 1.0, "FillCenter": true, "FillClockWise": true, "FillMethod": 0, @@ -2179,12 +2179,12 @@ "FrameRow": 1, "Outline": false, "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 1.0 }, - "OutlineWidth": 3, + "OutlineWidth": 3.0, "RaycastTarget": false, "Type": 1, "Enable": true @@ -2194,20 +2194,20 @@ "Alignment": 4, "Bold": true, "DropShadow": false, - "DropShadowAngle": 30, + "DropShadowAngle": 30.0, "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, + "r": 0.0, + "g": 0.0, + "b": 0.0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 32.0, "Font": 0, "FontColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "FontSize": 34, "MaxSize": 34, @@ -2216,13 +2216,13 @@ "r": 0.1, "g": 0.1, "b": 0.1, - "a": 1 + "a": 1.0 }, "OutlineDistance": { - "x": 1, - "y": -1 + "x": 1.0, + "y": -1.0 }, - "OutlineWidth": 1, + "OutlineWidth": 1.0, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -2277,47 +2277,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 80, - "y": 75 + "x": 80.0, + "y": 75.0 }, "OffsetMin": { - "x": -80, - "y": 25 + "x": -80.0, + "y": 25.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 160, - "y": 50 + "x": 160.0, + "y": 50.0 }, "UIMode": 1, "UIScale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "UIVersion": 2, "anchoredPosition": { - "x": 0, - "y": 50 + "x": 0.0, + "y": 50.0 }, "Position": { - "x": 0, - "y": 50, - "z": 0 + "x": 0.0, + "y": 50.0, + "z": 0.0 }, "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 1.0 }, "Scale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "Enable": true }, @@ -2329,33 +2329,33 @@ "DataId": "" }, "LocalPosition": { - "x": 0, - "y": 0 + "x": 0.0, + "y": 0.0 }, "LocalScale": { - "x": 1, - "y": 1 + "x": 1.0, + "y": 1.0 }, "OverrideSorting": false, - "PlayRate": 1, + "PlayRate": 1.0, "PreserveSprite": 0, "StartFrameIndex": 0, "Color": { - "r": 0, - "g": 0, - "b": 0, - "a": 0 + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0 }, "DropShadow": false, - "DropShadowAngle": 30, + "DropShadowAngle": 30.0, "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, + "r": 0.0, + "g": 0.0, + "b": 0.0, "a": 0.72 }, - "DropShadowDistance": 32, - "FillAmount": 1, + "DropShadowDistance": 32.0, + "FillAmount": 1.0, "FillCenter": true, "FillClockWise": true, "FillMethod": 0, @@ -2367,12 +2367,12 @@ "FrameRow": 1, "Outline": false, "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 1.0 }, - "OutlineWidth": 3, + "OutlineWidth": 3.0, "RaycastTarget": false, "Type": 1, "Enable": true @@ -2382,20 +2382,20 @@ "Alignment": 4, "Bold": true, "DropShadow": false, - "DropShadowAngle": 30, + "DropShadowAngle": 30.0, "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, + "r": 0.0, + "g": 0.0, + "b": 0.0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 32.0, "Font": 0, "FontColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "FontSize": 28, "MaxSize": 28, @@ -2404,13 +2404,13 @@ "r": 0.1, "g": 0.1, "b": 0.1, - "a": 1 + "a": 1.0 }, "OutlineDistance": { - "x": 1, - "y": -1 + "x": 1.0, + "y": -1.0 }, - "OutlineWidth": 1, + "OutlineWidth": 1.0, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -2465,47 +2465,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 80, - "y": -40 + "x": 80.0, + "y": -40.0 }, "OffsetMin": { - "x": -80, - "y": -120 + "x": -80.0, + "y": -120.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 160, - "y": 80 + "x": 160.0, + "y": 80.0 }, "UIMode": 1, "UIScale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "UIVersion": 2, "anchoredPosition": { - "x": 0, - "y": -80 + "x": 0.0, + "y": -80.0 }, "Position": { - "x": 0, - "y": -80, - "z": 0 + "x": 0.0, + "y": -80.0, + "z": 0.0 }, "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 1.0 }, "Scale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "Enable": true }, @@ -2517,33 +2517,33 @@ "DataId": "" }, "LocalPosition": { - "x": 0, - "y": 0 + "x": 0.0, + "y": 0.0 }, "LocalScale": { - "x": 1, - "y": 1 + "x": 1.0, + "y": 1.0 }, "OverrideSorting": false, - "PlayRate": 1, + "PlayRate": 1.0, "PreserveSprite": 0, "StartFrameIndex": 0, "Color": { - "r": 0, - "g": 0, - "b": 0, - "a": 0 + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0 }, "DropShadow": false, - "DropShadowAngle": 30, + "DropShadowAngle": 30.0, "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, + "r": 0.0, + "g": 0.0, + "b": 0.0, "a": 0.72 }, - "DropShadowDistance": 32, - "FillAmount": 1, + "DropShadowDistance": 32.0, + "FillAmount": 1.0, "FillCenter": true, "FillClockWise": true, "FillMethod": 0, @@ -2555,12 +2555,12 @@ "FrameRow": 1, "Outline": false, "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 1.0 }, - "OutlineWidth": 3, + "OutlineWidth": 3.0, "RaycastTarget": false, "Type": 1, "Enable": true @@ -2570,20 +2570,20 @@ "Alignment": 4, "Bold": false, "DropShadow": false, - "DropShadowAngle": 30, + "DropShadowAngle": 30.0, "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, + "r": 0.0, + "g": 0.0, + "b": 0.0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 32.0, "Font": 0, "FontColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "FontSize": 22, "MaxSize": 22, @@ -2592,13 +2592,13 @@ "r": 0.1, "g": 0.1, "b": 0.1, - "a": 1 + "a": 1.0 }, "OutlineDistance": { - "x": 1, - "y": -1 + "x": 1.0, + "y": -1.0 }, - "OutlineWidth": 1, + "OutlineWidth": 1.0, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -2653,47 +2653,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 90, - "y": 125 + "x": 90.0, + "y": 125.0 }, "OffsetMin": { - "x": -90, - "y": -125 + "x": -90.0, + "y": -125.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 180, - "y": 250 + "x": 180.0, + "y": 250.0 }, "UIMode": 1, "UIScale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "UIVersion": 2, "anchoredPosition": { - "x": 0, - "y": 0 + "x": 0.0, + "y": 0.0 }, "Position": { - "x": 0, - "y": 0, - "z": 0 + "x": 0.0, + "y": 0.0, + "z": 0.0 }, "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 1.0 }, "Scale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "Enable": true }, @@ -2705,33 +2705,33 @@ "DataId": "" }, "LocalPosition": { - "x": 0, - "y": 0 + "x": 0.0, + "y": 0.0 }, "LocalScale": { - "x": 1, - "y": 1 + "x": 1.0, + "y": 1.0 }, "OverrideSorting": false, - "PlayRate": 1, + "PlayRate": 1.0, "PreserveSprite": 0, "StartFrameIndex": 0, "Color": { "r": 0.42, "g": 0.55, "b": 0.85, - "a": 1 + "a": 1.0 }, "DropShadow": false, - "DropShadowAngle": 30, + "DropShadowAngle": 30.0, "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, + "r": 0.0, + "g": 0.0, + "b": 0.0, "a": 0.72 }, - "DropShadowDistance": 32, - "FillAmount": 1, + "DropShadowDistance": 32.0, + "FillAmount": 1.0, "FillCenter": true, "FillClockWise": true, "FillMethod": 0, @@ -2743,12 +2743,12 @@ "FrameRow": 1, "Outline": false, "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 1.0 }, - "OutlineWidth": 3, + "OutlineWidth": 3.0, "RaycastTarget": true, "Type": 1, "Enable": true @@ -2794,47 +2794,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -35, - "y": 120 + "x": -35.0, + "y": 120.0 }, "OffsetMin": { - "x": -85, - "y": 70 + "x": -85.0, + "y": 70.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 50, - "y": 50 + "x": 50.0, + "y": 50.0 }, "UIMode": 1, "UIScale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "UIVersion": 2, "anchoredPosition": { - "x": -60, - "y": 95 + "x": -60.0, + "y": 95.0 }, "Position": { - "x": -60, - "y": 95, - "z": 0 + "x": -60.0, + "y": 95.0, + "z": 0.0 }, "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 1.0 }, "Scale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "Enable": true }, @@ -2846,33 +2846,33 @@ "DataId": "" }, "LocalPosition": { - "x": 0, - "y": 0 + "x": 0.0, + "y": 0.0 }, "LocalScale": { - "x": 1, - "y": 1 + "x": 1.0, + "y": 1.0 }, "OverrideSorting": false, - "PlayRate": 1, + "PlayRate": 1.0, "PreserveSprite": 0, "StartFrameIndex": 0, "Color": { - "r": 0, - "g": 0, - "b": 0, - "a": 0 + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0 }, "DropShadow": false, - "DropShadowAngle": 30, + "DropShadowAngle": 30.0, "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, + "r": 0.0, + "g": 0.0, + "b": 0.0, "a": 0.72 }, - "DropShadowDistance": 32, - "FillAmount": 1, + "DropShadowDistance": 32.0, + "FillAmount": 1.0, "FillCenter": true, "FillClockWise": true, "FillMethod": 0, @@ -2884,12 +2884,12 @@ "FrameRow": 1, "Outline": false, "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 1.0 }, - "OutlineWidth": 3, + "OutlineWidth": 3.0, "RaycastTarget": false, "Type": 1, "Enable": true @@ -2899,20 +2899,20 @@ "Alignment": 4, "Bold": true, "DropShadow": false, - "DropShadowAngle": 30, + "DropShadowAngle": 30.0, "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, + "r": 0.0, + "g": 0.0, + "b": 0.0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 32.0, "Font": 0, "FontColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "FontSize": 34, "MaxSize": 34, @@ -2921,13 +2921,13 @@ "r": 0.1, "g": 0.1, "b": 0.1, - "a": 1 + "a": 1.0 }, "OutlineDistance": { - "x": 1, - "y": -1 + "x": 1.0, + "y": -1.0 }, - "OutlineWidth": 1, + "OutlineWidth": 1.0, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -2982,47 +2982,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 80, - "y": 75 + "x": 80.0, + "y": 75.0 }, "OffsetMin": { - "x": -80, - "y": 25 + "x": -80.0, + "y": 25.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 160, - "y": 50 + "x": 160.0, + "y": 50.0 }, "UIMode": 1, "UIScale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "UIVersion": 2, "anchoredPosition": { - "x": 0, - "y": 50 + "x": 0.0, + "y": 50.0 }, "Position": { - "x": 0, - "y": 50, - "z": 0 + "x": 0.0, + "y": 50.0, + "z": 0.0 }, "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 1.0 }, "Scale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "Enable": true }, @@ -3034,33 +3034,33 @@ "DataId": "" }, "LocalPosition": { - "x": 0, - "y": 0 + "x": 0.0, + "y": 0.0 }, "LocalScale": { - "x": 1, - "y": 1 + "x": 1.0, + "y": 1.0 }, "OverrideSorting": false, - "PlayRate": 1, + "PlayRate": 1.0, "PreserveSprite": 0, "StartFrameIndex": 0, "Color": { - "r": 0, - "g": 0, - "b": 0, - "a": 0 + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0 }, "DropShadow": false, - "DropShadowAngle": 30, + "DropShadowAngle": 30.0, "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, + "r": 0.0, + "g": 0.0, + "b": 0.0, "a": 0.72 }, - "DropShadowDistance": 32, - "FillAmount": 1, + "DropShadowDistance": 32.0, + "FillAmount": 1.0, "FillCenter": true, "FillClockWise": true, "FillMethod": 0, @@ -3072,12 +3072,12 @@ "FrameRow": 1, "Outline": false, "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 1.0 }, - "OutlineWidth": 3, + "OutlineWidth": 3.0, "RaycastTarget": false, "Type": 1, "Enable": true @@ -3087,20 +3087,20 @@ "Alignment": 4, "Bold": true, "DropShadow": false, - "DropShadowAngle": 30, + "DropShadowAngle": 30.0, "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, + "r": 0.0, + "g": 0.0, + "b": 0.0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 32.0, "Font": 0, "FontColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "FontSize": 28, "MaxSize": 28, @@ -3109,13 +3109,13 @@ "r": 0.1, "g": 0.1, "b": 0.1, - "a": 1 + "a": 1.0 }, "OutlineDistance": { - "x": 1, - "y": -1 + "x": 1.0, + "y": -1.0 }, - "OutlineWidth": 1, + "OutlineWidth": 1.0, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -3170,47 +3170,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 80, - "y": -40 + "x": 80.0, + "y": -40.0 }, "OffsetMin": { - "x": -80, - "y": -120 + "x": -80.0, + "y": -120.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 160, - "y": 80 + "x": 160.0, + "y": 80.0 }, "UIMode": 1, "UIScale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "UIVersion": 2, "anchoredPosition": { - "x": 0, - "y": -80 + "x": 0.0, + "y": -80.0 }, "Position": { - "x": 0, - "y": -80, - "z": 0 + "x": 0.0, + "y": -80.0, + "z": 0.0 }, "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 1.0 }, "Scale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "Enable": true }, @@ -3222,33 +3222,33 @@ "DataId": "" }, "LocalPosition": { - "x": 0, - "y": 0 + "x": 0.0, + "y": 0.0 }, "LocalScale": { - "x": 1, - "y": 1 + "x": 1.0, + "y": 1.0 }, "OverrideSorting": false, - "PlayRate": 1, + "PlayRate": 1.0, "PreserveSprite": 0, "StartFrameIndex": 0, "Color": { - "r": 0, - "g": 0, - "b": 0, - "a": 0 + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0 }, "DropShadow": false, - "DropShadowAngle": 30, + "DropShadowAngle": 30.0, "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, + "r": 0.0, + "g": 0.0, + "b": 0.0, "a": 0.72 }, - "DropShadowDistance": 32, - "FillAmount": 1, + "DropShadowDistance": 32.0, + "FillAmount": 1.0, "FillCenter": true, "FillClockWise": true, "FillMethod": 0, @@ -3260,12 +3260,12 @@ "FrameRow": 1, "Outline": false, "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 1.0 }, - "OutlineWidth": 3, + "OutlineWidth": 3.0, "RaycastTarget": false, "Type": 1, "Enable": true @@ -3275,20 +3275,20 @@ "Alignment": 4, "Bold": false, "DropShadow": false, - "DropShadowAngle": 30, + "DropShadowAngle": 30.0, "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, + "r": 0.0, + "g": 0.0, + "b": 0.0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 32.0, "Font": 0, "FontColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "FontSize": 22, "MaxSize": 22, @@ -3297,13 +3297,13 @@ "r": 0.1, "g": 0.1, "b": 0.1, - "a": 1 + "a": 1.0 }, "OutlineDistance": { - "x": 1, - "y": -1 + "x": 1.0, + "y": -1.0 }, - "OutlineWidth": 1, + "OutlineWidth": 1.0, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -3358,47 +3358,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 290, - "y": 125 + "x": 290.0, + "y": 125.0 }, "OffsetMin": { - "x": 110, - "y": -125 + "x": 110.0, + "y": -125.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 180, - "y": 250 + "x": 180.0, + "y": 250.0 }, "UIMode": 1, "UIScale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "UIVersion": 2, "anchoredPosition": { - "x": 200, - "y": 0 + "x": 200.0, + "y": 0.0 }, "Position": { - "x": 200, - "y": 0, - "z": 0 + "x": 200.0, + "y": 0.0, + "z": 0.0 }, "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 1.0 }, "Scale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "Enable": true }, @@ -3410,33 +3410,33 @@ "DataId": "" }, "LocalPosition": { - "x": 0, - "y": 0 + "x": 0.0, + "y": 0.0 }, "LocalScale": { - "x": 1, - "y": 1 + "x": 1.0, + "y": 1.0 }, "OverrideSorting": false, - "PlayRate": 1, + "PlayRate": 1.0, "PreserveSprite": 0, "StartFrameIndex": 0, "Color": { "r": 0.42, "g": 0.55, "b": 0.85, - "a": 1 + "a": 1.0 }, "DropShadow": false, - "DropShadowAngle": 30, + "DropShadowAngle": 30.0, "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, + "r": 0.0, + "g": 0.0, + "b": 0.0, "a": 0.72 }, - "DropShadowDistance": 32, - "FillAmount": 1, + "DropShadowDistance": 32.0, + "FillAmount": 1.0, "FillCenter": true, "FillClockWise": true, "FillMethod": 0, @@ -3448,12 +3448,12 @@ "FrameRow": 1, "Outline": false, "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 1.0 }, - "OutlineWidth": 3, + "OutlineWidth": 3.0, "RaycastTarget": true, "Type": 1, "Enable": true @@ -3499,47 +3499,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -35, - "y": 120 + "x": -35.0, + "y": 120.0 }, "OffsetMin": { - "x": -85, - "y": 70 + "x": -85.0, + "y": 70.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 50, - "y": 50 + "x": 50.0, + "y": 50.0 }, "UIMode": 1, "UIScale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "UIVersion": 2, "anchoredPosition": { - "x": -60, - "y": 95 + "x": -60.0, + "y": 95.0 }, "Position": { - "x": -60, - "y": 95, - "z": 0 + "x": -60.0, + "y": 95.0, + "z": 0.0 }, "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 1.0 }, "Scale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "Enable": true }, @@ -3551,33 +3551,33 @@ "DataId": "" }, "LocalPosition": { - "x": 0, - "y": 0 + "x": 0.0, + "y": 0.0 }, "LocalScale": { - "x": 1, - "y": 1 + "x": 1.0, + "y": 1.0 }, "OverrideSorting": false, - "PlayRate": 1, + "PlayRate": 1.0, "PreserveSprite": 0, "StartFrameIndex": 0, "Color": { - "r": 0, - "g": 0, - "b": 0, - "a": 0 + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0 }, "DropShadow": false, - "DropShadowAngle": 30, + "DropShadowAngle": 30.0, "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, + "r": 0.0, + "g": 0.0, + "b": 0.0, "a": 0.72 }, - "DropShadowDistance": 32, - "FillAmount": 1, + "DropShadowDistance": 32.0, + "FillAmount": 1.0, "FillCenter": true, "FillClockWise": true, "FillMethod": 0, @@ -3589,12 +3589,12 @@ "FrameRow": 1, "Outline": false, "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 1.0 }, - "OutlineWidth": 3, + "OutlineWidth": 3.0, "RaycastTarget": false, "Type": 1, "Enable": true @@ -3604,20 +3604,20 @@ "Alignment": 4, "Bold": true, "DropShadow": false, - "DropShadowAngle": 30, + "DropShadowAngle": 30.0, "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, + "r": 0.0, + "g": 0.0, + "b": 0.0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 32.0, "Font": 0, "FontColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "FontSize": 34, "MaxSize": 34, @@ -3626,13 +3626,13 @@ "r": 0.1, "g": 0.1, "b": 0.1, - "a": 1 + "a": 1.0 }, "OutlineDistance": { - "x": 1, - "y": -1 + "x": 1.0, + "y": -1.0 }, - "OutlineWidth": 1, + "OutlineWidth": 1.0, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -3687,47 +3687,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 80, - "y": 75 + "x": 80.0, + "y": 75.0 }, "OffsetMin": { - "x": -80, - "y": 25 + "x": -80.0, + "y": 25.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 160, - "y": 50 + "x": 160.0, + "y": 50.0 }, "UIMode": 1, "UIScale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "UIVersion": 2, "anchoredPosition": { - "x": 0, - "y": 50 + "x": 0.0, + "y": 50.0 }, "Position": { - "x": 0, - "y": 50, - "z": 0 + "x": 0.0, + "y": 50.0, + "z": 0.0 }, "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 1.0 }, "Scale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "Enable": true }, @@ -3739,33 +3739,33 @@ "DataId": "" }, "LocalPosition": { - "x": 0, - "y": 0 + "x": 0.0, + "y": 0.0 }, "LocalScale": { - "x": 1, - "y": 1 + "x": 1.0, + "y": 1.0 }, "OverrideSorting": false, - "PlayRate": 1, + "PlayRate": 1.0, "PreserveSprite": 0, "StartFrameIndex": 0, "Color": { - "r": 0, - "g": 0, - "b": 0, - "a": 0 + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0 }, "DropShadow": false, - "DropShadowAngle": 30, + "DropShadowAngle": 30.0, "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, + "r": 0.0, + "g": 0.0, + "b": 0.0, "a": 0.72 }, - "DropShadowDistance": 32, - "FillAmount": 1, + "DropShadowDistance": 32.0, + "FillAmount": 1.0, "FillCenter": true, "FillClockWise": true, "FillMethod": 0, @@ -3777,12 +3777,12 @@ "FrameRow": 1, "Outline": false, "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 1.0 }, - "OutlineWidth": 3, + "OutlineWidth": 3.0, "RaycastTarget": false, "Type": 1, "Enable": true @@ -3792,20 +3792,20 @@ "Alignment": 4, "Bold": true, "DropShadow": false, - "DropShadowAngle": 30, + "DropShadowAngle": 30.0, "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, + "r": 0.0, + "g": 0.0, + "b": 0.0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 32.0, "Font": 0, "FontColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "FontSize": 28, "MaxSize": 28, @@ -3814,13 +3814,13 @@ "r": 0.1, "g": 0.1, "b": 0.1, - "a": 1 + "a": 1.0 }, "OutlineDistance": { - "x": 1, - "y": -1 + "x": 1.0, + "y": -1.0 }, - "OutlineWidth": 1, + "OutlineWidth": 1.0, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -3875,47 +3875,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 80, - "y": -40 + "x": 80.0, + "y": -40.0 }, "OffsetMin": { - "x": -80, - "y": -120 + "x": -80.0, + "y": -120.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 160, - "y": 80 + "x": 160.0, + "y": 80.0 }, "UIMode": 1, "UIScale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "UIVersion": 2, "anchoredPosition": { - "x": 0, - "y": -80 + "x": 0.0, + "y": -80.0 }, "Position": { - "x": 0, - "y": -80, - "z": 0 + "x": 0.0, + "y": -80.0, + "z": 0.0 }, "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 1.0 }, "Scale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "Enable": true }, @@ -3927,33 +3927,33 @@ "DataId": "" }, "LocalPosition": { - "x": 0, - "y": 0 + "x": 0.0, + "y": 0.0 }, "LocalScale": { - "x": 1, - "y": 1 + "x": 1.0, + "y": 1.0 }, "OverrideSorting": false, - "PlayRate": 1, + "PlayRate": 1.0, "PreserveSprite": 0, "StartFrameIndex": 0, "Color": { - "r": 0, - "g": 0, - "b": 0, - "a": 0 + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0 }, "DropShadow": false, - "DropShadowAngle": 30, + "DropShadowAngle": 30.0, "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, + "r": 0.0, + "g": 0.0, + "b": 0.0, "a": 0.72 }, - "DropShadowDistance": 32, - "FillAmount": 1, + "DropShadowDistance": 32.0, + "FillAmount": 1.0, "FillCenter": true, "FillClockWise": true, "FillMethod": 0, @@ -3965,12 +3965,12 @@ "FrameRow": 1, "Outline": false, "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 1.0 }, - "OutlineWidth": 3, + "OutlineWidth": 3.0, "RaycastTarget": false, "Type": 1, "Enable": true @@ -3980,20 +3980,20 @@ "Alignment": 4, "Bold": false, "DropShadow": false, - "DropShadowAngle": 30, + "DropShadowAngle": 30.0, "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, + "r": 0.0, + "g": 0.0, + "b": 0.0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 32.0, "Font": 0, "FontColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "FontSize": 22, "MaxSize": 22, @@ -4002,13 +4002,13 @@ "r": 0.1, "g": 0.1, "b": 0.1, - "a": 1 + "a": 1.0 }, "OutlineDistance": { - "x": 1, - "y": -1 + "x": 1.0, + "y": -1.0 }, - "OutlineWidth": 1, + "OutlineWidth": 1.0, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -4063,47 +4063,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 490, - "y": 125 + "x": 490.0, + "y": 135.0 }, "OffsetMin": { - "x": 310, - "y": -125 + "x": 310.0, + "y": -135.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 180, - "y": 250 + "x": 180.0, + "y": 270.0 }, "UIMode": 1, "UIScale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "UIVersion": 2, "anchoredPosition": { - "x": 400, - "y": 0 + "x": 400.0, + "y": 0.0 }, "Position": { - "x": 400, - "y": 0, - "z": 0 + "x": 400.0, + "y": 0.0, + "z": 0.0 }, "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 1.0 }, "Scale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "Enable": true }, @@ -4112,36 +4112,36 @@ "AnimClipPlayType": 0, "EndFrameIndex": 2147483647, "ImageRUID": { - "DataId": "" + "DataId": "eab37efa7f0d400f94259a2df836eb8a" }, "LocalPosition": { - "x": 0, - "y": 0 + "x": 0.0, + "y": 0.0 }, "LocalScale": { - "x": 1, - "y": 1 + "x": 1.0, + "y": 1.0 }, "OverrideSorting": false, - "PlayRate": 1, + "PlayRate": 1.0, "PreserveSprite": 0, "StartFrameIndex": 0, "Color": { - "r": 0.86, - "g": 0.42, - "b": 0.38, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "DropShadow": false, - "DropShadowAngle": 30, + "DropShadowAngle": 30.0, "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, + "r": 0.0, + "g": 0.0, + "b": 0.0, "a": 0.72 }, - "DropShadowDistance": 32, - "FillAmount": 1, + "DropShadowDistance": 32.0, + "FillAmount": 1.0, "FillCenter": true, "FillClockWise": true, "FillMethod": 0, @@ -4153,578 +4153,14 @@ "FrameRow": 1, "Outline": false, "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 1.0 }, - "OutlineWidth": 3, + "OutlineWidth": 3.0, "RaycastTarget": true, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "cad00012-0000-4000-8000-000000000012", - "path": "/ui/DefaultGroup/CardHand/Card5/Cost", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", - "jsonString": { - "name": "Cost", - "path": "/ui/DefaultGroup/CardHand/Card5/Cost", - "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": -35, - "y": 120 - }, - "OffsetMin": { - "x": -85, - "y": 70 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 50, - "y": 50 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": -60, - "y": 95 - }, - "Position": { - "x": -60, - "y": 95, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0, - "g": 0, - "b": 0, - "a": 0 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - }, - { - "@type": "MOD.Core.TextComponent", - "Alignment": 4, - "Bold": true, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "Font": 0, - "FontColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 - }, - "FontSize": 34, - "MaxSize": 34, - "MinSize": 8, - "OutlineColor": { - "r": 0.1, - "g": 0.1, - "b": 0.1, - "a": 1 - }, - "OutlineDistance": { - "x": 1, - "y": -1 - }, - "OutlineWidth": 1, - "Overflow": 0, - "OverrideSorting": false, - "Padding": { - "left": 0, - "right": 0, - "top": 0, - "bottom": 0 - }, - "SizeFit": false, - "Text": "2", - "UseOutLine": true, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "cad00013-0000-4000-8000-000000000013", - "path": "/ui/DefaultGroup/CardHand/Card5/Name", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", - "jsonString": { - "name": "Name", - "path": "/ui/DefaultGroup/CardHand/Card5/Name", - "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": 80, - "y": 75 - }, - "OffsetMin": { - "x": -80, - "y": 25 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 160, - "y": 50 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 0, - "y": 50 - }, - "Position": { - "x": 0, - "y": 50, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0, - "g": 0, - "b": 0, - "a": 0 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - }, - { - "@type": "MOD.Core.TextComponent", - "Alignment": 4, - "Bold": true, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "Font": 0, - "FontColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 - }, - "FontSize": 28, - "MaxSize": 28, - "MinSize": 8, - "OutlineColor": { - "r": 0.1, - "g": 0.1, - "b": 0.1, - "a": 1 - }, - "OutlineDistance": { - "x": 1, - "y": -1 - }, - "OutlineWidth": 1, - "Overflow": 0, - "OverrideSorting": false, - "Padding": { - "left": 0, - "right": 0, - "top": 0, - "bottom": 0 - }, - "SizeFit": false, - "Text": "강타", - "UseOutLine": true, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "cad00014-0000-4000-8000-000000000014", - "path": "/ui/DefaultGroup/CardHand/Card5/Desc", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", - "jsonString": { - "name": "Desc", - "path": "/ui/DefaultGroup/CardHand/Card5/Desc", - "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": 80, - "y": -40 - }, - "OffsetMin": { - "x": -80, - "y": -120 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 160, - "y": 80 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 0, - "y": -80 - }, - "Position": { - "x": 0, - "y": -80, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0, - "g": 0, - "b": 0, - "a": 0 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - }, - { - "@type": "MOD.Core.TextComponent", - "Alignment": 4, - "Bold": false, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "Font": 0, - "FontColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 - }, - "FontSize": 22, - "MaxSize": 22, - "MinSize": 8, - "OutlineColor": { - "r": 0.1, - "g": 0.1, - "b": 0.1, - "a": 1 - }, - "OutlineDistance": { - "x": 1, - "y": -1 - }, - "OutlineWidth": 1, - "Overflow": 0, - "OverrideSorting": false, - "Padding": { - "left": 0, - "right": 0, - "top": 0, - "bottom": 0 - }, - "SizeFit": false, - "Text": "피해 10", - "UseOutLine": true, + "Type": 0, "Enable": true } ],