diff --git a/Global/common.gamelogic b/Global/common.gamelogic index ddd599c..f0f19e8 100644 --- a/Global/common.gamelogic +++ b/Global/common.gamelogic @@ -32,10 +32,10 @@ { "@type": "script.SlayDeckController", "Enable": true, - "Energy": 0, - "MaxEnergy": 3, - "Turn": 0, - "TweenEventId": 0 + "Energy": 0.0, + "MaxEnergy": 3.0, + "Turn": 0.0, + "TweenEventId": 0.0 } ], "@version": 1 diff --git a/RootDesk/MyDesk/MapCamera.codeblock b/RootDesk/MyDesk/MapCamera.codeblock index 1d0744d..c8124d6 100644 --- a/RootDesk/MyDesk/MapCamera.codeblock +++ b/RootDesk/MyDesk/MapCamera.codeblock @@ -47,7 +47,7 @@ "Name": null }, "Arguments": [], - "Code": "self.CamTries = 0\nlocal eventId = 0\nlocal function apply()\n\tself.CamTries = self.CamTries + 1\n\tlocal cam = nil\n\tlocal lp = _UserService.LocalPlayer\n\tif lp ~= nil then\n\t\tcam = lp.CameraComponent\n\tend\n\tif cam == nil then\n\t\tcam = _CameraService:GetCurrentCameraComponent()\n\tend\n\tif cam ~= nil then\n\t\tcam.ZoomRatio = 90\n\t\tcam.ScreenOffset = Vector2(0.5, 0.655)\n\t\tcam.ConfineCameraArea = true\n\t\tcam.CameraOffset = Vector2(1.5, -1)\n\tend\n\tif cam ~= nil then\n\t\t_TimerService:ClearTimer(eventId)\n\telseif self.CamTries > 30 then\n\t\t_TimerService:ClearTimer(eventId)\n\tend\nend\neventId = _TimerService:SetTimerRepeat(apply, 0.1)", + "Code": "self.CamTries = 0\nlocal eventId = 0\nlocal function apply()\n\tself.CamTries = self.CamTries + 1\n\tlocal cam = nil\n\tlocal lp = _UserService.LocalPlayer\n\tif lp ~= nil then\n\t\tcam = lp.CameraComponent\n\tend\n\tif cam == nil then\n\t\tcam = _CameraService:GetCurrentCameraComponent()\n\tend\n\tif cam ~= nil then\n\t\tcam.ZoomRatio = 90\n\t\tcam.ScreenOffset = Vector2(0.5, 0.655)\n\t\tcam.ConfineCameraArea = true\n\t\tcam.CameraOffset = Vector2(1.5, -0.83)\n\tend\n\tif cam ~= nil then\n\t\t_TimerService:ClearTimer(eventId)\n\telseif self.CamTries > 30 then\n\t\t_TimerService:ClearTimer(eventId)\n\tend\nend\neventId = _TimerService:SetTimerRepeat(apply, 0.1)", "Scope": 2, "ExecSpace": 6, "Attributes": [], diff --git a/data/camera.json b/data/camera.json index 62ac469..1cde4e8 100644 --- a/data/camera.json +++ b/data/camera.json @@ -4,5 +4,5 @@ "screenOffsetY": 0.655, "confineCameraArea": true, "cameraOffsetX": 1.5, - "cameraOffsetY": -1 + "cameraOffsetY": -0.83 } diff --git a/map/map01.map b/map/map01.map index 504f38c..4de76fe 100644 --- a/map/map01.map +++ b/map/map01.map @@ -16,7 +16,7 @@ { "id": "bdadf19a-cc27-4a45-99c6-7a439c858a1b", "path": "/maps/map01", - "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.MapCamera,script.PlayerLock", + "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.PlayerLock,script.MapCamera", "jsonString": { "name": "map01", "path": "/maps/map01", @@ -1105,11 +1105,11 @@ "Enable": true }, { - "@type": "script.MapCamera", + "@type": "script.PlayerLock", "Enable": true }, { - "@type": "script.PlayerLock", + "@type": "script.MapCamera", "Enable": true } ], @@ -1140,7 +1140,7 @@ "b": 0.5019608, "a": 0.7058824 }, - "TemplateRUID": "93a3334d007949658766225bb6363c4b", + "TemplateRUID": "79cf249e1519401795aad717096dbf6f", "Type": 1, "WebUrl": "eab37efa7f0d400f94259a2df836eb8a", "Enable": true @@ -6364,12 +6364,12 @@ } }, { - "id": "2da3fe39-a00f-48df-b9a9-9a01f5009b30", - "path": "/maps/map01/StaticMonsterTemplate", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack", + "id": "595374e9-e49a-4733-b00f-77e8e61dad59", + "path": "/maps/map01/주황버섯", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent", "jsonString": { - "name": "StaticMonsterTemplate", - "path": "/maps/map01/StaticMonsterTemplate", + "name": "주황버섯", + "path": "/maps/map01/주황버섯", "nameEditable": true, "enable": true, "visible": true, @@ -6377,305 +6377,6 @@ "displayOrder": 4, "pathConstraints": "///", "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "2da3fe39-a00f-48df-b9a9-9a01f5009b30", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 3.8, - "y": 0.03499998, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "4b1d55e35ae9462b944297691025429a", - "hit": "35c14328c2a6446eb5464dc85c39ab56", - "die": "770cfcbab36448999137d25e8ace707e" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "4b1d55e35ae9462b944297691025429a", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "InputSpeed": 0, - "Enable": false - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - } - ], - "@version": 1 - } - }, - { - "id": "03928039-6972-4aec-bb07-64aea430561e", - "path": "/maps/map01/MoveMonsterTemplate", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent", - "jsonString": { - "name": "MoveMonsterTemplate", - "path": "/maps/map01/MoveMonsterTemplate", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 5, - "pathConstraints": "///", - "revision": 3, - "origin": { - "type": "Model", - "entry_id": "MoveMonster", - "sub_entity_id": null, - "root_entity_id": "03928039-6972-4aec-bb07-64aea430561e", - "replaced_model_id": null - }, - "modelId": "movemonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 2.08546019, - "y": 0.03499998, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "move": "969f52dd34934009b5c687af97c8435b", - "stand": "3e76c89ae8e7477ca871f5bbcd6f6f29", - "attack": "44b6336ac84a4091a9adb5f0aa0c02b7", - "attack2": "3c66552bd7ff48f98482e417be3e3772", - "attack3": "20d46f5a9b9641e0b3703dc95ac5fbc2", - "skill": "022d41ea8ce247639fd4f0fa83563c96", - "hit": "0bcbc0ec869245d4a454e00d635fc64d", - "die": "4e38904690784278a50fa378086b65a7" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "3e76c89ae8e7477ca871f5bbcd6f6f29", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "InputSpeed": 0, - "JumpForce": 0, - "Enable": false - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 1.6, - "y": 1.56 - }, - "ColliderOffset": { - "x": 0, - "y": 0.78 - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "595374e9-e49a-4733-b00f-77e8e61dad59", - "path": "/maps/map01/ChaseMonsterTemplate", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent", - "jsonString": { - "name": "ChaseMonsterTemplate", - "path": "/maps/map01/ChaseMonsterTemplate", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 6, - "pathConstraints": "///", - "revision": 2, "origin": { "type": "Model", "entry_id": "ChaseMonster", @@ -6809,6 +6510,278 @@ ], "@version": 1 } + }, + { + "id": "b1923aa6-7265-4f99-9ab6-1c45eae9af23", + "path": "/maps/map01/돼지", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent", + "jsonString": { + "name": "돼지", + "path": "/maps/map01/돼지", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": false, + "displayOrder": 5, + "pathConstraints": "///", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "ChaseMonster", + "sub_entity_id": null, + "root_entity_id": "b1923aa6-7265-4f99-9ab6-1c45eae9af23", + "replaced_model_id": null + }, + "modelId": "chasemonster", + "@components": [ + { + "@type": "MOD.Core.TransformComponent", + "Position": { + "x": 3.767562, + "y": 0.03499998, + "z": 999.999 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.StateAnimationComponent", + "ActionSheet": { + "move": "8baad61512be4b33b2a0879fec7a266e", + "stand": "528a8638b12f41b8b5781a05360d2949", + "jump": "c9e27ce6f8344aefba169c5ca6571def", + "hit": "60e42a918a0342478903cc71adba1dc5", + "die": "0644beff80a44ec7acc011ea0961df57" + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteRendererComponent", + "ActionSheet": {}, + "EndFrameIndex": 0, + "RenderSetting": 1, + "SortingLayer": "MapLayer0", + "SpriteRUID": "528a8638b12f41b8b5781a05360d2949", + "StartFrameIndex": 0, + "Enable": true + }, + { + "@type": "MOD.Core.RigidbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "RealMoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.MovementComponent", + "InputSpeed": 1.5, + "JumpForce": 6, + "Enable": true + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 0.68, + "y": 0.4 + }, + "ColliderOffset": { + "x": 0, + "y": 0.2 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true + }, + { + "@type": "script.Monster", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "y": 0 + } + }, + { + "@type": "MOD.Core.KinematicbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SideviewbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "566e94be-0efe-4536-9007-882dde030a95", + "path": "/maps/map01/초록버섯", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent", + "jsonString": { + "name": "초록버섯", + "path": "/maps/map01/초록버섯", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": false, + "displayOrder": 6, + "pathConstraints": "///", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "MoveMonster", + "sub_entity_id": null, + "root_entity_id": "566e94be-0efe-4536-9007-882dde030a95", + "replaced_model_id": null + }, + "modelId": "movemonster", + "@components": [ + { + "@type": "MOD.Core.TransformComponent", + "Position": { + "x": 2.289299, + "y": 0.03499998, + "z": 999.999 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.StateAnimationComponent", + "ActionSheet": { + "move": "7dc99047c46d4b2e85ec6a1e4252d0a8", + "stand": "7863066dbf184f06886ce96b69fea4ee", + "attack": "91804a0917634cc198238d4cda1dd735", + "hit": "a16e83f471684ef4a2543263caca7799", + "die": "f45adb12126f4167bddcfece10ddf6e3" + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteRendererComponent", + "ActionSheet": {}, + "EndFrameIndex": 0, + "RenderSetting": 1, + "SortingLayer": "MapLayer0", + "SpriteRUID": "7863066dbf184f06886ce96b69fea4ee", + "StartFrameIndex": 0, + "Enable": true + }, + { + "@type": "MOD.Core.RigidbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "RealMoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.MovementComponent", + "InputSpeed": 1, + "JumpForce": 0, + "Enable": true + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 0.56, + "y": 0.52 + }, + "ColliderOffset": { + "x": 0.00999999, + "y": 0.26 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true + }, + { + "@type": "script.Monster", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "y": 0 + } + }, + { + "@type": "MOD.Core.KinematicbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SideviewbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + } + ], + "@version": 1 + } } ] } diff --git a/map/map02.map b/map/map02.map index 3c65a85..89fc591 100644 --- a/map/map02.map +++ b/map/map02.map @@ -16,7 +16,7 @@ { "id": "000007d0-0000-4000-8000-0000000007d0", "path": "/maps/map02", - "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.MapCamera,script.PlayerLock", + "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.PlayerLock,script.MapCamera", "jsonString": { "name": "map02", "path": "/maps/map02", @@ -1105,11 +1105,11 @@ "Enable": true }, { - "@type": "script.MapCamera", + "@type": "script.PlayerLock", "Enable": true }, { - "@type": "script.PlayerLock", + "@type": "script.MapCamera", "Enable": true } ], diff --git a/map/map03.map b/map/map03.map index c246154..7d73c7c 100644 --- a/map/map03.map +++ b/map/map03.map @@ -16,7 +16,7 @@ { "id": "00000bb8-0000-4000-8000-000000000bb8", "path": "/maps/map03", - "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.MapCamera,script.PlayerLock", + "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.PlayerLock,script.MapCamera", "jsonString": { "name": "map03", "path": "/maps/map03", @@ -1105,11 +1105,11 @@ "Enable": true }, { - "@type": "script.MapCamera", + "@type": "script.PlayerLock", "Enable": true }, { - "@type": "script.PlayerLock", + "@type": "script.MapCamera", "Enable": true } ], diff --git a/map/map04.map b/map/map04.map index e5a5efc..4cf8e53 100644 --- a/map/map04.map +++ b/map/map04.map @@ -16,7 +16,7 @@ { "id": "00000fa0-0000-4000-8000-000000000fa0", "path": "/maps/map04", - "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.MapCamera,script.PlayerLock", + "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.PlayerLock,script.MapCamera", "jsonString": { "name": "map04", "path": "/maps/map04", @@ -1105,11 +1105,11 @@ "Enable": true }, { - "@type": "script.MapCamera", + "@type": "script.PlayerLock", "Enable": true }, { - "@type": "script.PlayerLock", + "@type": "script.MapCamera", "Enable": true } ], diff --git a/map/map05.map b/map/map05.map index 8dd6249..4247565 100644 --- a/map/map05.map +++ b/map/map05.map @@ -16,7 +16,7 @@ { "id": "00001388-0000-4000-8000-000000001388", "path": "/maps/map05", - "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.MapCamera,script.PlayerLock", + "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.PlayerLock,script.MapCamera", "jsonString": { "name": "map05", "path": "/maps/map05", @@ -1105,11 +1105,11 @@ "Enable": true }, { - "@type": "script.MapCamera", + "@type": "script.PlayerLock", "Enable": true }, { - "@type": "script.PlayerLock", + "@type": "script.MapCamera", "Enable": true } ], diff --git a/map/map06.map b/map/map06.map index aebd0ad..366064d 100644 --- a/map/map06.map +++ b/map/map06.map @@ -16,7 +16,7 @@ { "id": "00001770-0000-4000-8000-000000001770", "path": "/maps/map06", - "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.MapCamera,script.PlayerLock", + "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.PlayerLock,script.MapCamera", "jsonString": { "name": "map06", "path": "/maps/map06", @@ -1105,11 +1105,11 @@ "Enable": true }, { - "@type": "script.MapCamera", + "@type": "script.PlayerLock", "Enable": true }, { - "@type": "script.PlayerLock", + "@type": "script.MapCamera", "Enable": true } ], diff --git a/map/map07.map b/map/map07.map index 670b28a..c8195e3 100644 --- a/map/map07.map +++ b/map/map07.map @@ -16,7 +16,7 @@ { "id": "00001b58-0000-4000-8000-000000001b58", "path": "/maps/map07", - "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.MapCamera,script.PlayerLock", + "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.PlayerLock,script.MapCamera", "jsonString": { "name": "map07", "path": "/maps/map07", @@ -1105,11 +1105,11 @@ "Enable": true }, { - "@type": "script.MapCamera", + "@type": "script.PlayerLock", "Enable": true }, { - "@type": "script.PlayerLock", + "@type": "script.MapCamera", "Enable": true } ], diff --git a/map/map08.map b/map/map08.map index 3d63dd9..e4aa64c 100644 --- a/map/map08.map +++ b/map/map08.map @@ -16,7 +16,7 @@ { "id": "00001f40-0000-4000-8000-000000001f40", "path": "/maps/map08", - "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.MapCamera,script.PlayerLock", + "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.PlayerLock,script.MapCamera", "jsonString": { "name": "map08", "path": "/maps/map08", @@ -1105,11 +1105,11 @@ "Enable": true }, { - "@type": "script.MapCamera", + "@type": "script.PlayerLock", "Enable": true }, { - "@type": "script.PlayerLock", + "@type": "script.MapCamera", "Enable": true } ], diff --git a/map/map09.map b/map/map09.map index dbcbeb0..73400fc 100644 --- a/map/map09.map +++ b/map/map09.map @@ -16,7 +16,7 @@ { "id": "00002328-0000-4000-8000-000000002328", "path": "/maps/map09", - "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.MapCamera,script.PlayerLock", + "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.PlayerLock,script.MapCamera", "jsonString": { "name": "map09", "path": "/maps/map09", @@ -1105,11 +1105,11 @@ "Enable": true }, { - "@type": "script.MapCamera", + "@type": "script.PlayerLock", "Enable": true }, { - "@type": "script.PlayerLock", + "@type": "script.MapCamera", "Enable": true } ], diff --git a/map/map10.map b/map/map10.map index e4d0a3e..2db56b2 100644 --- a/map/map10.map +++ b/map/map10.map @@ -16,7 +16,7 @@ { "id": "00002710-0000-4000-8000-000000002710", "path": "/maps/map10", - "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.MapCamera,script.PlayerLock", + "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.PlayerLock,script.MapCamera", "jsonString": { "name": "map10", "path": "/maps/map10", @@ -1105,11 +1105,11 @@ "Enable": true }, { - "@type": "script.MapCamera", + "@type": "script.PlayerLock", "Enable": true }, { - "@type": "script.PlayerLock", + "@type": "script.MapCamera", "Enable": true } ], diff --git a/map/map11.map b/map/map11.map index 4cecfcf..fb34ae1 100644 --- a/map/map11.map +++ b/map/map11.map @@ -16,7 +16,7 @@ { "id": "00002af8-0000-4000-8000-000000002af8", "path": "/maps/map11", - "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.MapCamera,script.PlayerLock", + "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.PlayerLock,script.MapCamera", "jsonString": { "name": "map11", "path": "/maps/map11", @@ -1105,11 +1105,11 @@ "Enable": true }, { - "@type": "script.MapCamera", + "@type": "script.PlayerLock", "Enable": true }, { - "@type": "script.PlayerLock", + "@type": "script.MapCamera", "Enable": true } ], diff --git a/ui/DefaultGroup.ui b/ui/DefaultGroup.ui index ced5874..163eac4 100644 --- a/ui/DefaultGroup.ui +++ b/ui/DefaultGroup.ui @@ -41,56 +41,56 @@ "ActivePlatform": 255, "AlignmentOption": 15, "AnchorsMax": { - "x": 1, - "y": 1 + "x": 1.0, + "y": 1.0 }, "AnchorsMin": { - "x": 0, - "y": 0 + "x": 0.0, + "y": 0.0 }, "MobileOnly": false, "OffsetMax": { - "x": 0, - "y": 0 + "x": 0.0, + "y": 0.0 }, "OffsetMin": { - "x": 0, - "y": 0 + "x": 0.0, + "y": 0.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 1920, - "y": 1080 + "x": 1920.0, + "y": 1080.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 }, @@ -104,7 +104,7 @@ { "@type": "MOD.Core.CanvasGroupComponent", "BlocksRaycasts": true, - "GroupAlpha": 1, + "GroupAlpha": 1.0, "Interactable": true, "Enable": true } @@ -140,56 +140,56 @@ "ActivePlatform": 2, "AlignmentOption": 8, "AnchorsMax": { - "x": 1, - "y": 0 + "x": 1.0, + "y": 0.0 }, "AnchorsMin": { - "x": 1, - "y": 0 + "x": 1.0, + "y": 0.0 }, "MobileOnly": false, "OffsetMax": { "x": -72.8999939, - "y": 434 + "y": 434.0 }, "OffsetMin": { "x": -276.9, - "y": 230 + "y": 230.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 204, - "y": 204 + "x": 204.0, + "y": 204.0 }, "UIMode": 1, "UIScale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "UIVersion": 2, "anchoredPosition": { "x": -174.9, - "y": 332 + "y": 332.0 }, "Position": { "x": 785.1, - "y": -208, - "z": 0 + "y": -208.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 }, @@ -201,33 +201,33 @@ "DataId": "cd0560c4fc7f3b14994b90a502f00a21" }, "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": 1, - "g": 1, - "b": 1, - "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, @@ -239,12 +239,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": 0, "Enable": true @@ -253,28 +253,28 @@ "@type": "MOD.Core.ButtonComponent", "Colors": { "NormalColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "HighlightedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "PressedColor": { "r": 0.784313738, "g": 0.784313738, "b": 0.784313738, - "a": 1 + "a": 1.0 }, "SelectedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "DisabledColor": { "r": 0.784313738, @@ -282,7 +282,7 @@ "b": 0.784313738, "a": 0.5019608 }, - "ColorMultiplier": 1, + "ColorMultiplier": 1.0, "FadeDuration": 0.1 }, "ImageRUIDs": { @@ -337,11 +337,11 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 52, + "x": 52.0, "y": 53.5 }, "OffsetMin": { - "x": -56, + "x": -56.0, "y": -55.5 }, "Pivot": { @@ -349,35 +349,35 @@ "y": 0.5 }, "RectSize": { - "x": 108, - "y": 109 + "x": 108.0, + "y": 109.0 }, "UIMode": 1, "UIScale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "UIVersion": 2, "anchoredPosition": { - "x": -2, - "y": -1 + "x": -2.0, + "y": -1.0 }, "Position": { - "x": -2, - "y": -1, - "z": 0 + "x": -2.0, + "y": -1.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 }, @@ -389,33 +389,33 @@ "DataId": "cc55ed79f099cc94fae152e754984ddd" }, "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": 1, - "g": 1, - "b": 1, - "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, @@ -427,12 +427,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": 0, "Enable": true @@ -469,20 +469,20 @@ "ActivePlatform": 2, "AlignmentOption": 8, "AnchorsMax": { - "x": 1, - "y": 0 + "x": 1.0, + "y": 0.0 }, "AnchorsMin": { - "x": 1, - "y": 0 + "x": 1.0, + "y": 0.0 }, "MobileOnly": false, "OffsetMax": { - "x": -290, + "x": -290.0, "y": 295.57 }, "OffsetMin": { - "x": -494, + "x": -494.0, "y": 91.57001 }, "Pivot": { @@ -490,35 +490,35 @@ "y": 0.5 }, "RectSize": { - "x": 204, - "y": 204 + "x": 204.0, + "y": 204.0 }, "UIMode": 1, "UIScale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "UIVersion": 2, "anchoredPosition": { - "x": -392, + "x": -392.0, "y": 193.57 }, "Position": { - "x": 568, + "x": 568.0, "y": -346.43, - "z": 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 }, @@ -530,33 +530,33 @@ "DataId": "cd0560c4fc7f3b14994b90a502f00a21" }, "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": 1, - "g": 1, - "b": 1, - "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, @@ -568,12 +568,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": 0, "Enable": true @@ -582,28 +582,28 @@ "@type": "MOD.Core.ButtonComponent", "Colors": { "NormalColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "HighlightedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "PressedColor": { "r": 0.784313738, "g": 0.784313738, "b": 0.784313738, - "a": 1 + "a": 1.0 }, "SelectedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "DisabledColor": { "r": 0.784313738, @@ -611,7 +611,7 @@ "b": 0.784313738, "a": 0.5019608 }, - "ColorMultiplier": 1, + "ColorMultiplier": 1.0, "FadeDuration": 0.1 }, "ImageRUIDs": { @@ -667,46 +667,46 @@ "MobileOnly": false, "OffsetMax": { "x": 71.5, - "y": 68 + "y": 68.0 }, "OffsetMin": { "x": -81.5, - "y": -66 + "y": -66.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 153, - "y": 134 + "x": 153.0, + "y": 134.0 }, "UIMode": 1, "UIScale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "UIVersion": 2, "anchoredPosition": { - "x": -5, - "y": 1 + "x": -5.0, + "y": 1.0 }, "Position": { - "x": -5, - "y": 1, - "z": 0 + "x": -5.0, + "y": 1.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 }, @@ -718,33 +718,33 @@ "DataId": "b44742a7c3de2604ba4999a54ae0b4ed" }, "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": 1, - "g": 1, - "b": 1, - "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, @@ -756,12 +756,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": 0, "Enable": true @@ -798,20 +798,20 @@ "ActivePlatform": 2, "AlignmentOption": 7, "AnchorsMax": { - "x": 0, - "y": 0 + "x": 0.0, + "y": 0.0 }, "AnchorsMin": { - "x": 0, - "y": 0 + "x": 0.0, + "y": 0.0 }, "MobileOnly": false, "OffsetMax": { - "x": 410, + "x": 410.0, "y": 330.0001 }, "OffsetMin": { - "x": 210, + "x": 210.0, "y": 129.999908 }, "Pivot": { @@ -819,35 +819,35 @@ "y": 0.5 }, "RectSize": { - "x": 200, + "x": 200.0, "y": 200.0002 }, "UIMode": 1, "UIScale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "UIVersion": 2, "anchoredPosition": { - "x": 310, - "y": 230 + "x": 310.0, + "y": 230.0 }, "Position": { - "x": -650, - "y": -310, - "z": 0 + "x": -650.0, + "y": -310.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 }, @@ -859,33 +859,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, @@ -897,12 +897,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 @@ -945,12 +945,12 @@ "ActivePlatform": 255, "AlignmentOption": 4, "AnchorsMax": { - "x": 0, - "y": 1 + "x": 0.0, + "y": 1.0 }, "AnchorsMin": { - "x": 0, - "y": 1 + "x": 0.0, + "y": 1.0 }, "MobileOnly": false, "OffsetMax": { @@ -971,9 +971,9 @@ }, "UIMode": 1, "UIScale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "UIVersion": 2, "anchoredPosition": { @@ -983,18 +983,18 @@ "Position": { "x": -591.027466, "y": 288.1949, - "z": 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 }, @@ -1006,33 +1006,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, @@ -1044,12 +1044,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 @@ -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 @@ -1347,28 +1347,28 @@ "@type": "MOD.Core.ButtonComponent", "Colors": { "NormalColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "HighlightedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "PressedColor": { "r": 0.784313738, "g": 0.784313738, "b": 0.784313738, - "a": 1 + "a": 1.0 }, "SelectedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "DisabledColor": { "r": 0.784313738, @@ -1376,7 +1376,7 @@ "b": 0.784313738, "a": 0.5019608 }, - "ColorMultiplier": 1, + "ColorMultiplier": 1.0, "FadeDuration": 0.1 }, "ImageRUIDs": { @@ -1431,47 +1431,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 }, @@ -1483,33 +1483,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, @@ -1521,12 +1521,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 @@ -1536,20 +1536,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, @@ -1558,13 +1558,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": { @@ -1619,47 +1619,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 }, @@ -1671,33 +1671,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, @@ -1709,12 +1709,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 @@ -1724,20 +1724,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": 26, "MaxSize": 26, @@ -1746,13 +1746,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": { @@ -1807,47 +1807,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 }, @@ -1859,33 +1859,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, @@ -1897,12 +1897,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 @@ -1912,20 +1912,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": 20, "MaxSize": 20, @@ -1934,13 +1934,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": { @@ -1995,47 +1995,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 }, @@ -2047,33 +2047,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, @@ -2085,12 +2085,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 @@ -2099,28 +2099,28 @@ "@type": "MOD.Core.ButtonComponent", "Colors": { "NormalColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "HighlightedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "PressedColor": { "r": 0.784313738, "g": 0.784313738, "b": 0.784313738, - "a": 1 + "a": 1.0 }, "SelectedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "DisabledColor": { "r": 0.784313738, @@ -2128,7 +2128,7 @@ "b": 0.784313738, "a": 0.5019608 }, - "ColorMultiplier": 1, + "ColorMultiplier": 1.0, "FadeDuration": 0.1 }, "ImageRUIDs": { @@ -2183,47 +2183,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 }, @@ -2235,33 +2235,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, @@ -2273,12 +2273,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 @@ -2288,20 +2288,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, @@ -2310,13 +2310,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": { @@ -2371,47 +2371,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 }, @@ -2423,33 +2423,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, @@ -2461,12 +2461,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 @@ -2476,20 +2476,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": 26, "MaxSize": 26, @@ -2498,13 +2498,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": { @@ -2559,47 +2559,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 }, @@ -2611,33 +2611,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, @@ -2649,12 +2649,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 @@ -2664,20 +2664,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": 20, "MaxSize": 20, @@ -2686,13 +2686,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": { @@ -2747,47 +2747,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 }, @@ -2799,33 +2799,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, @@ -2837,12 +2837,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 @@ -2851,28 +2851,28 @@ "@type": "MOD.Core.ButtonComponent", "Colors": { "NormalColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "HighlightedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "PressedColor": { "r": 0.784313738, "g": 0.784313738, "b": 0.784313738, - "a": 1 + "a": 1.0 }, "SelectedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "DisabledColor": { "r": 0.784313738, @@ -2880,7 +2880,7 @@ "b": 0.784313738, "a": 0.5019608 }, - "ColorMultiplier": 1, + "ColorMultiplier": 1.0, "FadeDuration": 0.1 }, "ImageRUIDs": { @@ -2935,47 +2935,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 }, @@ -2987,33 +2987,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, @@ -3025,12 +3025,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 @@ -3040,20 +3040,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, @@ -3062,13 +3062,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": { @@ -3123,47 +3123,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 }, @@ -3175,33 +3175,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, @@ -3213,12 +3213,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 @@ -3228,20 +3228,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": 26, "MaxSize": 26, @@ -3250,13 +3250,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": { @@ -3311,47 +3311,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 }, @@ -3363,33 +3363,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, @@ -3401,12 +3401,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 @@ -3416,20 +3416,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": 20, "MaxSize": 20, @@ -3438,13 +3438,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": { @@ -3499,47 +3499,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 }, @@ -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.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, @@ -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": true, "Type": 1, "Enable": true @@ -3603,28 +3603,28 @@ "@type": "MOD.Core.ButtonComponent", "Colors": { "NormalColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "HighlightedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "PressedColor": { "r": 0.784313738, "g": 0.784313738, "b": 0.784313738, - "a": 1 + "a": 1.0 }, "SelectedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "DisabledColor": { "r": 0.784313738, @@ -3632,7 +3632,7 @@ "b": 0.784313738, "a": 0.5019608 }, - "ColorMultiplier": 1, + "ColorMultiplier": 1.0, "FadeDuration": 0.1 }, "ImageRUIDs": { @@ -3687,47 +3687,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 }, @@ -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": 34, "MaxSize": 34, @@ -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": 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 }, @@ -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": 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": 26, "MaxSize": 26, @@ -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": 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 }, @@ -4115,33 +4115,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, @@ -4153,12 +4153,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 @@ -4168,20 +4168,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": 20, "MaxSize": 20, @@ -4190,13 +4190,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": { @@ -4251,47 +4251,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 490, - "y": 125 + "x": 490.0, + "y": 125.0 }, "OffsetMin": { - "x": 310, - "y": -125 + "x": 310.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 }, @@ -4303,33 +4303,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, @@ -4341,12 +4341,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 @@ -4355,28 +4355,28 @@ "@type": "MOD.Core.ButtonComponent", "Colors": { "NormalColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "HighlightedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "PressedColor": { "r": 0.784313738, "g": 0.784313738, "b": 0.784313738, - "a": 1 + "a": 1.0 }, "SelectedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "DisabledColor": { "r": 0.784313738, @@ -4384,7 +4384,7 @@ "b": 0.784313738, "a": 0.5019608 }, - "ColorMultiplier": 1, + "ColorMultiplier": 1.0, "FadeDuration": 0.1 }, "ImageRUIDs": { @@ -4439,47 +4439,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 }, @@ -4491,33 +4491,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, @@ -4529,12 +4529,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 @@ -4544,20 +4544,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, @@ -4566,13 +4566,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -4627,47 +4627,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 }, @@ -4679,33 +4679,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, @@ -4717,12 +4717,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 @@ -4732,20 +4732,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": 26, "MaxSize": 26, @@ -4754,13 +4754,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -4815,47 +4815,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 80, - "y": -39 + "x": 80.0, + "y": -39.0 }, "OffsetMin": { - "x": -80, - "y": -121 + "x": -80.0, + "y": -121.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 160, - "y": 82 + "x": 160.0, + "y": 82.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 }, @@ -4867,33 +4867,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, @@ -4905,12 +4905,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 @@ -4920,20 +4920,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": 20, "MaxSize": 20, @@ -4942,13 +4942,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -4995,55 +4995,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": 640, - "y": 345 + "x": 640.0, + "y": 345.0 }, "OffsetMin": { - "x": -640, - "y": 15 + "x": -640.0, + "y": 15.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 1280, - "y": 330 + "x": 1280.0, + "y": 330.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 }, @@ -5055,33 +5055,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, @@ -5093,12 +5093,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 @@ -5144,47 +5144,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -524, - "y": 101 + "x": -524.0, + "y": 101.0 }, "OffsetMin": { - "x": -656, - "y": -85 + "x": -656.0, + "y": -85.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 186 + "x": 132.0, + "y": 186.0 }, "UIMode": 1, "UIScale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "UIVersion": 2, "anchoredPosition": { - "x": -590, - "y": 8 + "x": -590.0, + "y": 8.0 }, "Position": { - "x": -590, - "y": 8, - "z": 0 + "x": -590.0, + "y": 8.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 }, @@ -5196,33 +5196,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.17, "g": 0.2, "b": 0.25, - "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, @@ -5234,12 +5234,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 @@ -5285,47 +5285,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 60, - "y": 66 + "x": 60.0, + "y": 66.0 }, "OffsetMin": { - "x": -60, - "y": 24 + "x": -60.0, + "y": 24.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 120, - "y": 42 + "x": 120.0, + "y": 42.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": 45 + "x": 0.0, + "y": 45.0 }, "Position": { - "x": 0, - "y": 45, - "z": 0 + "x": 0.0, + "y": 45.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 }, @@ -5337,33 +5337,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, @@ -5375,12 +5375,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 @@ -5390,20 +5390,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": 0.94, "g": 0.74, "b": 0.26, - "a": 1 + "a": 1.0 }, "FontSize": 21, "MaxSize": 21, @@ -5412,13 +5412,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -5473,47 +5473,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 60, - "y": 16 + "x": 60.0, + "y": 16.0 }, "OffsetMin": { - "x": -60, - "y": -56 + "x": -60.0, + "y": -56.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 120, - "y": 72 + "x": 120.0, + "y": 72.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": -20 + "x": 0.0, + "y": -20.0 }, "Position": { - "x": 0, - "y": -20, - "z": 0 + "x": 0.0, + "y": -20.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 }, @@ -5525,33 +5525,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, @@ -5563,12 +5563,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 @@ -5578,20 +5578,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": 42, "MaxSize": 42, @@ -5600,13 +5600,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -5661,47 +5661,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 656, - "y": 101 + "x": 656.0, + "y": 101.0 }, "OffsetMin": { - "x": 524, - "y": -85 + "x": 524.0, + "y": -85.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 186 + "x": 132.0, + "y": 186.0 }, "UIMode": 1, "UIScale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "UIVersion": 2, "anchoredPosition": { - "x": 590, - "y": 8 + "x": 590.0, + "y": 8.0 }, "Position": { - "x": 590, - "y": 8, - "z": 0 + "x": 590.0, + "y": 8.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 }, @@ -5713,33 +5713,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.22, "g": 0.18, "b": 0.16, - "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, @@ -5751,12 +5751,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 @@ -5802,47 +5802,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 60, - "y": 66 + "x": 60.0, + "y": 66.0 }, "OffsetMin": { - "x": -60, - "y": 24 + "x": -60.0, + "y": 24.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 120, - "y": 42 + "x": 120.0, + "y": 42.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": 45 + "x": 0.0, + "y": 45.0 }, "Position": { - "x": 0, - "y": 45, - "z": 0 + "x": 0.0, + "y": 45.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 }, @@ -5854,33 +5854,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, @@ -5892,12 +5892,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 @@ -5907,20 +5907,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": 0.94, "g": 0.74, "b": 0.26, - "a": 1 + "a": 1.0 }, "FontSize": 21, "MaxSize": 21, @@ -5929,13 +5929,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -5990,47 +5990,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 60, - "y": 16 + "x": 60.0, + "y": 16.0 }, "OffsetMin": { - "x": -60, - "y": -56 + "x": -60.0, + "y": -56.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 120, - "y": 72 + "x": 120.0, + "y": 72.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": -20 + "x": 0.0, + "y": -20.0 }, "Position": { - "x": 0, - "y": -20, - "z": 0 + "x": 0.0, + "y": -20.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 }, @@ -6042,33 +6042,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, @@ -6080,12 +6080,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 @@ -6095,20 +6095,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": 42, "MaxSize": 42, @@ -6117,13 +6117,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -6178,47 +6178,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 85, - "y": 164 + "x": 85.0, + "y": 164.0 }, "OffsetMin": { - "x": -85, - "y": 106 + "x": -85.0, + "y": 106.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 170, - "y": 58 + "x": 170.0, + "y": 58.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": 135 + "x": 0.0, + "y": 135.0 }, "Position": { - "x": 0, - "y": 135, - "z": 0 + "x": 0.0, + "y": 135.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 }, @@ -6230,15 +6230,15 @@ "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": { @@ -6248,15 +6248,15 @@ "a": 0.92 }, "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, @@ -6268,12 +6268,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 @@ -6282,28 +6282,28 @@ "@type": "MOD.Core.ButtonComponent", "Colors": { "NormalColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "HighlightedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "PressedColor": { "r": 0.784313738, "g": 0.784313738, "b": 0.784313738, - "a": 1 + "a": 1.0 }, "SelectedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "DisabledColor": { "r": 0.784313738, @@ -6311,7 +6311,7 @@ "b": 0.784313738, "a": 0.5019608 }, - "ColorMultiplier": 1, + "ColorMultiplier": 1.0, "FadeDuration": 0.1 }, "ImageRUIDs": { @@ -6330,20 +6330,20 @@ "Alignment": 0, "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": 0.94, "g": 0.74, "b": 0.26, - "a": 1 + "a": 1.0 }, "FontSize": 25, "MaxSize": 25, @@ -6352,13 +6352,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -6413,47 +6413,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 110, - "y": 111 + "x": 110.0, + "y": 111.0 }, "OffsetMin": { - "x": -110, - "y": 69 + "x": -110.0, + "y": 69.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 220, - "y": 42 + "x": 220.0, + "y": 42.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": 90 + "x": 0.0, + "y": 90.0 }, "Position": { - "x": 0, - "y": 90, - "z": 0 + "x": 0.0, + "y": 90.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 }, @@ -6465,33 +6465,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, @@ -6503,12 +6503,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 @@ -6518,20 +6518,20 @@ "Alignment": 0, "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": 0.6, "g": 0.9, - "b": 1, - "a": 1 + "b": 1.0, + "a": 1.0 }, "FontSize": 24, "MaxSize": 24, @@ -6540,13 +6540,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -6575,7 +6575,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4, + "displayOrder": 6, "pathConstraints": "///", "revision": 1, "origin": { @@ -6601,47 +6601,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 960, - "y": 540 + "x": 960.0, + "y": 540.0 }, "OffsetMin": { - "x": -960, - "y": -540 + "x": -960.0, + "y": -540.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 1920, - "y": 1080 + "x": 1920.0, + "y": 1080.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 }, @@ -6653,33 +6653,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, @@ -6691,12 +6691,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 @@ -6742,47 +6742,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 190, - "y": 385 + "x": 190.0, + "y": 385.0 }, "OffsetMin": { - "x": -190, - "y": 215 + "x": -190.0, + "y": 215.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 380, - "y": 170 + "x": 380.0, + "y": 170.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": 300 + "x": 0.0, + "y": 300.0 }, "Position": { - "x": 0, - "y": 300, - "z": 0 + "x": 0.0, + "y": 300.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 }, @@ -6794,15 +6794,15 @@ "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": { @@ -6812,15 +6812,15 @@ "a": 0.78 }, "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, @@ -6832,12 +6832,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 @@ -6883,47 +6883,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 180, - "y": 380 + "x": 180.0, + "y": 380.0 }, "OffsetMin": { - "x": -180, - "y": 336 + "x": -180.0, + "y": 336.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 360, - "y": 44 + "x": 360.0, + "y": 44.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": 358 + "x": 0.0, + "y": 358.0 }, "Position": { - "x": 0, - "y": 358, - "z": 0 + "x": 0.0, + "y": 358.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 }, @@ -6935,33 +6935,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, @@ -6973,12 +6973,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 @@ -6988,20 +6988,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": 0.94, "g": 0.74, "b": 0.26, - "a": 1 + "a": 1.0 }, "FontSize": 28, "MaxSize": 28, @@ -7010,13 +7010,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -7071,47 +7071,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 180, - "y": 336 + "x": 180.0, + "y": 336.0 }, "OffsetMin": { - "x": -180, - "y": 296 + "x": -180.0, + "y": 296.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 360, - "y": 40 + "x": 360.0, + "y": 40.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": 316 + "x": 0.0, + "y": 316.0 }, "Position": { - "x": 0, - "y": 316, - "z": 0 + "x": 0.0, + "y": 316.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 }, @@ -7123,33 +7123,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, @@ -7161,12 +7161,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 @@ -7176,20 +7176,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": 24, "MaxSize": 24, @@ -7198,13 +7198,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -7259,47 +7259,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 180, - "y": 298 + "x": 180.0, + "y": 298.0 }, "OffsetMin": { - "x": -180, - "y": 262 + "x": -180.0, + "y": 262.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 360, - "y": 36 + "x": 360.0, + "y": 36.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": 280 + "x": 0.0, + "y": 280.0 }, "Position": { - "x": 0, - "y": 280, - "z": 0 + "x": 0.0, + "y": 280.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 }, @@ -7311,33 +7311,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, @@ -7349,12 +7349,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 @@ -7364,20 +7364,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": 0.6, "g": 0.8, - "b": 1, - "a": 1 + "b": 1.0, + "a": 1.0 }, "FontSize": 20, "MaxSize": 20, @@ -7386,13 +7386,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -7447,47 +7447,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 180, - "y": 263 + "x": 180.0, + "y": 263.0 }, "OffsetMin": { - "x": -180, - "y": 225 + "x": -180.0, + "y": 225.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 360, - "y": 38 + "x": 360.0, + "y": 38.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": 244 + "x": 0.0, + "y": 244.0 }, "Position": { - "x": 0, - "y": 244, - "z": 0 + "x": 0.0, + "y": 244.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 }, @@ -7499,33 +7499,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, @@ -7537,12 +7537,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 @@ -7552,20 +7552,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, + "r": 1.0, "g": 0.72, "b": 0.5, - "a": 1 + "a": 1.0 }, "FontSize": 22, "MaxSize": 22, @@ -7574,13 +7574,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -7635,47 +7635,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -610, - "y": -205 + "x": -610.0, + "y": -205.0 }, "OffsetMin": { - "x": -910, - "y": -315 + "x": -910.0, + "y": -315.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 300, - "y": 110 + "x": 300.0, + "y": 110.0 }, "UIMode": 1, "UIScale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "UIVersion": 2, "anchoredPosition": { - "x": -760, - "y": -260 + "x": -760.0, + "y": -260.0 }, "Position": { - "x": -760, - "y": -260, - "z": 0 + "x": -760.0, + "y": -260.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 }, @@ -7687,15 +7687,15 @@ "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": { @@ -7705,15 +7705,15 @@ "a": 0.78 }, "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, @@ -7725,12 +7725,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 @@ -7776,47 +7776,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -620, - "y": -216 + "x": -620.0, + "y": -216.0 }, "OffsetMin": { - "x": -900, - "y": -260 + "x": -900.0, + "y": -260.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 280, - "y": 44 + "x": 280.0, + "y": 44.0 }, "UIMode": 1, "UIScale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "UIVersion": 2, "anchoredPosition": { - "x": -760, - "y": -238 + "x": -760.0, + "y": -238.0 }, "Position": { - "x": -760, - "y": -238, - "z": 0 + "x": -760.0, + "y": -238.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 }, @@ -7828,33 +7828,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, @@ -7866,12 +7866,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 @@ -7881,20 +7881,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": 26, "MaxSize": 26, @@ -7903,13 +7903,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -7964,47 +7964,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -620, - "y": -265 + "x": -620.0, + "y": -265.0 }, "OffsetMin": { - "x": -900, - "y": -303 + "x": -900.0, + "y": -303.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 280, - "y": 38 + "x": 280.0, + "y": 38.0 }, "UIMode": 1, "UIScale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "UIVersion": 2, "anchoredPosition": { - "x": -760, - "y": -284 + "x": -760.0, + "y": -284.0 }, "Position": { - "x": -760, - "y": -284, - "z": 0 + "x": -760.0, + "y": -284.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 }, @@ -8016,33 +8016,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, @@ -8054,12 +8054,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 @@ -8069,20 +8069,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": 0.6, "g": 0.8, - "b": 1, - "a": 1 + "b": 1.0, + "a": 1.0 }, "FontSize": 22, "MaxSize": 22, @@ -8091,13 +8091,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -8126,7 +8126,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 9, + "displayOrder": 8, "pathConstraints": "////", "revision": 1, "origin": { @@ -8152,47 +8152,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -700, - "y": 502 + "x": -700.0, + "y": 502.0 }, "OffsetMin": { - "x": -940, - "y": 458 + "x": -940.0, + "y": 458.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 240, - "y": 44 + "x": 240.0, + "y": 44.0 }, "UIMode": 1, "UIScale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "UIVersion": 2, "anchoredPosition": { - "x": -820, - "y": 480 + "x": -820.0, + "y": 480.0 }, "Position": { - "x": -820, - "y": 480, - "z": 0 + "x": -820.0, + "y": 480.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 }, @@ -8204,33 +8204,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, @@ -8242,12 +8242,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 @@ -8257,20 +8257,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": 0.94, "g": 0.74, "b": 0.26, - "a": 1 + "a": 1.0 }, "FontSize": 26, "MaxSize": 26, @@ -8279,13 +8279,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -8340,47 +8340,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 940, - "y": 502 + "x": 940.0, + "y": 502.0 }, "OffsetMin": { - "x": 700, - "y": 458 + "x": 700.0, + "y": 458.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 240, - "y": 44 + "x": 240.0, + "y": 44.0 }, "UIMode": 1, "UIScale": { - "x": 1, - "y": 1, - "z": 1 + "x": 1.0, + "y": 1.0, + "z": 1.0 }, "UIVersion": 2, "anchoredPosition": { - "x": 820, - "y": 480 + "x": 820.0, + "y": 480.0 }, "Position": { - "x": 820, - "y": 480, - "z": 0 + "x": 820.0, + "y": 480.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 }, @@ -8392,33 +8392,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, @@ -8430,12 +8430,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 @@ -8445,20 +8445,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": 0.98, "g": 0.85, "b": 0.4, - "a": 1 + "a": 1.0 }, "FontSize": 26, "MaxSize": 26, @@ -8467,13 +8467,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -8502,7 +8502,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 9, + "displayOrder": 10, "pathConstraints": "////", "revision": 1, "origin": { @@ -8528,47 +8528,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 500, - "y": 450 + "x": 500.0, + "y": 450.0 }, "OffsetMin": { - "x": -500, - "y": 410 + "x": -500.0, + "y": 410.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 1000, - "y": 40 + "x": 1000.0, + "y": 40.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": 430 + "x": 0.0, + "y": 430.0 }, "Position": { - "x": 0, - "y": 430, - "z": 0 + "x": 0.0, + "y": 430.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 }, @@ -8580,33 +8580,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, @@ -8618,12 +8618,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 @@ -8633,20 +8633,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": 0.8, "g": 0.7, "b": 0.95, - "a": 1 + "a": 1.0 }, "FontSize": 22, "MaxSize": 22, @@ -8655,13 +8655,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -8690,7 +8690,7 @@ "enable": false, "visible": true, "localize": true, - "displayOrder": 8, + "displayOrder": 11, "pathConstraints": "////", "revision": 1, "origin": { @@ -8716,47 +8716,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 350, - "y": 190 + "x": 350.0, + "y": 190.0 }, "OffsetMin": { - "x": -350, - "y": 50 + "x": -350.0, + "y": 50.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 700, - "y": 140 + "x": 700.0, + "y": 140.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": 120 + "x": 0.0, + "y": 120.0 }, "Position": { - "x": 0, - "y": 120, - "z": 0 + "x": 0.0, + "y": 120.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 }, @@ -8768,33 +8768,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, @@ -8806,12 +8806,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 @@ -8821,20 +8821,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": 0.94, "g": 0.74, "b": 0.26, - "a": 1 + "a": 1.0 }, "FontSize": 64, "MaxSize": 64, @@ -8843,13 +8843,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -8878,7 +8878,7 @@ "enable": false, "visible": true, "localize": true, - "displayOrder": 6, + "displayOrder": 7, "pathConstraints": "///", "revision": 1, "origin": { @@ -8904,47 +8904,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 960, - "y": 540 + "x": 960.0, + "y": 540.0 }, "OffsetMin": { - "x": -960, - "y": -540 + "x": -960.0, + "y": -540.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 1920, - "y": 1080 + "x": 1920.0, + "y": 1080.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 }, @@ -8956,15 +8956,15 @@ "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": { @@ -8974,15 +8974,15 @@ "a": 0.86 }, "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, @@ -8994,12 +8994,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 @@ -9045,47 +9045,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 350, - "y": 332 + "x": 350.0, + "y": 332.0 }, "OffsetMin": { - "x": -350, - "y": 268 + "x": -350.0, + "y": 268.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 700, - "y": 64 + "x": 700.0, + "y": 64.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": 300 + "x": 0.0, + "y": 300.0 }, "Position": { - "x": 0, - "y": 300, - "z": 0 + "x": 0.0, + "y": 300.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 }, @@ -9097,33 +9097,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, @@ -9135,12 +9135,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 @@ -9150,20 +9150,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": 0.94, "g": 0.74, "b": 0.26, - "a": 1 + "a": 1.0 }, "FontSize": 44, "MaxSize": 44, @@ -9172,13 +9172,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -9233,47 +9233,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -210, - "y": 125 + "x": -210.0, + "y": 125.0 }, "OffsetMin": { - "x": -390, - "y": -125 + "x": -390.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": -300, - "y": 0 + "x": -300.0, + "y": 0.0 }, "Position": { - "x": -300, - "y": 0, - "z": 0 + "x": -300.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 }, @@ -9285,33 +9285,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, @@ -9323,12 +9323,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 @@ -9337,28 +9337,28 @@ "@type": "MOD.Core.ButtonComponent", "Colors": { "NormalColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "HighlightedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "PressedColor": { "r": 0.784313738, "g": 0.784313738, "b": 0.784313738, - "a": 1 + "a": 1.0 }, "SelectedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "DisabledColor": { "r": 0.784313738, @@ -9366,7 +9366,7 @@ "b": 0.784313738, "a": 0.5019608 }, - "ColorMultiplier": 1, + "ColorMultiplier": 1.0, "FadeDuration": 0.1 }, "ImageRUIDs": { @@ -9421,47 +9421,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 }, @@ -9473,33 +9473,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, @@ -9511,12 +9511,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 @@ -9526,20 +9526,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, @@ -9548,13 +9548,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -9609,47 +9609,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 }, @@ -9661,33 +9661,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, @@ -9699,12 +9699,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 @@ -9714,20 +9714,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": 26, "MaxSize": 26, @@ -9736,13 +9736,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -9797,47 +9797,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 80, - "y": -39 + "x": 80.0, + "y": -39.0 }, "OffsetMin": { - "x": -80, - "y": -121 + "x": -80.0, + "y": -121.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 160, - "y": 82 + "x": 160.0, + "y": 82.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 }, @@ -9849,33 +9849,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, @@ -9887,12 +9887,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 @@ -9902,20 +9902,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": 20, "MaxSize": 20, @@ -9924,13 +9924,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -9985,47 +9985,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 }, @@ -10037,33 +10037,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, @@ -10075,12 +10075,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 @@ -10089,28 +10089,28 @@ "@type": "MOD.Core.ButtonComponent", "Colors": { "NormalColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "HighlightedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "PressedColor": { "r": 0.784313738, "g": 0.784313738, "b": 0.784313738, - "a": 1 + "a": 1.0 }, "SelectedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "DisabledColor": { "r": 0.784313738, @@ -10118,7 +10118,7 @@ "b": 0.784313738, "a": 0.5019608 }, - "ColorMultiplier": 1, + "ColorMultiplier": 1.0, "FadeDuration": 0.1 }, "ImageRUIDs": { @@ -10173,47 +10173,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 }, @@ -10225,33 +10225,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, @@ -10263,12 +10263,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 @@ -10278,20 +10278,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, @@ -10300,13 +10300,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -10361,47 +10361,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 }, @@ -10413,33 +10413,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, @@ -10451,12 +10451,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 @@ -10466,20 +10466,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": 26, "MaxSize": 26, @@ -10488,13 +10488,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -10549,47 +10549,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 80, - "y": -39 + "x": 80.0, + "y": -39.0 }, "OffsetMin": { - "x": -80, - "y": -121 + "x": -80.0, + "y": -121.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 160, - "y": 82 + "x": 160.0, + "y": 82.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 }, @@ -10601,33 +10601,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, @@ -10639,12 +10639,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 @@ -10654,20 +10654,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": 20, "MaxSize": 20, @@ -10676,13 +10676,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -10737,47 +10737,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 390, - "y": 125 + "x": 390.0, + "y": 125.0 }, "OffsetMin": { - "x": 210, - "y": -125 + "x": 210.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": 300, - "y": 0 + "x": 300.0, + "y": 0.0 }, "Position": { - "x": 300, - "y": 0, - "z": 0 + "x": 300.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 }, @@ -10789,33 +10789,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, @@ -10827,12 +10827,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 @@ -10841,28 +10841,28 @@ "@type": "MOD.Core.ButtonComponent", "Colors": { "NormalColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "HighlightedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "PressedColor": { "r": 0.784313738, "g": 0.784313738, "b": 0.784313738, - "a": 1 + "a": 1.0 }, "SelectedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "DisabledColor": { "r": 0.784313738, @@ -10870,7 +10870,7 @@ "b": 0.784313738, "a": 0.5019608 }, - "ColorMultiplier": 1, + "ColorMultiplier": 1.0, "FadeDuration": 0.1 }, "ImageRUIDs": { @@ -10925,47 +10925,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 }, @@ -10977,33 +10977,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, @@ -11015,12 +11015,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 @@ -11030,20 +11030,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, @@ -11052,13 +11052,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -11113,47 +11113,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 }, @@ -11165,33 +11165,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, @@ -11203,12 +11203,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 @@ -11218,20 +11218,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": 26, "MaxSize": 26, @@ -11240,13 +11240,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -11301,47 +11301,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 80, - "y": -39 + "x": 80.0, + "y": -39.0 }, "OffsetMin": { - "x": -80, - "y": -121 + "x": -80.0, + "y": -121.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 160, - "y": 82 + "x": 160.0, + "y": 82.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 }, @@ -11353,33 +11353,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, @@ -11391,12 +11391,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 @@ -11406,20 +11406,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": 20, "MaxSize": 20, @@ -11428,13 +11428,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -11463,7 +11463,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 10, + "displayOrder": 4, "pathConstraints": "////", "revision": 1, "origin": { @@ -11489,47 +11489,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 100, - "y": -230 + "x": 100.0, + "y": -230.0 }, "OffsetMin": { - "x": -100, - "y": -290 + "x": -100.0, + "y": -290.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 200, - "y": 60 + "x": 200.0, + "y": 60.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": -260 + "x": 0.0, + "y": -260.0 }, "Position": { - "x": 0, - "y": -260, - "z": 0 + "x": 0.0, + "y": -260.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 }, @@ -11541,15 +11541,15 @@ "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": { @@ -11559,15 +11559,15 @@ "a": 0.92 }, "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, @@ -11579,12 +11579,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 @@ -11593,28 +11593,28 @@ "@type": "MOD.Core.ButtonComponent", "Colors": { "NormalColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "HighlightedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "PressedColor": { "r": 0.784313738, "g": 0.784313738, "b": 0.784313738, - "a": 1 + "a": 1.0 }, "SelectedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "DisabledColor": { "r": 0.784313738, @@ -11622,7 +11622,7 @@ "b": 0.784313738, "a": 0.5019608 }, - "ColorMultiplier": 1, + "ColorMultiplier": 1.0, "FadeDuration": 0.1 }, "ImageRUIDs": { @@ -11641,20 +11641,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": 0.94, "g": 0.74, "b": 0.26, - "a": 1 + "a": 1.0 }, "FontSize": 26, "MaxSize": 26, @@ -11663,13 +11663,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -11698,7 +11698,7 @@ "enable": false, "visible": true, "localize": true, - "displayOrder": 7, + "displayOrder": 8, "pathConstraints": "///", "revision": 1, "origin": { @@ -11724,47 +11724,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 960, - "y": 540 + "x": 960.0, + "y": 540.0 }, "OffsetMin": { - "x": -960, - "y": -540 + "x": -960.0, + "y": -540.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 1920, - "y": 1080 + "x": 1920.0, + "y": 1080.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 }, @@ -11776,15 +11776,15 @@ "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": { @@ -11794,15 +11794,15 @@ "a": 0.9 }, "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, @@ -11814,12 +11814,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 @@ -11865,47 +11865,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 350, - "y": 540 + "x": 350.0, + "y": 540.0 }, "OffsetMin": { - "x": -350, - "y": 480 + "x": -350.0, + "y": 480.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 700, - "y": 60 + "x": 700.0, + "y": 60.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": 510 + "x": 0.0, + "y": 510.0 }, "Position": { - "x": 0, - "y": 510, - "z": 0 + "x": 0.0, + "y": 510.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 }, @@ -11917,33 +11917,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, @@ -11955,12 +11955,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 @@ -11970,20 +11970,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": 0.94, "g": 0.74, "b": 0.26, - "a": 1 + "a": 1.0 }, "FontSize": 40, "MaxSize": 40, @@ -11992,13 +11992,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -12053,47 +12053,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -105, - "y": -170 + "x": -105.0, + "y": -170.0 }, "OffsetMin": { - "x": -255, - "y": -250 + "x": -255.0, + "y": -250.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 150, - "y": 80 + "x": 150.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": -180, - "y": -210 + "x": -180.0, + "y": -210.0 }, "Position": { - "x": -180, - "y": -210, - "z": 0 + "x": -180.0, + "y": -210.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 }, @@ -12105,33 +12105,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.3, "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, @@ -12143,12 +12143,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 @@ -12157,28 +12157,28 @@ "@type": "MOD.Core.ButtonComponent", "Colors": { "NormalColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "HighlightedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "PressedColor": { "r": 0.784313738, "g": 0.784313738, "b": 0.784313738, - "a": 1 + "a": 1.0 }, "SelectedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "DisabledColor": { "r": 0.784313738, @@ -12186,7 +12186,7 @@ "b": 0.784313738, "a": 0.5019608 }, - "ColorMultiplier": 1, + "ColorMultiplier": 1.0, "FadeDuration": 0.1 }, "ImageRUIDs": { @@ -12241,47 +12241,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 72, - "y": 36 + "x": 72.0, + "y": 36.0 }, "OffsetMin": { - "x": -72, - "y": -36 + "x": -72.0, + "y": -36.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 144, - "y": 72 + "x": 144.0, + "y": 72.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 }, @@ -12293,33 +12293,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, @@ -12331,12 +12331,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 @@ -12346,20 +12346,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": 20, "MaxSize": 20, @@ -12368,13 +12368,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -12403,7 +12403,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 1, + "displayOrder": 2, "pathConstraints": "////", "revision": 1, "origin": { @@ -12429,47 +12429,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 255, - "y": -170 + "x": 255.0, + "y": -170.0 }, "OffsetMin": { - "x": 105, - "y": -250 + "x": 105.0, + "y": -250.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 150, - "y": 80 + "x": 150.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": 180, - "y": -210 + "x": 180.0, + "y": -210.0 }, "Position": { - "x": 180, - "y": -210, - "z": 0 + "x": 180.0, + "y": -210.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 }, @@ -12481,33 +12481,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.3, "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, @@ -12519,12 +12519,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 @@ -12533,28 +12533,28 @@ "@type": "MOD.Core.ButtonComponent", "Colors": { "NormalColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "HighlightedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "PressedColor": { "r": 0.784313738, "g": 0.784313738, "b": 0.784313738, - "a": 1 + "a": 1.0 }, "SelectedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "DisabledColor": { "r": 0.784313738, @@ -12562,7 +12562,7 @@ "b": 0.784313738, "a": 0.5019608 }, - "ColorMultiplier": 1, + "ColorMultiplier": 1.0, "FadeDuration": 0.1 }, "ImageRUIDs": { @@ -12617,47 +12617,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 72, - "y": 36 + "x": 72.0, + "y": 36.0 }, "OffsetMin": { - "x": -72, - "y": -36 + "x": -72.0, + "y": -36.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 144, - "y": 72 + "x": 144.0, + "y": 72.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 }, @@ -12669,33 +12669,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, @@ -12707,12 +12707,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 @@ -12722,20 +12722,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": 20, "MaxSize": 20, @@ -12744,13 +12744,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -12779,7 +12779,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 2, + "displayOrder": 3, "pathConstraints": "////", "revision": 1, "origin": { @@ -12805,47 +12805,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -105, - "y": -30 + "x": -105.0, + "y": -30.0 }, "OffsetMin": { - "x": -255, - "y": -110 + "x": -255.0, + "y": -110.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 150, - "y": 80 + "x": 150.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": -180, - "y": -70 + "x": -180.0, + "y": -70.0 }, "Position": { - "x": -180, - "y": -70, - "z": 0 + "x": -180.0, + "y": -70.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 }, @@ -12857,33 +12857,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.3, "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, @@ -12895,12 +12895,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 @@ -12909,28 +12909,28 @@ "@type": "MOD.Core.ButtonComponent", "Colors": { "NormalColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "HighlightedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "PressedColor": { "r": 0.784313738, "g": 0.784313738, "b": 0.784313738, - "a": 1 + "a": 1.0 }, "SelectedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "DisabledColor": { "r": 0.784313738, @@ -12938,7 +12938,7 @@ "b": 0.784313738, "a": 0.5019608 }, - "ColorMultiplier": 1, + "ColorMultiplier": 1.0, "FadeDuration": 0.1 }, "ImageRUIDs": { @@ -12993,47 +12993,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 72, - "y": 36 + "x": 72.0, + "y": 36.0 }, "OffsetMin": { - "x": -72, - "y": -36 + "x": -72.0, + "y": -36.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 144, - "y": 72 + "x": 144.0, + "y": 72.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 }, @@ -13045,33 +13045,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, @@ -13083,12 +13083,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 @@ -13098,20 +13098,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": 20, "MaxSize": 20, @@ -13120,13 +13120,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -13155,7 +13155,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 2, + "displayOrder": 4, "pathConstraints": "////", "revision": 1, "origin": { @@ -13181,47 +13181,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 255, - "y": -30 + "x": 255.0, + "y": -30.0 }, "OffsetMin": { - "x": 105, - "y": -110 + "x": 105.0, + "y": -110.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 150, - "y": 80 + "x": 150.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": 180, - "y": -70 + "x": 180.0, + "y": -70.0 }, "Position": { - "x": 180, - "y": -70, - "z": 0 + "x": 180.0, + "y": -70.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 }, @@ -13233,33 +13233,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.3, "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, @@ -13271,12 +13271,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 @@ -13285,28 +13285,28 @@ "@type": "MOD.Core.ButtonComponent", "Colors": { "NormalColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "HighlightedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "PressedColor": { "r": 0.784313738, "g": 0.784313738, "b": 0.784313738, - "a": 1 + "a": 1.0 }, "SelectedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "DisabledColor": { "r": 0.784313738, @@ -13314,7 +13314,7 @@ "b": 0.784313738, "a": 0.5019608 }, - "ColorMultiplier": 1, + "ColorMultiplier": 1.0, "FadeDuration": 0.1 }, "ImageRUIDs": { @@ -13369,47 +13369,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 72, - "y": 36 + "x": 72.0, + "y": 36.0 }, "OffsetMin": { - "x": -72, - "y": -36 + "x": -72.0, + "y": -36.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 144, - "y": 72 + "x": 144.0, + "y": 72.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 }, @@ -13421,33 +13421,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, @@ -13459,12 +13459,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 @@ -13474,20 +13474,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": 20, "MaxSize": 20, @@ -13496,13 +13496,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -13531,7 +13531,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3, + "displayOrder": 5, "pathConstraints": "////", "revision": 1, "origin": { @@ -13557,47 +13557,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -105, - "y": 110 + "x": -105.0, + "y": 110.0 }, "OffsetMin": { - "x": -255, - "y": 30 + "x": -255.0, + "y": 30.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 150, - "y": 80 + "x": 150.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": -180, - "y": 70 + "x": -180.0, + "y": 70.0 }, "Position": { - "x": -180, - "y": 70, - "z": 0 + "x": -180.0, + "y": 70.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 }, @@ -13609,33 +13609,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.3, "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, @@ -13647,12 +13647,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 @@ -13661,28 +13661,28 @@ "@type": "MOD.Core.ButtonComponent", "Colors": { "NormalColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "HighlightedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "PressedColor": { "r": 0.784313738, "g": 0.784313738, "b": 0.784313738, - "a": 1 + "a": 1.0 }, "SelectedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "DisabledColor": { "r": 0.784313738, @@ -13690,7 +13690,7 @@ "b": 0.784313738, "a": 0.5019608 }, - "ColorMultiplier": 1, + "ColorMultiplier": 1.0, "FadeDuration": 0.1 }, "ImageRUIDs": { @@ -13745,47 +13745,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 72, - "y": 36 + "x": 72.0, + "y": 36.0 }, "OffsetMin": { - "x": -72, - "y": -36 + "x": -72.0, + "y": -36.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 144, - "y": 72 + "x": 144.0, + "y": 72.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 }, @@ -13797,33 +13797,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, @@ -13835,12 +13835,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 @@ -13850,20 +13850,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": 20, "MaxSize": 20, @@ -13872,13 +13872,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -13907,7 +13907,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3, + "displayOrder": 6, "pathConstraints": "////", "revision": 1, "origin": { @@ -13933,47 +13933,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 255, - "y": 110 + "x": 255.0, + "y": 110.0 }, "OffsetMin": { - "x": 105, - "y": 30 + "x": 105.0, + "y": 30.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 150, - "y": 80 + "x": 150.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": 180, - "y": 70 + "x": 180.0, + "y": 70.0 }, "Position": { - "x": 180, - "y": 70, - "z": 0 + "x": 180.0, + "y": 70.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 }, @@ -13985,33 +13985,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.3, "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, @@ -14023,12 +14023,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 @@ -14037,28 +14037,28 @@ "@type": "MOD.Core.ButtonComponent", "Colors": { "NormalColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "HighlightedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "PressedColor": { "r": 0.784313738, "g": 0.784313738, "b": 0.784313738, - "a": 1 + "a": 1.0 }, "SelectedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "DisabledColor": { "r": 0.784313738, @@ -14066,7 +14066,7 @@ "b": 0.784313738, "a": 0.5019608 }, - "ColorMultiplier": 1, + "ColorMultiplier": 1.0, "FadeDuration": 0.1 }, "ImageRUIDs": { @@ -14121,47 +14121,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 72, - "y": 36 + "x": 72.0, + "y": 36.0 }, "OffsetMin": { - "x": -72, - "y": -36 + "x": -72.0, + "y": -36.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 144, - "y": 72 + "x": 144.0, + "y": 72.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 }, @@ -14173,33 +14173,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, @@ -14211,12 +14211,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 @@ -14226,20 +14226,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": 20, "MaxSize": 20, @@ -14248,13 +14248,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -14283,7 +14283,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4, + "displayOrder": 7, "pathConstraints": "////", "revision": 1, "origin": { @@ -14309,47 +14309,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 75, - "y": 250 + "x": 75.0, + "y": 250.0 }, "OffsetMin": { - "x": -75, - "y": 170 + "x": -75.0, + "y": 170.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 150, - "y": 80 + "x": 150.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": 210 + "x": 0.0, + "y": 210.0 }, "Position": { - "x": 0, - "y": 210, - "z": 0 + "x": 0.0, + "y": 210.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 }, @@ -14361,33 +14361,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.3, "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, @@ -14399,12 +14399,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 @@ -14413,28 +14413,28 @@ "@type": "MOD.Core.ButtonComponent", "Colors": { "NormalColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "HighlightedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "PressedColor": { "r": 0.784313738, "g": 0.784313738, "b": 0.784313738, - "a": 1 + "a": 1.0 }, "SelectedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "DisabledColor": { "r": 0.784313738, @@ -14442,7 +14442,7 @@ "b": 0.784313738, "a": 0.5019608 }, - "ColorMultiplier": 1, + "ColorMultiplier": 1.0, "FadeDuration": 0.1 }, "ImageRUIDs": { @@ -14497,47 +14497,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 72, - "y": 36 + "x": 72.0, + "y": 36.0 }, "OffsetMin": { - "x": -72, - "y": -36 + "x": -72.0, + "y": -36.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 144, - "y": 72 + "x": 144.0, + "y": 72.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 }, @@ -14549,33 +14549,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, @@ -14587,12 +14587,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 @@ -14602,20 +14602,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": 20, "MaxSize": 20, @@ -14624,13 +14624,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -14659,7 +14659,7 @@ "enable": false, "visible": true, "localize": true, - "displayOrder": 8, + "displayOrder": 9, "pathConstraints": "///", "revision": 1, "origin": { @@ -14685,47 +14685,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 960, - "y": 540 + "x": 960.0, + "y": 540.0 }, "OffsetMin": { - "x": -960, - "y": -540 + "x": -960.0, + "y": -540.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 1920, - "y": 1080 + "x": 1920.0, + "y": 1080.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 }, @@ -14737,15 +14737,15 @@ "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": { @@ -14755,15 +14755,15 @@ "a": 0.92 }, "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, @@ -14775,12 +14775,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 @@ -14826,47 +14826,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 350, - "y": 430 + "x": 350.0, + "y": 430.0 }, "OffsetMin": { - "x": -350, - "y": 370 + "x": -350.0, + "y": 370.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 700, - "y": 60 + "x": 700.0, + "y": 60.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": 400 + "x": 0.0, + "y": 400.0 }, "Position": { - "x": 0, - "y": 400, - "z": 0 + "x": 0.0, + "y": 400.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 }, @@ -14878,33 +14878,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, @@ -14916,12 +14916,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 @@ -14931,20 +14931,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": 0.94, "g": 0.74, "b": 0.26, - "a": 1 + "a": 1.0 }, "FontSize": 44, "MaxSize": 44, @@ -14953,13 +14953,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -15014,47 +15014,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 150, - "y": 352 + "x": 150.0, + "y": 352.0 }, "OffsetMin": { - "x": -150, - "y": 308 + "x": -150.0, + "y": 308.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 300, - "y": 44 + "x": 300.0, + "y": 44.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": 330 + "x": 0.0, + "y": 330.0 }, "Position": { - "x": 0, - "y": 330, - "z": 0 + "x": 0.0, + "y": 330.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 }, @@ -15066,33 +15066,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, @@ -15104,12 +15104,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 @@ -15119,20 +15119,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": 0.98, "g": 0.85, "b": 0.4, - "a": 1 + "a": 1.0 }, "FontSize": 28, "MaxSize": 28, @@ -15141,13 +15141,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -15176,7 +15176,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 1, + "displayOrder": 2, "pathConstraints": "////", "revision": 1, "origin": { @@ -15202,47 +15202,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -210, - "y": 145 + "x": -210.0, + "y": 145.0 }, "OffsetMin": { - "x": -390, - "y": -105 + "x": -390.0, + "y": -105.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": -300, - "y": 20 + "x": -300.0, + "y": 20.0 }, "Position": { - "x": -300, - "y": 20, - "z": 0 + "x": -300.0, + "y": 20.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 }, @@ -15254,33 +15254,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, @@ -15292,12 +15292,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 @@ -15306,28 +15306,28 @@ "@type": "MOD.Core.ButtonComponent", "Colors": { "NormalColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "HighlightedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "PressedColor": { "r": 0.784313738, "g": 0.784313738, "b": 0.784313738, - "a": 1 + "a": 1.0 }, "SelectedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "DisabledColor": { "r": 0.784313738, @@ -15335,7 +15335,7 @@ "b": 0.784313738, "a": 0.5019608 }, - "ColorMultiplier": 1, + "ColorMultiplier": 1.0, "FadeDuration": 0.1 }, "ImageRUIDs": { @@ -15390,47 +15390,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 }, @@ -15442,33 +15442,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, @@ -15480,12 +15480,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 @@ -15495,20 +15495,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, @@ -15517,13 +15517,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -15578,47 +15578,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 }, @@ -15630,33 +15630,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, @@ -15668,12 +15668,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 @@ -15683,20 +15683,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": 26, "MaxSize": 26, @@ -15705,13 +15705,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -15766,47 +15766,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 80, - "y": -20 + "x": 80.0, + "y": -20.0 }, "OffsetMin": { - "x": -80, - "y": -80 + "x": -80.0, + "y": -80.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 160, - "y": 60 + "x": 160.0, + "y": 60.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 }, @@ -15818,33 +15818,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, @@ -15856,12 +15856,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 @@ -15871,20 +15871,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": 20, "MaxSize": 20, @@ -15893,13 +15893,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -15954,47 +15954,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 80, - "y": -85 + "x": 80.0, + "y": -85.0 }, "OffsetMin": { - "x": -80, - "y": -125 + "x": -80.0, + "y": -125.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 160, - "y": 40 + "x": 160.0, + "y": 40.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": -105 + "x": 0.0, + "y": -105.0 }, "Position": { - "x": 0, - "y": -105, - "z": 0 + "x": 0.0, + "y": -105.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 }, @@ -16006,33 +16006,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, @@ -16044,12 +16044,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 @@ -16059,20 +16059,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": 0.98, "g": 0.85, "b": 0.4, - "a": 1 + "a": 1.0 }, "FontSize": 22, "MaxSize": 22, @@ -16081,13 +16081,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -16116,7 +16116,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 2, + "displayOrder": 3, "pathConstraints": "////", "revision": 1, "origin": { @@ -16142,47 +16142,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 90, - "y": 145 + "x": 90.0, + "y": 145.0 }, "OffsetMin": { - "x": -90, - "y": -105 + "x": -90.0, + "y": -105.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": 20 + "x": 0.0, + "y": 20.0 }, "Position": { - "x": 0, - "y": 20, - "z": 0 + "x": 0.0, + "y": 20.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 }, @@ -16194,33 +16194,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, @@ -16232,12 +16232,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 @@ -16246,28 +16246,28 @@ "@type": "MOD.Core.ButtonComponent", "Colors": { "NormalColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "HighlightedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "PressedColor": { "r": 0.784313738, "g": 0.784313738, "b": 0.784313738, - "a": 1 + "a": 1.0 }, "SelectedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "DisabledColor": { "r": 0.784313738, @@ -16275,7 +16275,7 @@ "b": 0.784313738, "a": 0.5019608 }, - "ColorMultiplier": 1, + "ColorMultiplier": 1.0, "FadeDuration": 0.1 }, "ImageRUIDs": { @@ -16330,47 +16330,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 }, @@ -16382,33 +16382,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, @@ -16420,12 +16420,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 @@ -16435,20 +16435,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, @@ -16457,13 +16457,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -16518,47 +16518,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 }, @@ -16570,33 +16570,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, @@ -16608,12 +16608,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 @@ -16623,20 +16623,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": 26, "MaxSize": 26, @@ -16645,13 +16645,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -16706,47 +16706,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 80, - "y": -20 + "x": 80.0, + "y": -20.0 }, "OffsetMin": { - "x": -80, - "y": -80 + "x": -80.0, + "y": -80.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 160, - "y": 60 + "x": 160.0, + "y": 60.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 }, @@ -16758,33 +16758,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, @@ -16796,12 +16796,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 @@ -16811,20 +16811,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": 20, "MaxSize": 20, @@ -16833,13 +16833,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -16894,47 +16894,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 80, - "y": -85 + "x": 80.0, + "y": -85.0 }, "OffsetMin": { - "x": -80, - "y": -125 + "x": -80.0, + "y": -125.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 160, - "y": 40 + "x": 160.0, + "y": 40.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": -105 + "x": 0.0, + "y": -105.0 }, "Position": { - "x": 0, - "y": -105, - "z": 0 + "x": 0.0, + "y": -105.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 }, @@ -16946,33 +16946,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, @@ -16984,12 +16984,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 @@ -16999,20 +16999,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": 0.98, "g": 0.85, "b": 0.4, - "a": 1 + "a": 1.0 }, "FontSize": 22, "MaxSize": 22, @@ -17021,13 +17021,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -17056,7 +17056,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3, + "displayOrder": 4, "pathConstraints": "////", "revision": 1, "origin": { @@ -17082,47 +17082,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 390, - "y": 145 + "x": 390.0, + "y": 145.0 }, "OffsetMin": { - "x": 210, - "y": -105 + "x": 210.0, + "y": -105.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": 300, - "y": 20 + "x": 300.0, + "y": 20.0 }, "Position": { - "x": 300, - "y": 20, - "z": 0 + "x": 300.0, + "y": 20.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 }, @@ -17134,33 +17134,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, @@ -17172,12 +17172,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 @@ -17186,28 +17186,28 @@ "@type": "MOD.Core.ButtonComponent", "Colors": { "NormalColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "HighlightedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "PressedColor": { "r": 0.784313738, "g": 0.784313738, "b": 0.784313738, - "a": 1 + "a": 1.0 }, "SelectedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "DisabledColor": { "r": 0.784313738, @@ -17215,7 +17215,7 @@ "b": 0.784313738, "a": 0.5019608 }, - "ColorMultiplier": 1, + "ColorMultiplier": 1.0, "FadeDuration": 0.1 }, "ImageRUIDs": { @@ -17270,47 +17270,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 }, @@ -17322,33 +17322,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, @@ -17360,12 +17360,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 @@ -17375,20 +17375,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, @@ -17397,13 +17397,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -17458,47 +17458,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 }, @@ -17510,33 +17510,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, @@ -17548,12 +17548,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 @@ -17563,20 +17563,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": 26, "MaxSize": 26, @@ -17585,13 +17585,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -17646,47 +17646,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 80, - "y": -20 + "x": 80.0, + "y": -20.0 }, "OffsetMin": { - "x": -80, - "y": -80 + "x": -80.0, + "y": -80.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 160, - "y": 60 + "x": 160.0, + "y": 60.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 }, @@ -17698,33 +17698,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, @@ -17736,12 +17736,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 @@ -17751,20 +17751,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": 20, "MaxSize": 20, @@ -17773,13 +17773,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -17834,47 +17834,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 80, - "y": -85 + "x": 80.0, + "y": -85.0 }, "OffsetMin": { - "x": -80, - "y": -125 + "x": -80.0, + "y": -125.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 160, - "y": 40 + "x": 160.0, + "y": 40.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": -105 + "x": 0.0, + "y": -105.0 }, "Position": { - "x": 0, - "y": -105, - "z": 0 + "x": 0.0, + "y": -105.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 }, @@ -17886,33 +17886,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, @@ -17924,12 +17924,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 @@ -17939,20 +17939,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": 0.98, "g": 0.85, "b": 0.4, - "a": 1 + "a": 1.0 }, "FontSize": 22, "MaxSize": 22, @@ -17961,13 +17961,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -17996,7 +17996,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 9, + "displayOrder": 5, "pathConstraints": "////", "revision": 1, "origin": { @@ -18022,47 +18022,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 280, - "y": -152 + "x": 280.0, + "y": -152.0 }, "OffsetMin": { - "x": -280, - "y": -228 + "x": -280.0, + "y": -228.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 560, - "y": 76 + "x": 560.0, + "y": 76.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": -190 + "x": 0.0, + "y": -190.0 }, "Position": { - "x": 0, - "y": -190, - "z": 0 + "x": 0.0, + "y": -190.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 }, @@ -18074,33 +18074,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.7, "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, @@ -18112,12 +18112,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 @@ -18126,28 +18126,28 @@ "@type": "MOD.Core.ButtonComponent", "Colors": { "NormalColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "HighlightedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "PressedColor": { "r": 0.784313738, "g": 0.784313738, "b": 0.784313738, - "a": 1 + "a": 1.0 }, "SelectedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "DisabledColor": { "r": 0.784313738, @@ -18155,7 +18155,7 @@ "b": 0.784313738, "a": 0.5019608 }, - "ColorMultiplier": 1, + "ColorMultiplier": 1.0, "FadeDuration": 0.1 }, "ImageRUIDs": { @@ -18210,47 +18210,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 270, - "y": 32 + "x": 270.0, + "y": 32.0 }, "OffsetMin": { - "x": -270, - "y": -8 + "x": -270.0, + "y": -8.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 540, - "y": 40 + "x": 540.0, + "y": 40.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": 12 + "x": 0.0, + "y": 12.0 }, "Position": { - "x": 0, - "y": 12, - "z": 0 + "x": 0.0, + "y": 12.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 }, @@ -18262,33 +18262,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, @@ -18300,12 +18300,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 @@ -18315,20 +18315,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": 22, "MaxSize": 22, @@ -18337,13 +18337,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -18398,47 +18398,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 270, - "y": -7 + "x": 270.0, + "y": -7.0 }, "OffsetMin": { - "x": -270, - "y": -37 + "x": -270.0, + "y": -37.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 540, - "y": 30 + "x": 540.0, + "y": 30.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": -22 + "x": 0.0, + "y": -22.0 }, "Position": { - "x": 0, - "y": -22, - "z": 0 + "x": 0.0, + "y": -22.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 }, @@ -18450,33 +18450,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, @@ -18488,12 +18488,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 @@ -18503,20 +18503,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": 0.98, "g": 0.85, "b": 0.4, - "a": 1 + "a": 1.0 }, "FontSize": 20, "MaxSize": 20, @@ -18525,13 +18525,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -18560,7 +18560,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 10, + "displayOrder": 6, "pathConstraints": "////", "revision": 1, "origin": { @@ -18586,47 +18586,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 100, - "y": -270 + "x": 100.0, + "y": -270.0 }, "OffsetMin": { - "x": -100, - "y": -330 + "x": -100.0, + "y": -330.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 200, - "y": 60 + "x": 200.0, + "y": 60.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": -300 + "x": 0.0, + "y": -300.0 }, "Position": { - "x": 0, - "y": -300, - "z": 0 + "x": 0.0, + "y": -300.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 }, @@ -18638,15 +18638,15 @@ "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": { @@ -18656,15 +18656,15 @@ "a": 0.92 }, "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, @@ -18676,12 +18676,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 @@ -18690,28 +18690,28 @@ "@type": "MOD.Core.ButtonComponent", "Colors": { "NormalColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "HighlightedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "PressedColor": { "r": 0.784313738, "g": 0.784313738, "b": 0.784313738, - "a": 1 + "a": 1.0 }, "SelectedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "DisabledColor": { "r": 0.784313738, @@ -18719,7 +18719,7 @@ "b": 0.784313738, "a": 0.5019608 }, - "ColorMultiplier": 1, + "ColorMultiplier": 1.0, "FadeDuration": 0.1 }, "ImageRUIDs": { @@ -18738,20 +18738,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": 0.94, "g": 0.74, "b": 0.26, - "a": 1 + "a": 1.0 }, "FontSize": 26, "MaxSize": 26, @@ -18760,13 +18760,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -18795,7 +18795,7 @@ "enable": false, "visible": true, "localize": true, - "displayOrder": 9, + "displayOrder": 10, "pathConstraints": "///", "revision": 1, "origin": { @@ -18821,47 +18821,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 960, - "y": 540 + "x": 960.0, + "y": 540.0 }, "OffsetMin": { - "x": -960, - "y": -540 + "x": -960.0, + "y": -540.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 1920, - "y": 1080 + "x": 1920.0, + "y": 1080.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 }, @@ -18873,15 +18873,15 @@ "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": { @@ -18891,15 +18891,15 @@ "a": 0.92 }, "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, @@ -18911,12 +18911,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 @@ -18962,47 +18962,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 350, - "y": 170 + "x": 350.0, + "y": 170.0 }, "OffsetMin": { - "x": -350, - "y": 110 + "x": -350.0, + "y": 110.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 700, - "y": 60 + "x": 700.0, + "y": 60.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": 140 + "x": 0.0, + "y": 140.0 }, "Position": { - "x": 0, - "y": 140, - "z": 0 + "x": 0.0, + "y": 140.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 }, @@ -19014,33 +19014,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, @@ -19052,12 +19052,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 @@ -19067,20 +19067,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": 0.94, "g": 0.74, "b": 0.26, - "a": 1 + "a": 1.0 }, "FontSize": 44, "MaxSize": 44, @@ -19089,13 +19089,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -19150,47 +19150,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 300, - "y": 55 + "x": 300.0, + "y": 55.0 }, "OffsetMin": { - "x": -300, - "y": 5 + "x": -300.0, + "y": 5.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 600, - "y": 50 + "x": 600.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": 30 + "x": 0.0, + "y": 30.0 }, "Position": { - "x": 0, - "y": 30, - "z": 0 + "x": 0.0, + "y": 30.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 }, @@ -19202,33 +19202,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, @@ -19240,12 +19240,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 @@ -19255,20 +19255,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": 30, "MaxSize": 30, @@ -19277,13 +19277,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -19338,47 +19338,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 100, - "y": -90 + "x": 100.0, + "y": -90.0 }, "OffsetMin": { - "x": -100, - "y": -150 + "x": -100.0, + "y": -150.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 200, - "y": 60 + "x": 200.0, + "y": 60.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": -120 + "x": 0.0, + "y": -120.0 }, "Position": { - "x": 0, - "y": -120, - "z": 0 + "x": 0.0, + "y": -120.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 }, @@ -19390,15 +19390,15 @@ "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": { @@ -19408,15 +19408,15 @@ "a": 0.92 }, "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, @@ -19428,12 +19428,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 @@ -19442,28 +19442,28 @@ "@type": "MOD.Core.ButtonComponent", "Colors": { "NormalColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "HighlightedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "PressedColor": { "r": 0.784313738, "g": 0.784313738, "b": 0.784313738, - "a": 1 + "a": 1.0 }, "SelectedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "DisabledColor": { "r": 0.784313738, @@ -19471,7 +19471,7 @@ "b": 0.784313738, "a": 0.5019608 }, - "ColorMultiplier": 1, + "ColorMultiplier": 1.0, "FadeDuration": 0.1 }, "ImageRUIDs": { @@ -19490,20 +19490,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": 0.94, "g": 0.74, "b": 0.26, - "a": 1 + "a": 1.0 }, "FontSize": 26, "MaxSize": 26, @@ -19512,13 +19512,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -19547,7 +19547,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 20, + "displayOrder": 11, "pathConstraints": "///", "revision": 1, "origin": { @@ -19573,47 +19573,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 960, - "y": 540 + "x": 960.0, + "y": 540.0 }, "OffsetMin": { - "x": -960, - "y": -540 + "x": -960.0, + "y": -540.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 1920, - "y": 1080 + "x": 1920.0, + "y": 1080.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 }, @@ -19625,15 +19625,15 @@ "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": { @@ -19643,15 +19643,15 @@ "a": 0.96 }, "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, @@ -19663,12 +19663,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 @@ -19714,47 +19714,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 360, - "y": 230 + "x": 360.0, + "y": 230.0 }, "OffsetMin": { - "x": -360, - "y": 130 + "x": -360.0, + "y": 130.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 720, - "y": 100 + "x": 720.0, + "y": 100.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": 180, - "z": 0 + "x": 0.0, + "y": 180.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 }, @@ -19766,33 +19766,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, @@ -19804,12 +19804,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 @@ -19819,20 +19819,20 @@ "Alignment": 0, "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": 0.94, "g": 0.74, "b": 0.26, - "a": 1 + "a": 1.0 }, "FontSize": 64, "MaxSize": 64, @@ -19841,13 +19841,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -19902,47 +19902,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 380, - "y": 128 + "x": 380.0, + "y": 128.0 }, "OffsetMin": { - "x": -380, - "y": 80 + "x": -380.0, + "y": 80.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 760, - "y": 48 + "x": 760.0, + "y": 48.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": 104 + "x": 0.0, + "y": 104.0 }, "Position": { - "x": 0, - "y": 104, - "z": 0 + "x": 0.0, + "y": 104.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 }, @@ -19954,33 +19954,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, @@ -19992,12 +19992,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 @@ -20007,20 +20007,20 @@ "Alignment": 0, "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": 0.82, "g": 0.86, "b": 0.9, - "a": 1 + "a": 1.0 }, "FontSize": 24, "MaxSize": 24, @@ -20029,13 +20029,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -20090,47 +20090,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 130, - "y": 14 + "x": 130.0, + "y": 14.0 }, "OffsetMin": { - "x": -130, - "y": -54 + "x": -130.0, + "y": -54.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 260, - "y": 68 + "x": 260.0, + "y": 68.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": -20 + "x": 0.0, + "y": -20.0 }, "Position": { - "x": 0, - "y": -20, - "z": 0 + "x": 0.0, + "y": -20.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 }, @@ -20142,33 +20142,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.13, "g": 0.15, "b": 0.18, - "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, @@ -20180,12 +20180,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 @@ -20194,28 +20194,28 @@ "@type": "MOD.Core.ButtonComponent", "Colors": { "NormalColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "HighlightedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "PressedColor": { "r": 0.784313738, "g": 0.784313738, "b": 0.784313738, - "a": 1 + "a": 1.0 }, "SelectedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "DisabledColor": { "r": 0.784313738, @@ -20223,7 +20223,7 @@ "b": 0.784313738, "a": 0.5019608 }, - "ColorMultiplier": 1, + "ColorMultiplier": 1.0, "FadeDuration": 0.1 }, "ImageRUIDs": { @@ -20242,20 +20242,20 @@ "Alignment": 0, "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": 0.94, "g": 0.74, "b": 0.26, - "a": 1 + "a": 1.0 }, "FontSize": 30, "MaxSize": 30, @@ -20264,13 +20264,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": { @@ -20325,47 +20325,47 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 130, - "y": -71 + "x": 130.0, + "y": -71.0 }, "OffsetMin": { - "x": -130, - "y": -129 + "x": -130.0, + "y": -129.0 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 260, - "y": 58 + "x": 260.0, + "y": 58.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": -100 + "x": 0.0, + "y": -100.0 }, "Position": { - "x": 0, - "y": -100, - "z": 0 + "x": 0.0, + "y": -100.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 }, @@ -20377,15 +20377,15 @@ "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": { @@ -20395,15 +20395,15 @@ "a": 0.78 }, "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, @@ -20415,12 +20415,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 @@ -20429,28 +20429,28 @@ "@type": "MOD.Core.ButtonComponent", "Colors": { "NormalColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "HighlightedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "PressedColor": { "r": 0.784313738, "g": 0.784313738, "b": 0.784313738, - "a": 1 + "a": 1.0 }, "SelectedColor": { "r": 0.9607843, "g": 0.9607843, "b": 0.9607843, - "a": 1 + "a": 1.0 }, "DisabledColor": { "r": 0.784313738, @@ -20458,7 +20458,7 @@ "b": 0.784313738, "a": 0.5019608 }, - "ColorMultiplier": 1, + "ColorMultiplier": 1.0, "FadeDuration": 0.1 }, "ImageRUIDs": { @@ -20477,20 +20477,20 @@ "Alignment": 0, "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": 0.55, "g": 0.58, "b": 0.62, - "a": 1 + "a": 1.0 }, "FontSize": 24, "MaxSize": 24, @@ -20499,13 +20499,13 @@ "r": 0.08, "g": 0.08, "b": 0.08, - "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": {