diff --git a/MonoGame.sln b/MonoGame.sln index 3797790..f9cc9d1 100644 --- a/MonoGame.sln +++ b/MonoGame.sln @@ -37,6 +37,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UI", "src\Libs\UI\UI.csproj EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Monogame.ImGuiNet", "src\Libs\External\MonoGame.ImGuiNet\MonoGame.ImGuiNet\Monogame.ImGuiNet.csproj", "{62A786A2-BC48-453E-8185-01A403B15159}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CompositionRoots", "src\Libs\CompositionRoots\CompositionRoots.csproj", "{53310E88-636A-4CA2-A1C8-D1C3FF8B5A61}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -102,6 +104,10 @@ Global {62A786A2-BC48-453E-8185-01A403B15159}.Debug|Any CPU.Build.0 = Debug|Any CPU {62A786A2-BC48-453E-8185-01A403B15159}.Release|Any CPU.ActiveCfg = Release|Any CPU {62A786A2-BC48-453E-8185-01A403B15159}.Release|Any CPU.Build.0 = Release|Any CPU + {53310E88-636A-4CA2-A1C8-D1C3FF8B5A61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {53310E88-636A-4CA2-A1C8-D1C3FF8B5A61}.Debug|Any CPU.Build.0 = Debug|Any CPU + {53310E88-636A-4CA2-A1C8-D1C3FF8B5A61}.Release|Any CPU.ActiveCfg = Release|Any CPU + {53310E88-636A-4CA2-A1C8-D1C3FF8B5A61}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(NestedProjects) = preSolution {5E3B6238-A92E-4703-8527-1C2410D7906A} = {F5258F7E-B0BA-466D-8CF8-4DAB84722BE3} @@ -120,5 +126,6 @@ Global {57F0A75A-5AD6-4187-9DC6-3CBA44333061} = {FC0D63F3-9B01-46BD-9435-A7E26C905825} {B7BAA8DC-A62F-4746-B6C4-9908C0AFD30A} = {7AE4DC46-59EB-4F69-9240-C7363F0778AA} {62A786A2-BC48-453E-8185-01A403B15159} = {FE9CE932-6F98-4455-A80F-2A0CDB6DB46E} + {53310E88-636A-4CA2-A1C8-D1C3FF8B5A61} = {7AE4DC46-59EB-4F69-9240-C7363F0778AA} EndGlobalSection EndGlobal diff --git a/src/Apps/GameDesktop/CompositionRoots/Components/ComponentsCompositionRoot.cs b/src/Apps/GameDesktop/CompositionRoots/Components/ComponentsCompositionRoot.cs index 2ed4fa8..d653532 100644 --- a/src/Apps/GameDesktop/CompositionRoots/Components/ComponentsCompositionRoot.cs +++ b/src/Apps/GameDesktop/CompositionRoots/Components/ComponentsCompositionRoot.cs @@ -20,7 +20,7 @@ namespace GameDesktop.CompositionRoots.Components; internal class ComponentsCompositionRoot : ICompositionRoot { - private static readonly string PlayerSpriteSheetPath = System.IO.Path.Join( + private static readonly string PlayerSpriteSheetPath = Path.Join( Environment.GetEnvironmentVariable(EnvironmentVariable.AppBaseDirectory), Resources.SpriteSheet.Player); diff --git a/src/Apps/GameDesktop/Content/Content.mgcb b/src/Apps/GameDesktop/Content/Content.mgcb deleted file mode 100644 index ddc4c36..0000000 --- a/src/Apps/GameDesktop/Content/Content.mgcb +++ /dev/null @@ -1,15 +0,0 @@ - -#----------------------------- Global Properties ----------------------------# - -/outputDir:bin/$(Platform) -/intermediateDir:obj/$(Platform) -/platform:DesktopGL -/config: -/profile:Reach -/compress:False - -#-------------------------------- References --------------------------------# - - -#---------------------------------- Content ---------------------------------# - diff --git a/src/Apps/GameDesktop/Content/Objects/Bush.aseprite b/src/Apps/GameDesktop/Content/Objects/Bush.aseprite deleted file mode 100644 index a385be4..0000000 Binary files a/src/Apps/GameDesktop/Content/Objects/Bush.aseprite and /dev/null differ diff --git a/src/Apps/GameDesktop/Content/Objects/Bush.png b/src/Apps/GameDesktop/Content/Objects/Bush.png deleted file mode 100644 index ed4b622..0000000 Binary files a/src/Apps/GameDesktop/Content/Objects/Bush.png and /dev/null differ diff --git a/src/Apps/GameDesktop/Content/Objects/Objects.tsx b/src/Apps/GameDesktop/Content/Objects/Objects.tsx deleted file mode 100644 index f7b5f3d..0000000 --- a/src/Apps/GameDesktop/Content/Objects/Objects.tsx +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/Apps/GameDesktop/Content/Objects/SmallBush.aseprite b/src/Apps/GameDesktop/Content/Objects/SmallBush.aseprite deleted file mode 100644 index bb45f9f..0000000 Binary files a/src/Apps/GameDesktop/Content/Objects/SmallBush.aseprite and /dev/null differ diff --git a/src/Apps/GameDesktop/Content/Objects/SmallBush.png b/src/Apps/GameDesktop/Content/Objects/SmallBush.png deleted file mode 100644 index c5469e5..0000000 Binary files a/src/Apps/GameDesktop/Content/Objects/SmallBush.png and /dev/null differ diff --git a/src/Apps/GameDesktop/Content/Objects/Stump.aseprite b/src/Apps/GameDesktop/Content/Objects/Stump.aseprite deleted file mode 100644 index 32606b5..0000000 Binary files a/src/Apps/GameDesktop/Content/Objects/Stump.aseprite and /dev/null differ diff --git a/src/Apps/GameDesktop/Content/Objects/Stump.png b/src/Apps/GameDesktop/Content/Objects/Stump.png deleted file mode 100644 index 0cb89c8..0000000 Binary files a/src/Apps/GameDesktop/Content/Objects/Stump.png and /dev/null differ diff --git a/src/Apps/GameDesktop/Content/Objects/Tree.aseprite b/src/Apps/GameDesktop/Content/Objects/Tree.aseprite deleted file mode 100644 index cb46203..0000000 Binary files a/src/Apps/GameDesktop/Content/Objects/Tree.aseprite and /dev/null differ diff --git a/src/Apps/GameDesktop/Content/Objects/Tree.png b/src/Apps/GameDesktop/Content/Objects/Tree.png deleted file mode 100644 index 4893d36..0000000 Binary files a/src/Apps/GameDesktop/Content/Objects/Tree.png and /dev/null differ diff --git a/src/Apps/GameDesktop/Content/SpriteSheets/Main.png b/src/Apps/GameDesktop/Content/SpriteSheets/Main.png deleted file mode 100644 index 4c37dab..0000000 Binary files a/src/Apps/GameDesktop/Content/SpriteSheets/Main.png and /dev/null differ diff --git a/src/Apps/GameDesktop/Content/SpriteSheets/Player.aseprite b/src/Apps/GameDesktop/Content/SpriteSheets/Player.aseprite deleted file mode 100644 index 19db592..0000000 Binary files a/src/Apps/GameDesktop/Content/SpriteSheets/Player.aseprite and /dev/null differ diff --git a/src/Apps/GameDesktop/Content/TileMaps/Test.ldtk b/src/Apps/GameDesktop/Content/TileMaps/Test.ldtk deleted file mode 100644 index 8fac07f..0000000 --- a/src/Apps/GameDesktop/Content/TileMaps/Test.ldtk +++ /dev/null @@ -1,4209 +0,0 @@ -{ - "__header__": { - "fileType": "LDtk Project JSON", - "app": "LDtk", - "doc": "https://ldtk.io/json", - "schema": "https://ldtk.io/files/JSON_SCHEMA.json", - "appAuthor": "Sebastien 'deepnight' Benard", - "appVersion": "1.5.3", - "url": "https://ldtk.io" - }, - "iid": "78186310-25d0-11ef-a4b2-f58f8a399958", - "jsonVersion": "1.5.3", - "appBuildId": 473703, - "nextUid": 170, - "identifierStyle": "Capitalize", - "toc": [], - "worldLayout": null, - "worldGridWidth": null, - "worldGridHeight": null, - "defaultLevelWidth": null, - "defaultLevelHeight": null, - "defaultPivotX": 0.5, - "defaultPivotY": 1, - "defaultGridSize": 16, - "defaultEntityWidth": 16, - "defaultEntityHeight": 16, - "bgColor": "#40465B", - "defaultLevelBgColor": "#696A79", - "minifyJson": false, - "externalLevels": false, - "exportTiled": false, - "simplifiedExport": false, - "imageExportMode": "None", - "exportLevelBg": true, - "pngFilePattern": null, - "backupOnSave": true, - "backupLimit": 10, - "backupRelPath": null, - "levelNamePattern": "Level_%idx", - "tutorialDesc": null, - "customCommands": [], - "flags": ["MultiWorlds"], - "defs": { "layers": [ - { - "__type": "Entities", - "identifier": "Entities", - "type": "Entities", - "uid": 109, - "doc": null, - "uiColor": null, - "gridSize": 16, - "guideGridWid": 0, - "guideGridHei": 0, - "displayOpacity": 1, - "inactiveOpacity": 0.6, - "hideInList": false, - "hideFieldsWhenInactive": true, - "canSelectWhenInactive": true, - "renderInWorldView": true, - "pxOffsetX": 0, - "pxOffsetY": 0, - "parallaxFactorX": 0, - "parallaxFactorY": 0, - "parallaxScaling": true, - "requiredTags": [], - "excludedTags": [], - "autoTilesKilledByOtherLayerUid": null, - "uiFilterTags": [], - "useAsyncRender": false, - "intGridValues": [], - "intGridValuesGroups": [], - "autoRuleGroups": [], - "autoSourceLayerDefUid": null, - "tilesetDefUid": null, - "tilePivotX": 0, - "tilePivotY": 0, - "biomeFieldUid": null - }, - { - "__type": "IntGrid", - "identifier": "Ground", - "type": "IntGrid", - "uid": 40, - "doc": "Test docs", - "uiColor": null, - "gridSize": 16, - "guideGridWid": 0, - "guideGridHei": 0, - "displayOpacity": 1, - "inactiveOpacity": 1, - "hideInList": false, - "hideFieldsWhenInactive": false, - "canSelectWhenInactive": true, - "renderInWorldView": true, - "pxOffsetX": 0, - "pxOffsetY": 0, - "parallaxFactorX": 0, - "parallaxFactorY": 0, - "parallaxScaling": true, - "requiredTags": [], - "excludedTags": [], - "autoTilesKilledByOtherLayerUid": null, - "uiFilterTags": [], - "useAsyncRender": false, - "intGridValues": [ - { "value": 1, "identifier": "Water", "color": "#0099DB", "tile": null, "groupUid": 0 }, - { "value": 2, "identifier": "Path", "color": "#FEAE34", "tile": null, "groupUid": 0 }, - { "value": 3, "identifier": "Shadow", "color": "#265C42", "tile": null, "groupUid": 0 } - ], - "intGridValuesGroups": [], - "autoRuleGroups": [ - { - "uid": 127, - "name": "Shadow", - "color": null, - "icon": null, - "active": true, - "isOptional": false, - "rules": [ - { - "uid": 128, - "active": true, - "size": 1, - "tileRectsIds": [[20,43,66,21,44,67,22,45,68]], - "alpha": 1, - "chance": 1, - "breakOnMatch": true, - "pattern": [3], - "flipX": false, - "flipY": false, - "xModulo": 1, - "yModulo": 1, - "xOffset": 0, - "yOffset": 0, - "tileXOffset": 0, - "tileYOffset": 0, - "tileRandomXMin": 0, - "tileRandomXMax": 0, - "tileRandomYMin": 0, - "tileRandomYMax": 0, - "checker": "None", - "tileMode": "Stamp", - "pivotX": 0.5, - "pivotY": 0.5, - "outOfBoundsValue": null, - "invalidated": false, - "perlinActive": false, - "perlinSeed": 1779717, - "perlinScale": 0.2, - "perlinOctaves": 2 - } - ], - "usesWizard": false, - "requiredBiomeValues": [], - "biomeRequirementMode": 0 - }, - { - "uid": 53, - "name": "Dry Path", - "color": "#FEAE34", - "icon": null, - "active": true, - "isOptional": false, - "rules": [ - { - "uid": 63, - "active": true, - "size": 3, - "tileRectsIds": [[115]], - "alpha": 1, - "chance": 1, - "breakOnMatch": false, - "pattern": [0,2,-2,0,2,2,0,0,0], - "flipX": false, - "flipY": false, - "xModulo": 1, - "yModulo": 1, - "xOffset": 0, - "yOffset": 0, - "tileXOffset": 0, - "tileYOffset": 0, - "tileRandomXMin": 0, - "tileRandomXMax": 0, - "tileRandomYMin": 0, - "tileRandomYMax": 0, - "checker": "None", - "tileMode": "Single", - "pivotX": 0, - "pivotY": 0, - "outOfBoundsValue": null, - "invalidated": false, - "perlinActive": false, - "perlinSeed": 7906901, - "perlinScale": 0.2, - "perlinOctaves": 2 - }, - { - "uid": 62, - "active": true, - "size": 3, - "tileRectsIds": [[69]], - "alpha": 1, - "chance": 1, - "breakOnMatch": false, - "pattern": [0,0,0,0,2,2,0,2,-2], - "flipX": false, - "flipY": false, - "xModulo": 1, - "yModulo": 1, - "xOffset": 0, - "yOffset": 0, - "tileXOffset": 0, - "tileYOffset": 0, - "tileRandomXMin": 0, - "tileRandomXMax": 0, - "tileRandomYMin": 0, - "tileRandomYMax": 0, - "checker": "None", - "tileMode": "Single", - "pivotX": 0, - "pivotY": 0, - "outOfBoundsValue": null, - "invalidated": false, - "perlinActive": false, - "perlinSeed": 7251769, - "perlinScale": 0.2, - "perlinOctaves": 2 - }, - { - "uid": 60, - "active": true, - "size": 3, - "tileRectsIds": [ - [5], - [23], - [28], - [51], - [74], - [92], - [97] - ], - "alpha": 1, - "chance": 1, - "breakOnMatch": false, - "pattern": [0,0,0,0,2,-2,0,0,0], - "flipX": false, - "flipY": false, - "xModulo": 1, - "yModulo": 1, - "xOffset": 0, - "yOffset": 0, - "tileXOffset": 0, - "tileYOffset": 0, - "tileRandomXMin": 0, - "tileRandomXMax": 0, - "tileRandomYMin": 0, - "tileRandomYMax": 0, - "checker": "None", - "tileMode": "Single", - "pivotX": 0, - "pivotY": 0, - "outOfBoundsValue": null, - "invalidated": false, - "perlinActive": false, - "perlinSeed": 1037229, - "perlinScale": 0.2, - "perlinOctaves": 2 - }, - { - "uid": 59, - "active": true, - "size": 3, - "tileRectsIds": [ - [4], - [25], - [27], - [50], - [73], - [94], - [96] - ], - "alpha": 1, - "chance": 1, - "breakOnMatch": false, - "pattern": [0,0,0,-2,2,0,0,0,0], - "flipX": false, - "flipY": false, - "xModulo": 1, - "yModulo": 1, - "xOffset": 0, - "yOffset": 0, - "tileXOffset": 0, - "tileYOffset": 0, - "tileRandomXMin": 0, - "tileRandomXMax": 0, - "tileRandomYMin": 0, - "tileRandomYMax": 0, - "checker": "None", - "tileMode": "Single", - "pivotX": 0, - "pivotY": 0, - "outOfBoundsValue": null, - "invalidated": false, - "perlinActive": false, - "perlinSeed": 399338, - "perlinScale": 0.2, - "perlinOctaves": 2 - }, - { - "uid": 58, - "active": true, - "size": 3, - "tileRectsIds": [ - [47], - [116], - [189], - [190], - [191], - [192], - [193] - ], - "alpha": 1, - "chance": 1, - "breakOnMatch": false, - "pattern": [0,-2,0,0,2,0,0,0,0], - "flipX": false, - "flipY": false, - "xModulo": 1, - "yModulo": 1, - "xOffset": 0, - "yOffset": 0, - "tileXOffset": 0, - "tileYOffset": 0, - "tileRandomXMin": 0, - "tileRandomXMax": 0, - "tileRandomYMin": 0, - "tileRandomYMax": 0, - "checker": "None", - "tileMode": "Single", - "pivotX": 0, - "pivotY": 0, - "outOfBoundsValue": null, - "invalidated": false, - "perlinActive": false, - "perlinSeed": 8437974, - "perlinScale": 0.2, - "perlinOctaves": 2 - }, - { - "uid": 57, - "active": true, - "size": 3, - "tileRectsIds": [ - [1], - [70], - [212], - [213], - [214], - [215], - [216] - ], - "alpha": 1, - "chance": 1, - "breakOnMatch": false, - "pattern": [0,0,0,0,2,0,0,-2,0], - "flipX": false, - "flipY": false, - "xModulo": 1, - "yModulo": 1, - "xOffset": 0, - "yOffset": 0, - "tileXOffset": 0, - "tileYOffset": 0, - "tileRandomXMin": 0, - "tileRandomXMax": 0, - "tileRandomYMin": 0, - "tileRandomYMax": 0, - "checker": "None", - "tileMode": "Single", - "pivotX": 0, - "pivotY": 0, - "outOfBoundsValue": null, - "invalidated": false, - "perlinActive": false, - "perlinSeed": 1039018, - "perlinScale": 0.2, - "perlinOctaves": 2 - }, - { - "uid": 54, - "active": true, - "size": 1, - "tileRectsIds": [ - [291], - [314], - [337], - [360], - [383], - [406], - [429], - [292], - [315], - [338], - [361], - [384], - [407], - [430], - [293], - [316], - [339], - [362], - [385], - [408], - [431] - ], - "alpha": 1, - "chance": 1, - "breakOnMatch": true, - "pattern": [2], - "flipX": false, - "flipY": false, - "xModulo": 1, - "yModulo": 1, - "xOffset": 0, - "yOffset": 0, - "tileXOffset": 0, - "tileYOffset": 0, - "tileRandomXMin": 0, - "tileRandomXMax": 0, - "tileRandomYMin": 0, - "tileRandomYMax": 0, - "checker": "None", - "tileMode": "Single", - "pivotX": 0, - "pivotY": 0, - "outOfBoundsValue": null, - "invalidated": false, - "perlinActive": false, - "perlinSeed": 6966527, - "perlinScale": 0.2, - "perlinOctaves": 2 - } - ], - "usesWizard": false, - "requiredBiomeValues": ["Dry"], - "biomeRequirementMode": 0 - }, - { - "uid": 90, - "name": "Wet Path", - "color": "#3E2731", - "icon": null, - "active": true, - "isOptional": false, - "rules": [ - { - "uid": 91, - "active": true, - "size": 3, - "tileRectsIds": [[115]], - "alpha": 1, - "chance": 1, - "breakOnMatch": false, - "pattern": [0,2,-2,0,2,2,0,0,0], - "flipX": false, - "flipY": false, - "xModulo": 1, - "yModulo": 1, - "xOffset": 0, - "yOffset": 0, - "tileXOffset": 0, - "tileYOffset": 0, - "tileRandomXMin": 0, - "tileRandomXMax": 0, - "tileRandomYMin": 0, - "tileRandomYMax": 0, - "checker": "None", - "tileMode": "Single", - "pivotX": 0, - "pivotY": 0, - "outOfBoundsValue": null, - "invalidated": false, - "perlinActive": false, - "perlinSeed": 7906901, - "perlinScale": 0.2, - "perlinOctaves": 2 - }, - { - "uid": 92, - "active": true, - "size": 3, - "tileRectsIds": [[69]], - "alpha": 1, - "chance": 1, - "breakOnMatch": false, - "pattern": [0,0,0,0,2,2,0,2,-2], - "flipX": false, - "flipY": false, - "xModulo": 1, - "yModulo": 1, - "xOffset": 0, - "yOffset": 0, - "tileXOffset": 0, - "tileYOffset": 0, - "tileRandomXMin": 0, - "tileRandomXMax": 0, - "tileRandomYMin": 0, - "tileRandomYMax": 0, - "checker": "None", - "tileMode": "Single", - "pivotX": 0, - "pivotY": 0, - "outOfBoundsValue": null, - "invalidated": false, - "perlinActive": false, - "perlinSeed": 7251769, - "perlinScale": 0.2, - "perlinOctaves": 2 - }, - { - "uid": 93, - "active": true, - "size": 3, - "tileRectsIds": [ - [5], - [23], - [28], - [51], - [74], - [92], - [97] - ], - "alpha": 1, - "chance": 1, - "breakOnMatch": false, - "pattern": [0,0,0,0,2,-2,0,0,0], - "flipX": false, - "flipY": false, - "xModulo": 1, - "yModulo": 1, - "xOffset": 0, - "yOffset": 0, - "tileXOffset": 0, - "tileYOffset": 0, - "tileRandomXMin": 0, - "tileRandomXMax": 0, - "tileRandomYMin": 0, - "tileRandomYMax": 0, - "checker": "None", - "tileMode": "Single", - "pivotX": 0, - "pivotY": 0, - "outOfBoundsValue": null, - "invalidated": false, - "perlinActive": false, - "perlinSeed": 1037229, - "perlinScale": 0.2, - "perlinOctaves": 2 - }, - { - "uid": 94, - "active": true, - "size": 3, - "tileRectsIds": [ - [4], - [25], - [27], - [50], - [73], - [94], - [96] - ], - "alpha": 1, - "chance": 1, - "breakOnMatch": false, - "pattern": [0,0,0,-2,2,0,0,0,0], - "flipX": false, - "flipY": false, - "xModulo": 1, - "yModulo": 1, - "xOffset": 0, - "yOffset": 0, - "tileXOffset": 0, - "tileYOffset": 0, - "tileRandomXMin": 0, - "tileRandomXMax": 0, - "tileRandomYMin": 0, - "tileRandomYMax": 0, - "checker": "None", - "tileMode": "Single", - "pivotX": 0, - "pivotY": 0, - "outOfBoundsValue": null, - "invalidated": false, - "perlinActive": false, - "perlinSeed": 399338, - "perlinScale": 0.2, - "perlinOctaves": 2 - }, - { - "uid": 95, - "active": true, - "size": 3, - "tileRectsIds": [ - [47], - [116], - [189], - [190], - [191], - [192], - [193] - ], - "alpha": 1, - "chance": 1, - "breakOnMatch": false, - "pattern": [0,-2,0,0,2,0,0,0,0], - "flipX": false, - "flipY": false, - "xModulo": 1, - "yModulo": 1, - "xOffset": 0, - "yOffset": 0, - "tileXOffset": 0, - "tileYOffset": 0, - "tileRandomXMin": 0, - "tileRandomXMax": 0, - "tileRandomYMin": 0, - "tileRandomYMax": 0, - "checker": "None", - "tileMode": "Single", - "pivotX": 0, - "pivotY": 0, - "outOfBoundsValue": null, - "invalidated": false, - "perlinActive": false, - "perlinSeed": 8437974, - "perlinScale": 0.2, - "perlinOctaves": 2 - }, - { - "uid": 96, - "active": true, - "size": 3, - "tileRectsIds": [ - [1], - [70], - [212], - [213], - [214], - [215], - [216] - ], - "alpha": 1, - "chance": 1, - "breakOnMatch": false, - "pattern": [0,0,0,0,2,0,0,-2,0], - "flipX": false, - "flipY": false, - "xModulo": 1, - "yModulo": 1, - "xOffset": 0, - "yOffset": 0, - "tileXOffset": 0, - "tileYOffset": 0, - "tileRandomXMin": 0, - "tileRandomXMax": 0, - "tileRandomYMin": 0, - "tileRandomYMax": 0, - "checker": "None", - "tileMode": "Single", - "pivotX": 0, - "pivotY": 0, - "outOfBoundsValue": null, - "invalidated": false, - "perlinActive": false, - "perlinSeed": 1039018, - "perlinScale": 0.2, - "perlinOctaves": 2 - }, - { - "uid": 97, - "active": true, - "size": 1, - "tileRectsIds": [ - [288], - [311], - [334], - [357], - [380], - [403], - [426], - [289], - [312], - [335], - [358], - [381], - [404], - [427], - [290], - [313], - [336], - [359], - [382], - [405], - [428] - ], - "alpha": 1, - "chance": 1, - "breakOnMatch": true, - "pattern": [2], - "flipX": false, - "flipY": false, - "xModulo": 1, - "yModulo": 1, - "xOffset": 0, - "yOffset": 0, - "tileXOffset": 0, - "tileYOffset": 0, - "tileRandomXMin": 0, - "tileRandomXMax": 0, - "tileRandomYMin": 0, - "tileRandomYMax": 0, - "checker": "None", - "tileMode": "Single", - "pivotX": 0, - "pivotY": 0, - "outOfBoundsValue": null, - "invalidated": false, - "perlinActive": false, - "perlinSeed": 6966527, - "perlinScale": 0.2, - "perlinOctaves": 2 - } - ], - "usesWizard": false, - "requiredBiomeValues": ["Wet"], - "biomeRequirementMode": 0 - }, - { - "uid": 74, - "name": "Dirty Path", - "color": "#B86F50", - "icon": null, - "active": true, - "isOptional": false, - "rules": [ - { - "uid": 75, - "active": true, - "size": 3, - "tileRectsIds": [[115]], - "alpha": 1, - "chance": 1, - "breakOnMatch": false, - "pattern": [0,2,-2,0,2,2,0,0,0], - "flipX": false, - "flipY": false, - "xModulo": 1, - "yModulo": 1, - "xOffset": 0, - "yOffset": 0, - "tileXOffset": 0, - "tileYOffset": 0, - "tileRandomXMin": 0, - "tileRandomXMax": 0, - "tileRandomYMin": 0, - "tileRandomYMax": 0, - "checker": "None", - "tileMode": "Single", - "pivotX": 0, - "pivotY": 0, - "outOfBoundsValue": null, - "invalidated": false, - "perlinActive": false, - "perlinSeed": 7906901, - "perlinScale": 0.2, - "perlinOctaves": 2 - }, - { - "uid": 76, - "active": true, - "size": 3, - "tileRectsIds": [[69]], - "alpha": 1, - "chance": 1, - "breakOnMatch": false, - "pattern": [0,0,0,0,2,2,0,2,-2], - "flipX": false, - "flipY": false, - "xModulo": 1, - "yModulo": 1, - "xOffset": 0, - "yOffset": 0, - "tileXOffset": 0, - "tileYOffset": 0, - "tileRandomXMin": 0, - "tileRandomXMax": 0, - "tileRandomYMin": 0, - "tileRandomYMax": 0, - "checker": "None", - "tileMode": "Single", - "pivotX": 0, - "pivotY": 0, - "outOfBoundsValue": null, - "invalidated": false, - "perlinActive": false, - "perlinSeed": 7251769, - "perlinScale": 0.2, - "perlinOctaves": 2 - }, - { - "uid": 77, - "active": true, - "size": 3, - "tileRectsIds": [ - [5], - [23], - [28], - [51], - [74], - [92], - [97] - ], - "alpha": 1, - "chance": 1, - "breakOnMatch": false, - "pattern": [0,0,0,0,2,-2,0,0,0], - "flipX": false, - "flipY": false, - "xModulo": 1, - "yModulo": 1, - "xOffset": 0, - "yOffset": 0, - "tileXOffset": 0, - "tileYOffset": 0, - "tileRandomXMin": 0, - "tileRandomXMax": 0, - "tileRandomYMin": 0, - "tileRandomYMax": 0, - "checker": "None", - "tileMode": "Single", - "pivotX": 0, - "pivotY": 0, - "outOfBoundsValue": null, - "invalidated": false, - "perlinActive": false, - "perlinSeed": 1037229, - "perlinScale": 0.2, - "perlinOctaves": 2 - }, - { - "uid": 78, - "active": true, - "size": 3, - "tileRectsIds": [ - [4], - [25], - [27], - [50], - [73], - [94], - [96] - ], - "alpha": 1, - "chance": 1, - "breakOnMatch": false, - "pattern": [0,0,0,-2,2,0,0,0,0], - "flipX": false, - "flipY": false, - "xModulo": 1, - "yModulo": 1, - "xOffset": 0, - "yOffset": 0, - "tileXOffset": 0, - "tileYOffset": 0, - "tileRandomXMin": 0, - "tileRandomXMax": 0, - "tileRandomYMin": 0, - "tileRandomYMax": 0, - "checker": "None", - "tileMode": "Single", - "pivotX": 0, - "pivotY": 0, - "outOfBoundsValue": null, - "invalidated": false, - "perlinActive": false, - "perlinSeed": 399338, - "perlinScale": 0.2, - "perlinOctaves": 2 - }, - { - "uid": 79, - "active": true, - "size": 3, - "tileRectsIds": [ - [47], - [116], - [189], - [190], - [191], - [192], - [193] - ], - "alpha": 1, - "chance": 1, - "breakOnMatch": false, - "pattern": [0,-2,0,0,2,0,0,0,0], - "flipX": false, - "flipY": false, - "xModulo": 1, - "yModulo": 1, - "xOffset": 0, - "yOffset": 0, - "tileXOffset": 0, - "tileYOffset": 0, - "tileRandomXMin": 0, - "tileRandomXMax": 0, - "tileRandomYMin": 0, - "tileRandomYMax": 0, - "checker": "None", - "tileMode": "Single", - "pivotX": 0, - "pivotY": 0, - "outOfBoundsValue": null, - "invalidated": false, - "perlinActive": false, - "perlinSeed": 8437974, - "perlinScale": 0.2, - "perlinOctaves": 2 - }, - { - "uid": 80, - "active": true, - "size": 3, - "tileRectsIds": [ - [1], - [70], - [212], - [213], - [214], - [215], - [216] - ], - "alpha": 1, - "chance": 1, - "breakOnMatch": false, - "pattern": [0,0,0,0,2,0,0,-2,0], - "flipX": false, - "flipY": false, - "xModulo": 1, - "yModulo": 1, - "xOffset": 0, - "yOffset": 0, - "tileXOffset": 0, - "tileYOffset": 0, - "tileRandomXMin": 0, - "tileRandomXMax": 0, - "tileRandomYMin": 0, - "tileRandomYMax": 0, - "checker": "None", - "tileMode": "Single", - "pivotX": 0, - "pivotY": 0, - "outOfBoundsValue": null, - "invalidated": false, - "perlinActive": false, - "perlinSeed": 1039018, - "perlinScale": 0.2, - "perlinOctaves": 2 - }, - { - "uid": 81, - "active": true, - "size": 1, - "tileRectsIds": [ - [285], - [308], - [331], - [354], - [377], - [400], - [423], - [286], - [309], - [332], - [355], - [378], - [401], - [424], - [287], - [310], - [333], - [356], - [379], - [402], - [425] - ], - "alpha": 1, - "chance": 1, - "breakOnMatch": true, - "pattern": [2], - "flipX": false, - "flipY": false, - "xModulo": 1, - "yModulo": 1, - "xOffset": 0, - "yOffset": 0, - "tileXOffset": 0, - "tileYOffset": 0, - "tileRandomXMin": 0, - "tileRandomXMax": 0, - "tileRandomYMin": 0, - "tileRandomYMax": 0, - "checker": "None", - "tileMode": "Single", - "pivotX": 0, - "pivotY": 0, - "outOfBoundsValue": null, - "invalidated": false, - "perlinActive": false, - "perlinSeed": 6966527, - "perlinScale": 0.2, - "perlinOctaves": 2 - } - ], - "usesWizard": false, - "requiredBiomeValues": ["Dirty"], - "biomeRequirementMode": 0 - }, - { - "uid": 43, - "name": "Water", - "color": "#0099DB", - "icon": null, - "active": true, - "isOptional": false, - "rules": [ - { - "uid": 51, - "active": true, - "size": 3, - "tileRectsIds": [[123]], - "alpha": 1, - "chance": 1, - "breakOnMatch": false, - "pattern": [0,0,0,0,1,-1,0,-1,-1], - "flipX": false, - "flipY": false, - "xModulo": 1, - "yModulo": 1, - "xOffset": 0, - "yOffset": 0, - "tileXOffset": 0, - "tileYOffset": 0, - "tileRandomXMin": 0, - "tileRandomXMax": 0, - "tileRandomYMin": 0, - "tileRandomYMax": 0, - "checker": "None", - "tileMode": "Single", - "pivotX": 0, - "pivotY": 0, - "outOfBoundsValue": null, - "invalidated": false, - "perlinActive": false, - "perlinSeed": 5071646, - "perlinScale": 0.2, - "perlinOctaves": 2 - }, - { - "uid": 50, - "active": true, - "size": 3, - "tileRectsIds": [[121]], - "alpha": 1, - "chance": 1, - "breakOnMatch": false, - "pattern": [0,0,0,-1,1,0,-1,-1,0], - "flipX": false, - "flipY": false, - "xModulo": 1, - "yModulo": 1, - "xOffset": 0, - "yOffset": 0, - "tileXOffset": 0, - "tileYOffset": 0, - "tileRandomXMin": 0, - "tileRandomXMax": 0, - "tileRandomYMin": 0, - "tileRandomYMax": 0, - "checker": "None", - "tileMode": "Single", - "pivotX": 0, - "pivotY": 0, - "outOfBoundsValue": null, - "invalidated": false, - "perlinActive": false, - "perlinSeed": 2439141, - "perlinScale": 0.2, - "perlinOctaves": 2 - }, - { - "uid": 49, - "active": true, - "size": 3, - "tileRectsIds": [[8]], - "alpha": 1, - "chance": 1, - "breakOnMatch": false, - "pattern": [0,-1,-1,0,1,-1,0,0,0], - "flipX": false, - "flipY": false, - "xModulo": 1, - "yModulo": 1, - "xOffset": 0, - "yOffset": 0, - "tileXOffset": 0, - "tileYOffset": 0, - "tileRandomXMin": 0, - "tileRandomXMax": 0, - "tileRandomYMin": 0, - "tileRandomYMax": 0, - "checker": "None", - "tileMode": "Single", - "pivotX": 0, - "pivotY": 0, - "outOfBoundsValue": null, - "invalidated": false, - "perlinActive": false, - "perlinSeed": 6812044, - "perlinScale": 0.2, - "perlinOctaves": 2 - }, - { - "uid": 48, - "active": true, - "size": 3, - "tileRectsIds": [[6]], - "alpha": 1, - "chance": 1, - "breakOnMatch": false, - "pattern": [-1,-1,0,-1,1,0,0,0,0], - "flipX": false, - "flipY": false, - "xModulo": 1, - "yModulo": 1, - "xOffset": 0, - "yOffset": 0, - "tileXOffset": 0, - "tileYOffset": 0, - "tileRandomXMin": 0, - "tileRandomXMax": 0, - "tileRandomYMin": 0, - "tileRandomYMax": 0, - "checker": "None", - "tileMode": "Single", - "pivotX": 0, - "pivotY": 0, - "outOfBoundsValue": null, - "invalidated": false, - "perlinActive": false, - "perlinSeed": 1401014, - "perlinScale": 0.2, - "perlinOctaves": 2 - }, - { - "uid": 47, - "active": true, - "size": 3, - "tileRectsIds": [[122]], - "alpha": 1, - "chance": 1, - "breakOnMatch": false, - "pattern": [0,0,0,0,1,0,0,-1,0], - "flipX": false, - "flipY": false, - "xModulo": 1, - "yModulo": 1, - "xOffset": 0, - "yOffset": 0, - "tileXOffset": 0, - "tileYOffset": 0, - "tileRandomXMin": 0, - "tileRandomXMax": 0, - "tileRandomYMin": 0, - "tileRandomYMax": 0, - "checker": "None", - "tileMode": "Single", - "pivotX": 0, - "pivotY": 0, - "outOfBoundsValue": null, - "invalidated": false, - "perlinActive": false, - "perlinSeed": 9663520, - "perlinScale": 0.2, - "perlinOctaves": 2 - }, - { - "uid": 46, - "active": true, - "size": 3, - "tileRectsIds": [[7]], - "alpha": 1, - "chance": 1, - "breakOnMatch": false, - "pattern": [0,-1,0,0,1,0,0,0,0], - "flipX": false, - "flipY": false, - "xModulo": 1, - "yModulo": 1, - "xOffset": 0, - "yOffset": 0, - "tileXOffset": 0, - "tileYOffset": 0, - "tileRandomXMin": 0, - "tileRandomXMax": 0, - "tileRandomYMin": 0, - "tileRandomYMax": 0, - "checker": "None", - "tileMode": "Single", - "pivotX": 0, - "pivotY": 0, - "outOfBoundsValue": null, - "invalidated": false, - "perlinActive": false, - "perlinSeed": 1408010, - "perlinScale": 0.2, - "perlinOctaves": 2 - }, - { - "uid": 45, - "active": true, - "size": 3, - "tileRectsIds": [ [31], [54], [77], [100] ], - "alpha": 1, - "chance": 1, - "breakOnMatch": false, - "pattern": [0,0,0,0,1,-1,0,0,0], - "flipX": false, - "flipY": false, - "xModulo": 1, - "yModulo": 1, - "xOffset": 0, - "yOffset": 0, - "tileXOffset": 0, - "tileYOffset": 0, - "tileRandomXMin": 0, - "tileRandomXMax": 0, - "tileRandomYMin": 0, - "tileRandomYMax": 0, - "checker": "None", - "tileMode": "Single", - "pivotX": 0, - "pivotY": 0, - "outOfBoundsValue": null, - "invalidated": false, - "perlinActive": false, - "perlinSeed": 5696498, - "perlinScale": 0.2, - "perlinOctaves": 2 - }, - { - "uid": 44, - "active": true, - "size": 3, - "tileRectsIds": [ [29], [52], [75], [98] ], - "alpha": 1, - "chance": 1, - "breakOnMatch": false, - "pattern": [0,0,0,-1,1,0,0,0,0], - "flipX": false, - "flipY": false, - "xModulo": 1, - "yModulo": 1, - "xOffset": 0, - "yOffset": 0, - "tileXOffset": 0, - "tileYOffset": 0, - "tileRandomXMin": 0, - "tileRandomXMax": 0, - "tileRandomYMin": 0, - "tileRandomYMax": 0, - "checker": "None", - "tileMode": "Single", - "pivotX": 0, - "pivotY": 0, - "outOfBoundsValue": null, - "invalidated": false, - "perlinActive": false, - "perlinSeed": 3933364, - "perlinScale": 0.2, - "perlinOctaves": 2 - }, - { - "uid": 52, - "active": true, - "size": 1, - "tileRectsIds": [ [30], [53], [76], [99] ], - "alpha": 1, - "chance": 1, - "breakOnMatch": true, - "pattern": [1], - "flipX": false, - "flipY": false, - "xModulo": 1, - "yModulo": 1, - "xOffset": 0, - "yOffset": 0, - "tileXOffset": 0, - "tileYOffset": 0, - "tileRandomXMin": 0, - "tileRandomXMax": 0, - "tileRandomYMin": 0, - "tileRandomYMax": 0, - "checker": "None", - "tileMode": "Single", - "pivotX": 0, - "pivotY": 0, - "outOfBoundsValue": null, - "invalidated": false, - "perlinActive": false, - "perlinSeed": 3384902, - "perlinScale": 0.2, - "perlinOctaves": 2 - } - ], - "usesWizard": false, - "requiredBiomeValues": [], - "biomeRequirementMode": 0 - }, - { - "uid": 41, - "name": "Ground", - "color": "#63C74D", - "icon": null, - "active": true, - "isOptional": false, - "rules": [ - { - "uid": 108, - "active": true, - "size": 1, - "tileRectsIds": [[24]], - "alpha": 1, - "chance": 1, - "breakOnMatch": true, - "pattern": [0], - "flipX": false, - "flipY": false, - "xModulo": 1, - "yModulo": 1, - "xOffset": 0, - "yOffset": 0, - "tileXOffset": 0, - "tileYOffset": 0, - "tileRandomXMin": 0, - "tileRandomXMax": 0, - "tileRandomYMin": 0, - "tileRandomYMax": 0, - "checker": "None", - "tileMode": "Single", - "pivotX": 0, - "pivotY": 0, - "outOfBoundsValue": null, - "invalidated": false, - "perlinActive": false, - "perlinSeed": 7766567, - "perlinScale": 0.2, - "perlinOctaves": 2 - } - ], - "usesWizard": false, - "requiredBiomeValues": [], - "biomeRequirementMode": 0 - } - ], - "autoSourceLayerDefUid": null, - "tilesetDefUid": 3, - "tilePivotX": 0, - "tilePivotY": 0, - "biomeFieldUid": 65 - } - ], "entities": [ - { - "identifier": "Player", - "uid": 120, - "tags": ["Transform"], - "exportToToc": false, - "allowOutOfBounds": false, - "doc": null, - "width": 32, - "height": 32, - "resizableX": false, - "resizableY": false, - "minWidth": null, - "maxWidth": null, - "minHeight": null, - "maxHeight": null, - "keepAspectRatio": false, - "tileOpacity": 1, - "fillOpacity": 0.08, - "lineOpacity": 0, - "hollow": false, - "color": "#68386C", - "renderMode": "Tile", - "showName": true, - "tilesetId": 3, - "tileRenderMode": "FitInside", - "tileRect": { "tilesetUid": 3, "x": 48, "y": 128, "w": 32, "h": 32 }, - "uiTileRect": null, - "nineSliceBorders": [], - "maxCount": 0, - "limitScope": "PerLevel", - "limitBehavior": "MoveLastOne", - "pivotX": 0.5, - "pivotY": 1, - "fieldDefs": [] - }, - { - "identifier": "Tree", - "uid": 110, - "tags": [ "Transform", "Vegetation" ], - "exportToToc": false, - "allowOutOfBounds": false, - "doc": null, - "width": 48, - "height": 96, - "resizableX": false, - "resizableY": false, - "minWidth": null, - "maxWidth": null, - "minHeight": null, - "maxHeight": null, - "keepAspectRatio": false, - "tileOpacity": 1, - "fillOpacity": 0.08, - "lineOpacity": 0, - "hollow": false, - "color": "#63C74D", - "renderMode": "Tile", - "showName": true, - "tilesetId": 3, - "tileRenderMode": "FitInside", - "tileRect": { "tilesetUid": 3, "x": 144, "y": 0, "w": 48, "h": 96 }, - "uiTileRect": null, - "nineSliceBorders": [], - "maxCount": 0, - "limitScope": "PerLevel", - "limitBehavior": "MoveLastOne", - "pivotX": 0.5, - "pivotY": 1, - "fieldDefs": [] - }, - { - "identifier": "Bush", - "uid": 122, - "tags": [ "Transform", "Vegetation" ], - "exportToToc": false, - "allowOutOfBounds": false, - "doc": null, - "width": 32, - "height": 32, - "resizableX": false, - "resizableY": false, - "minWidth": null, - "maxWidth": null, - "minHeight": null, - "maxHeight": null, - "keepAspectRatio": false, - "tileOpacity": 1, - "fillOpacity": 0.08, - "lineOpacity": 0, - "hollow": false, - "color": "#63C74D", - "renderMode": "Tile", - "showName": true, - "tilesetId": 3, - "tileRenderMode": "FitInside", - "tileRect": { "tilesetUid": 3, "x": 192, "y": 0, "w": 32, "h": 32 }, - "uiTileRect": null, - "nineSliceBorders": [], - "maxCount": 0, - "limitScope": "PerLevel", - "limitBehavior": "MoveLastOne", - "pivotX": 0.5, - "pivotY": 1, - "fieldDefs": [] - }, - { - "identifier": "Boulder", - "uid": 111, - "tags": [ "Transform", "Rock" ], - "exportToToc": false, - "allowOutOfBounds": false, - "doc": null, - "width": 32, - "height": 32, - "resizableX": false, - "resizableY": false, - "minWidth": null, - "maxWidth": null, - "minHeight": null, - "maxHeight": null, - "keepAspectRatio": false, - "tileOpacity": 1, - "fillOpacity": 0.08, - "lineOpacity": 0, - "hollow": false, - "color": "#5A6988", - "renderMode": "Tile", - "showName": true, - "tilesetId": 3, - "tileRenderMode": "FitInside", - "tileRect": { "tilesetUid": 3, "x": 128, "y": 96, "w": 32, "h": 32 }, - "uiTileRect": null, - "nineSliceBorders": [], - "maxCount": 0, - "limitScope": "PerLevel", - "limitBehavior": "MoveLastOne", - "pivotX": 0.5, - "pivotY": 1, - "fieldDefs": [] - }, - { - "identifier": "Flat_Boulder", - "uid": 112, - "tags": [ "Transform", "Rock" ], - "exportToToc": false, - "allowOutOfBounds": false, - "doc": null, - "width": 32, - "height": 16, - "resizableX": false, - "resizableY": false, - "minWidth": null, - "maxWidth": null, - "minHeight": null, - "maxHeight": null, - "keepAspectRatio": false, - "tileOpacity": 1, - "fillOpacity": 0.08, - "lineOpacity": 0, - "hollow": false, - "color": "#5A6988", - "renderMode": "Tile", - "showName": true, - "tilesetId": 3, - "tileRenderMode": "FitInside", - "tileRect": { "tilesetUid": 3, "x": 160, "y": 144, "w": 32, "h": 16 }, - "uiTileRect": null, - "nineSliceBorders": [], - "maxCount": 0, - "limitScope": "PerLevel", - "limitBehavior": "MoveLastOne", - "pivotX": 0.5, - "pivotY": 1, - "fieldDefs": [] - }, - { - "identifier": "Pebble", - "uid": 113, - "tags": [ "Transform", "Rock" ], - "exportToToc": false, - "allowOutOfBounds": false, - "doc": null, - "width": 16, - "height": 16, - "resizableX": false, - "resizableY": false, - "minWidth": null, - "maxWidth": null, - "minHeight": null, - "maxHeight": null, - "keepAspectRatio": false, - "tileOpacity": 1, - "fillOpacity": 0.08, - "lineOpacity": 0, - "hollow": false, - "color": "#5A6988", - "renderMode": "Tile", - "showName": true, - "tilesetId": 3, - "tileRenderMode": "FitInside", - "tileRect": { "tilesetUid": 3, "x": 208, "y": 48, "w": 16, "h": 16 }, - "uiTileRect": null, - "nineSliceBorders": [], - "maxCount": 0, - "limitScope": "PerLevel", - "limitBehavior": "MoveLastOne", - "pivotX": 0.5, - "pivotY": 1, - "fieldDefs": [] - }, - { - "identifier": "Pebbles", - "uid": 114, - "tags": [ "Transform", "Rock" ], - "exportToToc": false, - "allowOutOfBounds": false, - "doc": null, - "width": 16, - "height": 16, - "resizableX": false, - "resizableY": false, - "minWidth": null, - "maxWidth": null, - "minHeight": null, - "maxHeight": null, - "keepAspectRatio": false, - "tileOpacity": 1, - "fillOpacity": 0.08, - "lineOpacity": 0, - "hollow": false, - "color": "#5A6988", - "renderMode": "Tile", - "showName": true, - "tilesetId": 3, - "tileRenderMode": "FitInside", - "tileRect": { "tilesetUid": 3, "x": 208, "y": 64, "w": 16, "h": 16 }, - "uiTileRect": null, - "nineSliceBorders": [], - "maxCount": 0, - "limitScope": "PerLevel", - "limitBehavior": "MoveLastOne", - "pivotX": 0.5, - "pivotY": 1, - "fieldDefs": [] - }, - { - "identifier": "Flat_Pebble", - "uid": 115, - "tags": [ "Transform", "Rock" ], - "exportToToc": false, - "allowOutOfBounds": false, - "doc": null, - "width": 16, - "height": 16, - "resizableX": false, - "resizableY": false, - "minWidth": null, - "maxWidth": null, - "minHeight": null, - "maxHeight": null, - "keepAspectRatio": false, - "tileOpacity": 1, - "fillOpacity": 0.08, - "lineOpacity": 0, - "hollow": false, - "color": "#5A6988", - "renderMode": "Tile", - "showName": true, - "tilesetId": 3, - "tileRenderMode": "FitInside", - "tileRect": { "tilesetUid": 3, "x": 208, "y": 80, "w": 16, "h": 16 }, - "uiTileRect": null, - "nineSliceBorders": [], - "maxCount": 0, - "limitScope": "PerLevel", - "limitBehavior": "MoveLastOne", - "pivotX": 0.5, - "pivotY": 1, - "fieldDefs": [] - }, - { - "identifier": "Moch_Pebble", - "uid": 117, - "tags": [ "Transform", "Rock" ], - "exportToToc": false, - "allowOutOfBounds": false, - "doc": null, - "width": 16, - "height": 16, - "resizableX": false, - "resizableY": false, - "minWidth": null, - "maxWidth": null, - "minHeight": null, - "maxHeight": null, - "keepAspectRatio": false, - "tileOpacity": 1, - "fillOpacity": 0.08, - "lineOpacity": 0, - "hollow": false, - "color": "#5A6988", - "renderMode": "Tile", - "showName": true, - "tilesetId": 3, - "tileRenderMode": "FitInside", - "tileRect": { "tilesetUid": 3, "x": 208, "y": 96, "w": 16, "h": 16 }, - "uiTileRect": null, - "nineSliceBorders": [], - "maxCount": 0, - "limitScope": "PerLevel", - "limitBehavior": "MoveLastOne", - "pivotX": 0.5, - "pivotY": 1, - "fieldDefs": [] - }, - { - "identifier": "Perfect_Pebble", - "uid": 118, - "tags": [ "Transform", "Rock" ], - "exportToToc": false, - "allowOutOfBounds": false, - "doc": null, - "width": 16, - "height": 16, - "resizableX": false, - "resizableY": false, - "minWidth": null, - "maxWidth": null, - "minHeight": null, - "maxHeight": null, - "keepAspectRatio": false, - "tileOpacity": 1, - "fillOpacity": 0.08, - "lineOpacity": 0, - "hollow": false, - "color": "#5A6988", - "renderMode": "Tile", - "showName": true, - "tilesetId": 3, - "tileRenderMode": "FitInside", - "tileRect": { "tilesetUid": 3, "x": 208, "y": 112, "w": 16, "h": 16 }, - "uiTileRect": null, - "nineSliceBorders": [], - "maxCount": 0, - "limitScope": "PerLevel", - "limitBehavior": "MoveLastOne", - "pivotX": 0.5, - "pivotY": 1, - "fieldDefs": [] - }, - { - "identifier": "Small_Pebble", - "uid": 119, - "tags": [ "Transform", "Rock" ], - "exportToToc": false, - "allowOutOfBounds": false, - "doc": null, - "width": 16, - "height": 16, - "resizableX": false, - "resizableY": false, - "minWidth": null, - "maxWidth": null, - "minHeight": null, - "maxHeight": null, - "keepAspectRatio": false, - "tileOpacity": 1, - "fillOpacity": 0.08, - "lineOpacity": 0, - "hollow": false, - "color": "#5A6988", - "renderMode": "Tile", - "showName": true, - "tilesetId": 3, - "tileRenderMode": "FitInside", - "tileRect": { "tilesetUid": 3, "x": 208, "y": 128, "w": 16, "h": 16 }, - "uiTileRect": null, - "nineSliceBorders": [], - "maxCount": 0, - "limitScope": "PerLevel", - "limitBehavior": "MoveLastOne", - "pivotX": 0.5, - "pivotY": 1, - "fieldDefs": [] - }, - { - "identifier": "Red_Flower", - "uid": 121, - "tags": [ "Transform", "Vegetation" ], - "exportToToc": false, - "allowOutOfBounds": false, - "doc": null, - "width": 16, - "height": 16, - "resizableX": false, - "resizableY": false, - "minWidth": null, - "maxWidth": null, - "minHeight": null, - "maxHeight": null, - "keepAspectRatio": false, - "tileOpacity": 1, - "fillOpacity": 0.08, - "lineOpacity": 0, - "hollow": false, - "color": "#E43B44", - "renderMode": "Tile", - "showName": true, - "tilesetId": 3, - "tileRenderMode": "FitInside", - "tileRect": { "tilesetUid": 3, "x": 80, "y": 112, "w": 16, "h": 16 }, - "uiTileRect": null, - "nineSliceBorders": [], - "maxCount": 0, - "limitScope": "PerLevel", - "limitBehavior": "MoveLastOne", - "pivotX": 0.5, - "pivotY": 1, - "fieldDefs": [] - }, - { - "identifier": "Blue_Flower", - "uid": 123, - "tags": [ "Transform", "Vegetation" ], - "exportToToc": false, - "allowOutOfBounds": false, - "doc": null, - "width": 16, - "height": 16, - "resizableX": false, - "resizableY": false, - "minWidth": null, - "maxWidth": null, - "minHeight": null, - "maxHeight": null, - "keepAspectRatio": false, - "tileOpacity": 1, - "fillOpacity": 0.08, - "lineOpacity": 0, - "hollow": false, - "color": "#E43B44", - "renderMode": "Tile", - "showName": true, - "tilesetId": 3, - "tileRenderMode": "FitInside", - "tileRect": { "tilesetUid": 3, "x": 64, "y": 112, "w": 16, "h": 16 }, - "uiTileRect": null, - "nineSliceBorders": [], - "maxCount": 0, - "limitScope": "PerLevel", - "limitBehavior": "MoveLastOne", - "pivotX": 0.5, - "pivotY": 1, - "fieldDefs": [] - }, - { - "identifier": "Pink_Flower", - "uid": 124, - "tags": [ "Transform", "Vegetation" ], - "exportToToc": false, - "allowOutOfBounds": false, - "doc": null, - "width": 16, - "height": 16, - "resizableX": false, - "resizableY": false, - "minWidth": null, - "maxWidth": null, - "minHeight": null, - "maxHeight": null, - "keepAspectRatio": false, - "tileOpacity": 1, - "fillOpacity": 0.08, - "lineOpacity": 0, - "hollow": false, - "color": "#FF989E", - "renderMode": "Tile", - "showName": true, - "tilesetId": 3, - "tileRenderMode": "FitInside", - "tileRect": { "tilesetUid": 3, "x": 48, "y": 112, "w": 16, "h": 16 }, - "uiTileRect": null, - "nineSliceBorders": [], - "maxCount": 0, - "limitScope": "PerLevel", - "limitBehavior": "MoveLastOne", - "pivotX": 0.5, - "pivotY": 1, - "fieldDefs": [] - } - ], "tilesets": [ - { - "__cWid": 23, - "__cHei": 19, - "identifier": "Nature", - "uid": 3, - "relPath": "../SpriteSheets/Main.png", - "embedAtlas": null, - "pxWid": 368, - "pxHei": 304, - "tileGridSize": 16, - "spacing": 0, - "padding": 0, - "tags": ["Env"], - "tagsSourceEnumUid": null, - "enumTags": [], - "customData": [], - "savedSelections": [], - "cachedPixelData": { - "opaqueTiles": "00000011100000111111111010100111010001111111110001001110100011111111100010011101000000000000010000111000000000000000000001110000000000000000000011000000000000000000000110000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000011111111111111111100000111111111111111111000001111111111111111110000011111111111111111100000111111111111111111000001111111111111111110000011111111111111111100000", - "averageColors": "339663a73396927763a753a7f4b9f4caf4b902647365025473657264f3a8f3a8f3a8f3a8f3a8f3a8f287f277f28763a7f4c863a7f4b863a753a7f4caf2ccf4caa254f254a254d254d254f3a8f277f3a8f3a8f277f3a8f277f245f277339663a73396f4c863a753a7f4caf2ccf4cad254f254d25400000000f3a8f3a8f3a8f3a8f3a8f3a8f277f277f277239653a72396f4b863a754a7f4caf2ccf4cad254f254d2546888688868766876667466740000000000000000000053a7f4c853a7a75263a753a7f4baf2ccf4ba3265c543325467776778676567656674667400000000000000000000239653a7239613a713b713a7f4b9f4caf4b90000b752000077887888786678767674767400000000000000000000288b288b0000039604b813b7f4b9f4b93899488938994889a888a788a8760000a674000000000000000000000000288b288b00004a78469a4b75f4b9f4b9d9aad667d9aad667789978990000000000000000000000000000000000002c662c660000787a787a53a753a753a754a753a7b99ac778488948890000000000000000000000000000000000002c662c6600006645664563a763a763a763a763a7b99ab778000000000000000000000000000000000000000000002786278600000000000000000000000000000000000000000000000000000000000000000000000000000000000027862786000000000000000000000000000000000000000000000000000000000000000000000000000000000000f854f854f854f873f873f873fee7fee7fee7f873f873f873f854f854f854fdb7fdb7fdb700000000000000000000f854f854f854f873f873f873fee8fee7fee7f873f873f873f854f854f854fdb7fdc7fdc700000000000000000000f854f854f854f873f873f873fee7fee7fee7f873f873f873f854f854f854fdc7fdc7fdc700000000000000000000f854f854f854f873f873f873fee7fee7fee7f873f873f873f854f854f854fdb7fdc7fdb700000000000000000000f854f854f854f873f873f873fee7fee7fee7f873f873f873f854f854f854fdc7fdc7fdc700000000000000000000f854f854f854f873f873f873fee8fee7fee8f873f873f873f854f854f854fdc7fdc7fdb700000000000000000000f854f854f854f873f873f873fee8fee7fee7f873f873f873f854f854f854fdc7fdb7fdb700000000000000000000" - } - } - ], "enums": [{ "identifier": "Biome", "uid": 64, "values": [ - { "id": "Dry", "tileRect": null, "color": 16705377 }, - { "id": "Wet", "tileRect": null, "color": 12087120 }, - { "id": "Dirty", "tileRect": null, "color": 4073265 } - ], "iconTilesetUid": 3, "externalRelPath": null, "externalFileChecksum": null, "tags": [] }], "externalEnums": [], "levelFields": [ - { - "identifier": "Biome", - "doc": null, - "__type": "LocalEnum.Biome", - "uid": 65, - "type": "F_Enum(64)", - "isArray": false, - "canBeNull": false, - "arrayMinLength": null, - "arrayMaxLength": null, - "editorDisplayMode": "Hidden", - "editorDisplayScale": 1, - "editorDisplayPos": "Above", - "editorLinkStyle": "StraightArrow", - "editorDisplayColor": null, - "editorAlwaysShow": false, - "editorShowInWorld": true, - "editorCutLongValues": true, - "editorTextSuffix": null, - "editorTextPrefix": null, - "useForSmartColor": false, - "exportToToc": false, - "searchable": false, - "min": null, - "max": null, - "regex": null, - "acceptFileTypes": null, - "defaultOverride": { - "id": "V_String", - "params": ["Dry"] - }, - "textLanguageMode": null, - "symmetricalRef": false, - "autoChainRef": true, - "allowOutOfLevelRef": true, - "allowedRefs": "OnlySame", - "allowedRefsEntityUid": null, - "allowedRefTags": [], - "tilesetUid": null - } - ] }, - "levels": [], - "worlds": [{ "iid": "78186311-25d0-11ef-a4b2-1b75fa71fad1", "identifier": "World", "defaultLevelWidth": 256, "defaultLevelHeight": 256, "worldGridWidth": 256, "worldGridHeight": 256, "worldLayout": "Free", "levels": [ - { - "identifier": "Level_0", - "iid": "78188a20-25d0-11ef-a4b2-0f3836f81bd4", - "uid": 0, - "worldX": 0, - "worldY": 0, - "worldDepth": 0, - "pxWid": 640, - "pxHei": 512, - "__bgColor": "#696A79", - "bgColor": null, - "useAutoIdentifier": true, - "bgRelPath": null, - "bgPos": null, - "bgPivotX": 0.5, - "bgPivotY": 0.5, - "__smartColor": "#ADADB5", - "__bgPos": null, - "externalRelPath": null, - "fieldInstances": [{ "__identifier": "Biome", "__type": "LocalEnum.Biome", "__value": "Dry", "__tile": null, "defUid": 65, "realEditorValues": [{ - "id": "V_String", - "params": ["Dry"] - }] }], - "layerInstances": [ - { - "__identifier": "Entities", - "__type": "Entities", - "__cWid": 40, - "__cHei": 32, - "__gridSize": 16, - "__opacity": 1, - "__pxTotalOffsetX": 0, - "__pxTotalOffsetY": 0, - "__tilesetDefUid": null, - "__tilesetRelPath": null, - "iid": "1d353190-25d0-11ef-a244-59887c02ceab", - "levelId": 0, - "layerDefUid": 109, - "pxOffsetX": 0, - "pxOffsetY": 0, - "visible": true, - "optionalRules": [], - "intGridCsv": [], - "autoLayerTiles": [], - "seed": 3866352, - "overrideTilesetUid": null, - "gridTiles": [], - "entityInstances": [ - { - "__identifier": "Tree", - "__grid": [3,1], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Vegetation" ], - "__tile": { "tilesetUid": 3, "x": 144, "y": 0, "w": 48, "h": 96 }, - "__smartColor": "#63C74D", - "iid": "c6d36f50-25d0-11ef-a244-b5e5d1985731", - "width": 48, - "height": 96, - "defUid": 110, - "px": [56,32], - "fieldInstances": [], - "__worldX": 56, - "__worldY": 32 - }, - { - "__identifier": "Tree", - "__grid": [8,1], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Vegetation" ], - "__tile": { "tilesetUid": 3, "x": 144, "y": 0, "w": 48, "h": 96 }, - "__smartColor": "#63C74D", - "iid": "cb8e5f50-25d0-11ef-a244-87641f0cdd87", - "width": 48, - "height": 96, - "defUid": 110, - "px": [136,32], - "fieldInstances": [], - "__worldX": 136, - "__worldY": 32 - }, - { - "__identifier": "Tree", - "__grid": [13,1], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Vegetation" ], - "__tile": { "tilesetUid": 3, "x": 144, "y": 0, "w": 48, "h": 96 }, - "__smartColor": "#63C74D", - "iid": "cd199330-25d0-11ef-a244-69fb4cc850df", - "width": 48, - "height": 96, - "defUid": 110, - "px": [216,32], - "fieldInstances": [], - "__worldX": 216, - "__worldY": 32 - }, - { - "__identifier": "Tree", - "__grid": [1,4], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Vegetation" ], - "__tile": { "tilesetUid": 3, "x": 144, "y": 0, "w": 48, "h": 96 }, - "__smartColor": "#63C74D", - "iid": "ce3cdd80-25d0-11ef-a244-470a91ce2867", - "width": 48, - "height": 96, - "defUid": 110, - "px": [24,80], - "fieldInstances": [], - "__worldX": 24, - "__worldY": 80 - }, - { - "__identifier": "Tree", - "__grid": [13,6], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Vegetation" ], - "__tile": { "tilesetUid": 3, "x": 144, "y": 0, "w": 48, "h": 96 }, - "__smartColor": "#63C74D", - "iid": "d19b71d0-25d0-11ef-a244-73e02bdb1906", - "width": 48, - "height": 96, - "defUid": 110, - "px": [216,112], - "fieldInstances": [], - "__worldX": 216, - "__worldY": 112 - }, - { - "__identifier": "Boulder", - "__grid": [3,6], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Rock" ], - "__tile": { "tilesetUid": 3, "x": 128, "y": 96, "w": 32, "h": 32 }, - "__smartColor": "#5A6988", - "iid": "018782d0-25d0-11ef-a244-9b23fcd693b8", - "width": 32, - "height": 32, - "defUid": 111, - "px": [56,112], - "fieldInstances": [], - "__worldX": 56, - "__worldY": 112 - }, - { - "__identifier": "Boulder", - "__grid": [12,9], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Rock" ], - "__tile": { "tilesetUid": 3, "x": 128, "y": 96, "w": 32, "h": 32 }, - "__smartColor": "#5A6988", - "iid": "05cc3160-25d0-11ef-a244-5b6063877e32", - "width": 32, - "height": 32, - "defUid": 111, - "px": [200,160], - "fieldInstances": [], - "__worldX": 200, - "__worldY": 160 - }, - { - "__identifier": "Flat_Boulder", - "__grid": [8,4], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Rock" ], - "__tile": { "tilesetUid": 3, "x": 160, "y": 144, "w": 32, "h": 16 }, - "__smartColor": "#5A6988", - "iid": "38016f10-25d0-11ef-a244-9980952d1573", - "width": 32, - "height": 16, - "defUid": 112, - "px": [136,80], - "fieldInstances": [], - "__worldX": 136, - "__worldY": 80 - }, - { - "__identifier": "Pebble", - "__grid": [6,2], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Rock" ], - "__tile": { "tilesetUid": 3, "x": 208, "y": 48, "w": 16, "h": 16 }, - "__smartColor": "#5A6988", - "iid": "987004b0-25d0-11ef-a244-cfee66098fa0", - "width": 16, - "height": 16, - "defUid": 113, - "px": [104,48], - "fieldInstances": [], - "__worldX": 104, - "__worldY": 48 - }, - { - "__identifier": "Pebbles", - "__grid": [10,3], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Rock" ], - "__tile": { "tilesetUid": 3, "x": 208, "y": 64, "w": 16, "h": 16 }, - "__smartColor": "#5A6988", - "iid": "99fd0d50-25d0-11ef-a244-d9e79d869da0", - "width": 16, - "height": 16, - "defUid": 114, - "px": [168,64], - "fieldInstances": [], - "__worldX": 168, - "__worldY": 64 - }, - { - "__identifier": "Pebble", - "__grid": [2,4], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Rock" ], - "__tile": { "tilesetUid": 3, "x": 208, "y": 48, "w": 16, "h": 16 }, - "__smartColor": "#5A6988", - "iid": "9e10c0d0-25d0-11ef-a244-49a3157323bc", - "width": 16, - "height": 16, - "defUid": 113, - "px": [40,80], - "fieldInstances": [], - "__worldX": 40, - "__worldY": 80 - }, - { - "__identifier": "Moch_Pebble", - "__grid": [7,0], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Rock" ], - "__tile": { "tilesetUid": 3, "x": 208, "y": 96, "w": 16, "h": 16 }, - "__smartColor": "#5A6988", - "iid": "aa8e1470-25d0-11ef-a244-77894754d545", - "width": 16, - "height": 16, - "defUid": 117, - "px": [120,16], - "fieldInstances": [], - "__worldX": 120, - "__worldY": 16 - }, - { - "__identifier": "Perfect_Pebble", - "__grid": [6,8], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Rock" ], - "__tile": { "tilesetUid": 3, "x": 208, "y": 112, "w": 16, "h": 16 }, - "__smartColor": "#5A6988", - "iid": "afa973f0-25d0-11ef-a244-c7c6dee6cd07", - "width": 16, - "height": 16, - "defUid": 118, - "px": [104,144], - "fieldInstances": [], - "__worldX": 104, - "__worldY": 144 - }, - { - "__identifier": "Flat_Pebble", - "__grid": [9,13], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Rock" ], - "__tile": { "tilesetUid": 3, "x": 208, "y": 80, "w": 16, "h": 16 }, - "__smartColor": "#5A6988", - "iid": "b38d3dd0-25d0-11ef-a244-cdcda84862ff", - "width": 16, - "height": 16, - "defUid": 115, - "px": [152,224], - "fieldInstances": [], - "__worldX": 152, - "__worldY": 224 - }, - { - "__identifier": "Pebbles", - "__grid": [11,13], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Rock" ], - "__tile": { "tilesetUid": 3, "x": 208, "y": 64, "w": 16, "h": 16 }, - "__smartColor": "#5A6988", - "iid": "b9f01170-25d0-11ef-a244-895641a246fe", - "width": 16, - "height": 16, - "defUid": 114, - "px": [184,224], - "fieldInstances": [], - "__worldX": 184, - "__worldY": 224 - }, - { - "__identifier": "Boulder", - "__grid": [10,12], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Rock" ], - "__tile": { "tilesetUid": 3, "x": 128, "y": 96, "w": 32, "h": 32 }, - "__smartColor": "#5A6988", - "iid": "bb51c450-25d0-11ef-a244-3dde095a913f", - "width": 32, - "height": 32, - "defUid": 111, - "px": [168,208], - "fieldInstances": [], - "__worldX": 168, - "__worldY": 208 - }, - { - "__identifier": "Pebble", - "__grid": [12,12], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Rock" ], - "__tile": { "tilesetUid": 3, "x": 208, "y": 48, "w": 16, "h": 16 }, - "__smartColor": "#5A6988", - "iid": "bd6254d0-25d0-11ef-a244-8984765413ba", - "width": 16, - "height": 16, - "defUid": 113, - "px": [200,208], - "fieldInstances": [], - "__worldX": 200, - "__worldY": 208 - }, - { - "__identifier": "Flat_Boulder", - "__grid": [2,14], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Rock" ], - "__tile": { "tilesetUid": 3, "x": 160, "y": 144, "w": 32, "h": 16 }, - "__smartColor": "#5A6988", - "iid": "c89993e0-25d0-11ef-a244-0fc37c07fc72", - "width": 32, - "height": 16, - "defUid": 112, - "px": [40,240], - "fieldInstances": [], - "__worldX": 40, - "__worldY": 240 - }, - { - "__identifier": "Small_Pebble", - "__grid": [4,14], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Rock" ], - "__tile": { "tilesetUid": 3, "x": 208, "y": 128, "w": 16, "h": 16 }, - "__smartColor": "#5A6988", - "iid": "caad58b0-25d0-11ef-a244-49f58e27cb8b", - "width": 16, - "height": 16, - "defUid": 119, - "px": [72,240], - "fieldInstances": [], - "__worldX": 72, - "__worldY": 240 - }, - { - "__identifier": "Small_Pebble", - "__grid": [2,12], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Rock" ], - "__tile": { "tilesetUid": 3, "x": 208, "y": 128, "w": 16, "h": 16 }, - "__smartColor": "#5A6988", - "iid": "cb7144f0-25d0-11ef-a244-8f2ac1c149ea", - "width": 16, - "height": 16, - "defUid": 119, - "px": [40,208], - "fieldInstances": [], - "__worldX": 40, - "__worldY": 208 - }, - { - "__identifier": "Small_Pebble", - "__grid": [8,10], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Rock" ], - "__tile": { "tilesetUid": 3, "x": 208, "y": 128, "w": 16, "h": 16 }, - "__smartColor": "#5A6988", - "iid": "cc662c40-25d0-11ef-a244-4984886e72b8", - "width": 16, - "height": 16, - "defUid": 119, - "px": [136,176], - "fieldInstances": [], - "__worldX": 136, - "__worldY": 176 - }, - { - "__identifier": "Tree", - "__grid": [4,11], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Vegetation" ], - "__tile": { "tilesetUid": 3, "x": 144, "y": 0, "w": 48, "h": 96 }, - "__smartColor": "#63C74D", - "iid": "cfdab990-25d0-11ef-a244-1f79dd0a7e83", - "width": 48, - "height": 96, - "defUid": 110, - "px": [72,192], - "fieldInstances": [], - "__worldX": 72, - "__worldY": 192 - }, - { - "__identifier": "Tree", - "__grid": [14,14], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Vegetation" ], - "__tile": { "tilesetUid": 3, "x": 144, "y": 0, "w": 48, "h": 96 }, - "__smartColor": "#63C74D", - "iid": "d454f710-25d0-11ef-a244-bde2e5cace68", - "width": 48, - "height": 96, - "defUid": 110, - "px": [232,240], - "fieldInstances": [], - "__worldX": 232, - "__worldY": 240 - }, - { - "__identifier": "Player", - "__grid": [26,13], - "__pivot": [0.5,1], - "__tags": ["Transform"], - "__tile": { "tilesetUid": 3, "x": 48, "y": 128, "w": 32, "h": 32 }, - "__smartColor": "#68386C", - "iid": "f468f0b0-25d0-11ef-a244-559032830942", - "width": 32, - "height": 32, - "defUid": 120, - "px": [424,224], - "fieldInstances": [], - "__worldX": 424, - "__worldY": 224 - }, - { - "__identifier": "Red_Flower", - "__grid": [10,5], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Vegetation" ], - "__tile": { "tilesetUid": 3, "x": 80, "y": 112, "w": 16, "h": 16 }, - "__smartColor": "#E43B44", - "iid": "43c652b0-25d0-11ef-a244-dfe847b75b3e", - "width": 16, - "height": 16, - "defUid": 121, - "px": [168,96], - "fieldInstances": [], - "__worldX": 168, - "__worldY": 96 - }, - { - "__identifier": "Blue_Flower", - "__grid": [0,11], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Vegetation" ], - "__tile": { "tilesetUid": 3, "x": 64, "y": 112, "w": 16, "h": 16 }, - "__smartColor": "#E43B44", - "iid": "472c12f0-25d0-11ef-a244-e19dcceccec7", - "width": 16, - "height": 16, - "defUid": 123, - "px": [0,192], - "fieldInstances": [], - "__worldX": 0, - "__worldY": 192 - }, - { - "__identifier": "Blue_Flower", - "__grid": [6,1], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Vegetation" ], - "__tile": { "tilesetUid": 3, "x": 64, "y": 112, "w": 16, "h": 16 }, - "__smartColor": "#E43B44", - "iid": "49fd8270-25d0-11ef-a244-e93590bc3d8f", - "width": 16, - "height": 16, - "defUid": 123, - "px": [96,32], - "fieldInstances": [], - "__worldX": 96, - "__worldY": 32 - }, - { - "__identifier": "Red_Flower", - "__grid": [4,2], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Vegetation" ], - "__tile": { "tilesetUid": 3, "x": 80, "y": 112, "w": 16, "h": 16 }, - "__smartColor": "#E43B44", - "iid": "4f090370-25d0-11ef-a244-89731cf16541", - "width": 16, - "height": 16, - "defUid": 121, - "px": [72,48], - "fieldInstances": [], - "__worldX": 72, - "__worldY": 48 - }, - { - "__identifier": "Red_Flower", - "__grid": [6,13], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Vegetation" ], - "__tile": { "tilesetUid": 3, "x": 80, "y": 112, "w": 16, "h": 16 }, - "__smartColor": "#E43B44", - "iid": "5205efc0-25d0-11ef-a244-dfdcea20a81a", - "width": 16, - "height": 16, - "defUid": 121, - "px": [104,224], - "fieldInstances": [], - "__worldX": 104, - "__worldY": 224 - }, - { - "__identifier": "Blue_Flower", - "__grid": [7,12], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Vegetation" ], - "__tile": { "tilesetUid": 3, "x": 64, "y": 112, "w": 16, "h": 16 }, - "__smartColor": "#E43B44", - "iid": "53491e20-25d0-11ef-a244-b302f71684f8", - "width": 16, - "height": 16, - "defUid": 123, - "px": [112,208], - "fieldInstances": [], - "__worldX": 112, - "__worldY": 208 - }, - { - "__identifier": "Pink_Flower", - "__grid": [15,7], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Vegetation" ], - "__tile": { "tilesetUid": 3, "x": 48, "y": 112, "w": 16, "h": 16 }, - "__smartColor": "#FF989E", - "iid": "a74b01f0-25d0-11ef-a244-ed07f9bbe8e5", - "width": 16, - "height": 16, - "defUid": 124, - "px": [240,128], - "fieldInstances": [], - "__worldX": 240, - "__worldY": 128 - }, - { - "__identifier": "Pink_Flower", - "__grid": [9,1], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Vegetation" ], - "__tile": { "tilesetUid": 3, "x": 48, "y": 112, "w": 16, "h": 16 }, - "__smartColor": "#FF989E", - "iid": "aba5a980-25d0-11ef-a244-fb1502991ccc", - "width": 16, - "height": 16, - "defUid": 124, - "px": [144,32], - "fieldInstances": [], - "__worldX": 144, - "__worldY": 32 - }, - { - "__identifier": "Bush", - "__grid": [11,1], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Vegetation" ], - "__tile": { "tilesetUid": 3, "x": 192, "y": 0, "w": 32, "h": 32 }, - "__smartColor": "#63C74D", - "iid": "aee87870-25d0-11ef-a244-efc835931229", - "width": 32, - "height": 32, - "defUid": 122, - "px": [184,32], - "fieldInstances": [], - "__worldX": 184, - "__worldY": 32 - }, - { - "__identifier": "Bush", - "__grid": [7,3], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Vegetation" ], - "__tile": { "tilesetUid": 3, "x": 192, "y": 0, "w": 32, "h": 32 }, - "__smartColor": "#63C74D", - "iid": "b16eae20-25d0-11ef-a244-7daf58737a5b", - "width": 32, - "height": 32, - "defUid": 122, - "px": [120,64], - "fieldInstances": [], - "__worldX": 120, - "__worldY": 64 - }, - { - "__identifier": "Bush", - "__grid": [11,7], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Vegetation" ], - "__tile": { "tilesetUid": 3, "x": 192, "y": 0, "w": 32, "h": 32 }, - "__smartColor": "#63C74D", - "iid": "b3dfd530-25d0-11ef-a244-59d7333b8a75", - "width": 32, - "height": 32, - "defUid": 122, - "px": [184,128], - "fieldInstances": [], - "__worldX": 184, - "__worldY": 128 - }, - { - "__identifier": "Bush", - "__grid": [8,14], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Vegetation" ], - "__tile": { "tilesetUid": 3, "x": 192, "y": 0, "w": 32, "h": 32 }, - "__smartColor": "#63C74D", - "iid": "b4d27290-25d0-11ef-a244-8322e5793e8a", - "width": 32, - "height": 32, - "defUid": 122, - "px": [136,240], - "fieldInstances": [], - "__worldX": 136, - "__worldY": 240 - }, - { - "__identifier": "Bush", - "__grid": [8,9], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Vegetation" ], - "__tile": { "tilesetUid": 3, "x": 192, "y": 0, "w": 32, "h": 32 }, - "__smartColor": "#63C74D", - "iid": "be4b5fd0-25d0-11ef-a244-cdc7e7ae3423", - "width": 32, - "height": 32, - "defUid": 122, - "px": [136,160], - "fieldInstances": [], - "__worldX": 136, - "__worldY": 160 - }, - { - "__identifier": "Bush", - "__grid": [1,7], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Vegetation" ], - "__tile": { "tilesetUid": 3, "x": 192, "y": 0, "w": 32, "h": 32 }, - "__smartColor": "#63C74D", - "iid": "ca03b5c0-25d0-11ef-a244-a31b80f507f6", - "width": 32, - "height": 32, - "defUid": 122, - "px": [24,128], - "fieldInstances": [], - "__worldX": 24, - "__worldY": 128 - }, - { - "__identifier": "Small_Pebble", - "__grid": [0,8], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Rock" ], - "__tile": { "tilesetUid": 3, "x": 208, "y": 128, "w": 16, "h": 16 }, - "__smartColor": "#5A6988", - "iid": "cdab39f0-25d0-11ef-a244-31b81423e048", - "width": 16, - "height": 16, - "defUid": 119, - "px": [8,144], - "fieldInstances": [], - "__worldX": 8, - "__worldY": 144 - }, - { - "__identifier": "Pink_Flower", - "__grid": [2,9], - "__pivot": [0.5,1], - "__tags": [ "Transform", "Vegetation" ], - "__tile": { "tilesetUid": 3, "x": 48, "y": 112, "w": 16, "h": 16 }, - "__smartColor": "#FF989E", - "iid": "cfe54b70-25d0-11ef-a244-9142bc09eb1a", - "width": 16, - "height": 16, - "defUid": 124, - "px": [32,160], - "fieldInstances": [], - "__worldX": 32, - "__worldY": 160 - } - ] - }, - { - "__identifier": "Ground", - "__type": "IntGrid", - "__cWid": 40, - "__cHei": 32, - "__gridSize": 16, - "__opacity": 1, - "__pxTotalOffsetX": 0, - "__pxTotalOffsetY": 0, - "__tilesetDefUid": 3, - "__tilesetRelPath": "../SpriteSheets/Main.png", - "iid": "ad8d4ee0-25d0-11ef-a244-af512db1430c", - "levelId": 0, - "layerDefUid": 40, - "pxOffsetX": 0, - "pxOffsetY": 0, - "visible": true, - "optionalRules": [], - "intGridCsv": [ - 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2, - 2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, - 0,0,0,2,2,2,2,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, - 2,2,2,2,2,2,2,2,2,2,2,0,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, - 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0, - 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0, - 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,0,0,2,2,0, - 0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2, - 0,0,2,2,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,2,2, - 0,0,0,0,0,0,0,2,2,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0, - 0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1, - 1,1,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0, - 0,0,0,1,1,1,1,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2, - 2,2,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, - 0,0,0,0,2,2,2,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,1,1,1,1,1,0,0,0,0,0, - 0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1, - 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,0,0,0,0,0,0,0,0,1,1,1,1, - 1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,0,0,0,0,0,0,1, - 1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,0,0,0, - 0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0, - 0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0, - 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1, - 1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0, - 0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1, - 0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1, - 1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0, - 0,0,0,0,1,1,1,1,0,0,2,2,2,2,2,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0, - 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,2,0,0,0,0,0,0,0,1,1,0,0,0, - 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,0,0,0,0,0, - 0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2, - 2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0, - 0,2,2,2,2,2,2,2,2,2,2,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0, - 0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,2,2,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0, - 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,2,2,0,0,0,0,0,0,0,0,0, - 1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,2,2,0, - 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2, - 2,2,2,2,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0 - ], - "autoLayerTiles": [ - { "px": [0,0], "src": [16,16], "f": 0, "t": 24, "d": [108,0], "a": 1 }, - { "px": [16,0], "src": [16,16], "f": 0, "t": 24, "d": [108,1], "a": 1 }, - { "px": [32,0], "src": [16,16], "f": 0, "t": 24, "d": [108,2], "a": 1 }, - { "px": [48,0], "src": [16,16], "f": 0, "t": 24, "d": [108,3], "a": 1 }, - { "px": [64,0], "src": [16,16], "f": 0, "t": 24, "d": [108,4], "a": 1 }, - { "px": [80,0], "src": [16,16], "f": 0, "t": 24, "d": [108,5], "a": 1 }, - { "px": [96,0], "src": [16,16], "f": 0, "t": 24, "d": [108,6], "a": 1 }, - { "px": [112,0], "src": [16,16], "f": 0, "t": 24, "d": [108,7], "a": 1 }, - { "px": [128,0], "src": [16,16], "f": 0, "t": 24, "d": [108,8], "a": 1 }, - { "px": [144,0], "src": [16,16], "f": 0, "t": 24, "d": [108,9], "a": 1 }, - { "px": [160,0], "src": [16,16], "f": 0, "t": 24, "d": [108,10], "a": 1 }, - { "px": [176,0], "src": [16,16], "f": 0, "t": 24, "d": [108,11], "a": 1 }, - { "px": [192,0], "src": [16,16], "f": 0, "t": 24, "d": [108,12], "a": 1 }, - { "px": [208,0], "src": [16,16], "f": 0, "t": 24, "d": [108,13], "a": 1 }, - { "px": [224,0], "src": [16,16], "f": 0, "t": 24, "d": [108,14], "a": 1 }, - { "px": [240,0], "src": [16,16], "f": 0, "t": 24, "d": [108,15], "a": 1 }, - { "px": [256,0], "src": [16,16], "f": 0, "t": 24, "d": [108,16], "a": 1 }, - { "px": [272,0], "src": [16,16], "f": 0, "t": 24, "d": [108,17], "a": 1 }, - { "px": [288,0], "src": [16,16], "f": 0, "t": 24, "d": [108,18], "a": 1 }, - { "px": [304,0], "src": [16,16], "f": 0, "t": 24, "d": [108,19], "a": 1 }, - { "px": [320,0], "src": [16,16], "f": 0, "t": 24, "d": [108,20], "a": 1 }, - { "px": [336,0], "src": [16,16], "f": 0, "t": 24, "d": [108,21], "a": 1 }, - { "px": [352,0], "src": [16,16], "f": 0, "t": 24, "d": [108,22], "a": 1 }, - { "px": [368,0], "src": [16,16], "f": 0, "t": 24, "d": [108,23], "a": 1 }, - { "px": [384,0], "src": [16,16], "f": 0, "t": 24, "d": [108,24], "a": 1 }, - { "px": [400,0], "src": [16,16], "f": 0, "t": 24, "d": [108,25], "a": 1 }, - { "px": [416,0], "src": [16,16], "f": 0, "t": 24, "d": [108,26], "a": 1 }, - { "px": [432,0], "src": [16,16], "f": 0, "t": 24, "d": [108,27], "a": 1 }, - { "px": [448,0], "src": [16,16], "f": 0, "t": 24, "d": [108,28], "a": 1 }, - { "px": [464,0], "src": [16,16], "f": 0, "t": 24, "d": [108,29], "a": 1 }, - { "px": [480,0], "src": [16,16], "f": 0, "t": 24, "d": [108,30], "a": 1 }, - { "px": [496,0], "src": [16,16], "f": 0, "t": 24, "d": [108,31], "a": 1 }, - { "px": [512,0], "src": [16,16], "f": 0, "t": 24, "d": [108,32], "a": 1 }, - { "px": [608,0], "src": [16,16], "f": 0, "t": 24, "d": [108,38], "a": 1 }, - { "px": [624,0], "src": [16,16], "f": 0, "t": 24, "d": [108,39], "a": 1 }, - { "px": [0,16], "src": [16,16], "f": 0, "t": 24, "d": [108,40], "a": 1 }, - { "px": [16,16], "src": [16,16], "f": 0, "t": 24, "d": [108,41], "a": 1 }, - { "px": [32,16], "src": [16,16], "f": 0, "t": 24, "d": [108,42], "a": 1 }, - { "px": [48,16], "src": [16,16], "f": 0, "t": 24, "d": [108,43], "a": 1 }, - { "px": [64,16], "src": [16,16], "f": 0, "t": 24, "d": [108,44], "a": 1 }, - { "px": [80,16], "src": [16,16], "f": 0, "t": 24, "d": [108,45], "a": 1 }, - { "px": [96,16], "src": [16,16], "f": 0, "t": 24, "d": [108,46], "a": 1 }, - { "px": [112,16], "src": [16,16], "f": 0, "t": 24, "d": [108,47], "a": 1 }, - { "px": [128,16], "src": [16,16], "f": 0, "t": 24, "d": [108,48], "a": 1 }, - { "px": [144,16], "src": [16,16], "f": 0, "t": 24, "d": [108,49], "a": 1 }, - { "px": [160,16], "src": [16,16], "f": 0, "t": 24, "d": [108,50], "a": 1 }, - { "px": [176,16], "src": [16,16], "f": 0, "t": 24, "d": [108,51], "a": 1 }, - { "px": [192,16], "src": [16,16], "f": 0, "t": 24, "d": [108,52], "a": 1 }, - { "px": [208,16], "src": [16,16], "f": 0, "t": 24, "d": [108,53], "a": 1 }, - { "px": [224,16], "src": [16,16], "f": 0, "t": 24, "d": [108,54], "a": 1 }, - { "px": [240,16], "src": [16,16], "f": 0, "t": 24, "d": [108,55], "a": 1 }, - { "px": [256,16], "src": [16,16], "f": 0, "t": 24, "d": [108,56], "a": 1 }, - { "px": [272,16], "src": [16,16], "f": 0, "t": 24, "d": [108,57], "a": 1 }, - { "px": [288,16], "src": [16,16], "f": 0, "t": 24, "d": [108,58], "a": 1 }, - { "px": [304,16], "src": [16,16], "f": 0, "t": 24, "d": [108,59], "a": 1 }, - { "px": [320,16], "src": [16,16], "f": 0, "t": 24, "d": [108,60], "a": 1 }, - { "px": [336,16], "src": [16,16], "f": 0, "t": 24, "d": [108,61], "a": 1 }, - { "px": [352,16], "src": [16,16], "f": 0, "t": 24, "d": [108,62], "a": 1 }, - { "px": [368,16], "src": [16,16], "f": 0, "t": 24, "d": [108,63], "a": 1 }, - { "px": [384,16], "src": [16,16], "f": 0, "t": 24, "d": [108,64], "a": 1 }, - { "px": [400,16], "src": [16,16], "f": 0, "t": 24, "d": [108,65], "a": 1 }, - { "px": [416,16], "src": [16,16], "f": 0, "t": 24, "d": [108,66], "a": 1 }, - { "px": [432,16], "src": [16,16], "f": 0, "t": 24, "d": [108,67], "a": 1 }, - { "px": [448,16], "src": [16,16], "f": 0, "t": 24, "d": [108,68], "a": 1 }, - { "px": [464,16], "src": [16,16], "f": 0, "t": 24, "d": [108,69], "a": 1 }, - { "px": [480,16], "src": [16,16], "f": 0, "t": 24, "d": [108,70], "a": 1 }, - { "px": [496,16], "src": [16,16], "f": 0, "t": 24, "d": [108,71], "a": 1 }, - { "px": [512,16], "src": [16,16], "f": 0, "t": 24, "d": [108,72], "a": 1 }, - { "px": [592,16], "src": [16,16], "f": 0, "t": 24, "d": [108,77], "a": 1 }, - { "px": [608,16], "src": [16,16], "f": 0, "t": 24, "d": [108,78], "a": 1 }, - { "px": [624,16], "src": [16,16], "f": 0, "t": 24, "d": [108,79], "a": 1 }, - { "px": [576,32], "src": [16,16], "f": 0, "t": 24, "d": [108,116], "a": 1 }, - { "px": [592,32], "src": [16,16], "f": 0, "t": 24, "d": [108,117], "a": 1 }, - { "px": [608,32], "src": [16,16], "f": 0, "t": 24, "d": [108,118], "a": 1 }, - { "px": [624,32], "src": [16,16], "f": 0, "t": 24, "d": [108,119], "a": 1 }, - { "px": [560,48], "src": [16,16], "f": 0, "t": 24, "d": [108,155], "a": 1 }, - { "px": [576,48], "src": [16,16], "f": 0, "t": 24, "d": [108,156], "a": 1 }, - { "px": [592,48], "src": [16,16], "f": 0, "t": 24, "d": [108,157], "a": 1 }, - { "px": [608,48], "src": [16,16], "f": 0, "t": 24, "d": [108,158], "a": 1 }, - { "px": [624,48], "src": [16,16], "f": 0, "t": 24, "d": [108,159], "a": 1 }, - { "px": [0,64], "src": [16,16], "f": 0, "t": 24, "d": [108,160], "a": 1 }, - { "px": [16,64], "src": [16,16], "f": 0, "t": 24, "d": [108,161], "a": 1 }, - { "px": [64,64], "src": [16,16], "f": 0, "t": 24, "d": [108,164], "a": 1 }, - { "px": [80,64], "src": [16,16], "f": 0, "t": 24, "d": [108,165], "a": 1 }, - { "px": [96,64], "src": [16,16], "f": 0, "t": 24, "d": [108,166], "a": 1 }, - { "px": [112,64], "src": [16,16], "f": 0, "t": 24, "d": [108,167], "a": 1 }, - { "px": [128,64], "src": [16,16], "f": 0, "t": 24, "d": [108,168], "a": 1 }, - { "px": [144,64], "src": [16,16], "f": 0, "t": 24, "d": [108,169], "a": 1 }, - { "px": [160,64], "src": [16,16], "f": 0, "t": 24, "d": [108,170], "a": 1 }, - { "px": [176,64], "src": [16,16], "f": 0, "t": 24, "d": [108,171], "a": 1 }, - { "px": [192,64], "src": [16,16], "f": 0, "t": 24, "d": [108,172], "a": 1 }, - { "px": [208,64], "src": [16,16], "f": 0, "t": 24, "d": [108,173], "a": 1 }, - { "px": [224,64], "src": [16,16], "f": 0, "t": 24, "d": [108,174], "a": 1 }, - { "px": [240,64], "src": [16,16], "f": 0, "t": 24, "d": [108,175], "a": 1 }, - { "px": [256,64], "src": [16,16], "f": 0, "t": 24, "d": [108,176], "a": 1 }, - { "px": [272,64], "src": [16,16], "f": 0, "t": 24, "d": [108,177], "a": 1 }, - { "px": [288,64], "src": [16,16], "f": 0, "t": 24, "d": [108,178], "a": 1 }, - { "px": [304,64], "src": [16,16], "f": 0, "t": 24, "d": [108,179], "a": 1 }, - { "px": [320,64], "src": [16,16], "f": 0, "t": 24, "d": [108,180], "a": 1 }, - { "px": [336,64], "src": [16,16], "f": 0, "t": 24, "d": [108,181], "a": 1 }, - { "px": [352,64], "src": [16,16], "f": 0, "t": 24, "d": [108,182], "a": 1 }, - { "px": [368,64], "src": [16,16], "f": 0, "t": 24, "d": [108,183], "a": 1 }, - { "px": [384,64], "src": [16,16], "f": 0, "t": 24, "d": [108,184], "a": 1 }, - { "px": [400,64], "src": [16,16], "f": 0, "t": 24, "d": [108,185], "a": 1 }, - { "px": [416,64], "src": [16,16], "f": 0, "t": 24, "d": [108,186], "a": 1 }, - { "px": [432,64], "src": [16,16], "f": 0, "t": 24, "d": [108,187], "a": 1 }, - { "px": [448,64], "src": [16,16], "f": 0, "t": 24, "d": [108,188], "a": 1 }, - { "px": [464,64], "src": [16,16], "f": 0, "t": 24, "d": [108,189], "a": 1 }, - { "px": [480,64], "src": [16,16], "f": 0, "t": 24, "d": [108,190], "a": 1 }, - { "px": [496,64], "src": [16,16], "f": 0, "t": 24, "d": [108,191], "a": 1 }, - { "px": [512,64], "src": [16,16], "f": 0, "t": 24, "d": [108,192], "a": 1 }, - { "px": [560,64], "src": [16,16], "f": 0, "t": 24, "d": [108,195], "a": 1 }, - { "px": [576,64], "src": [16,16], "f": 0, "t": 24, "d": [108,196], "a": 1 }, - { "px": [592,64], "src": [16,16], "f": 0, "t": 24, "d": [108,197], "a": 1 }, - { "px": [608,64], "src": [16,16], "f": 0, "t": 24, "d": [108,198], "a": 1 }, - { "px": [624,64], "src": [16,16], "f": 0, "t": 24, "d": [108,199], "a": 1 }, - { "px": [0,80], "src": [16,16], "f": 0, "t": 24, "d": [108,200], "a": 1 }, - { "px": [16,80], "src": [16,16], "f": 0, "t": 24, "d": [108,201], "a": 1 }, - { "px": [64,80], "src": [16,16], "f": 0, "t": 24, "d": [108,204], "a": 1 }, - { "px": [80,80], "src": [16,16], "f": 0, "t": 24, "d": [108,205], "a": 1 }, - { "px": [96,80], "src": [16,16], "f": 0, "t": 24, "d": [108,206], "a": 1 }, - { "px": [112,80], "src": [16,16], "f": 0, "t": 24, "d": [108,207], "a": 1 }, - { "px": [128,80], "src": [16,16], "f": 0, "t": 24, "d": [108,208], "a": 1 }, - { "px": [144,80], "src": [16,16], "f": 0, "t": 24, "d": [108,209], "a": 1 }, - { "px": [160,80], "src": [16,16], "f": 0, "t": 24, "d": [108,210], "a": 1 }, - { "px": [176,80], "src": [16,16], "f": 0, "t": 24, "d": [108,211], "a": 1 }, - { "px": [192,80], "src": [16,16], "f": 0, "t": 24, "d": [108,212], "a": 1 }, - { "px": [208,80], "src": [16,16], "f": 0, "t": 24, "d": [108,213], "a": 1 }, - { "px": [224,80], "src": [16,16], "f": 0, "t": 24, "d": [108,214], "a": 1 }, - { "px": [240,80], "src": [16,16], "f": 0, "t": 24, "d": [108,215], "a": 1 }, - { "px": [256,80], "src": [16,16], "f": 0, "t": 24, "d": [108,216], "a": 1 }, - { "px": [272,80], "src": [16,16], "f": 0, "t": 24, "d": [108,217], "a": 1 }, - { "px": [288,80], "src": [16,16], "f": 0, "t": 24, "d": [108,218], "a": 1 }, - { "px": [304,80], "src": [16,16], "f": 0, "t": 24, "d": [108,219], "a": 1 }, - { "px": [320,80], "src": [16,16], "f": 0, "t": 24, "d": [108,220], "a": 1 }, - { "px": [336,80], "src": [16,16], "f": 0, "t": 24, "d": [108,221], "a": 1 }, - { "px": [352,80], "src": [16,16], "f": 0, "t": 24, "d": [108,222], "a": 1 }, - { "px": [368,80], "src": [16,16], "f": 0, "t": 24, "d": [108,223], "a": 1 }, - { "px": [384,80], "src": [16,16], "f": 0, "t": 24, "d": [108,224], "a": 1 }, - { "px": [400,80], "src": [16,16], "f": 0, "t": 24, "d": [108,225], "a": 1 }, - { "px": [416,80], "src": [16,16], "f": 0, "t": 24, "d": [108,226], "a": 1 }, - { "px": [432,80], "src": [16,16], "f": 0, "t": 24, "d": [108,227], "a": 1 }, - { "px": [448,80], "src": [16,16], "f": 0, "t": 24, "d": [108,228], "a": 1 }, - { "px": [464,80], "src": [16,16], "f": 0, "t": 24, "d": [108,229], "a": 1 }, - { "px": [480,80], "src": [16,16], "f": 0, "t": 24, "d": [108,230], "a": 1 }, - { "px": [496,80], "src": [16,16], "f": 0, "t": 24, "d": [108,231], "a": 1 }, - { "px": [512,80], "src": [16,16], "f": 0, "t": 24, "d": [108,232], "a": 1 }, - { "px": [0,96], "src": [16,16], "f": 0, "t": 24, "d": [108,240], "a": 1 }, - { "px": [16,96], "src": [16,16], "f": 0, "t": 24, "d": [108,241], "a": 1 }, - { "px": [64,96], "src": [16,16], "f": 0, "t": 24, "d": [108,244], "a": 1 }, - { "px": [80,96], "src": [16,16], "f": 0, "t": 24, "d": [108,245], "a": 1 }, - { "px": [160,96], "src": [16,16], "f": 0, "t": 24, "d": [108,250], "a": 1 }, - { "px": [176,96], "src": [16,16], "f": 0, "t": 24, "d": [108,251], "a": 1 }, - { "px": [192,96], "src": [16,16], "f": 0, "t": 24, "d": [108,252], "a": 1 }, - { "px": [208,96], "src": [16,16], "f": 0, "t": 24, "d": [108,253], "a": 1 }, - { "px": [224,96], "src": [16,16], "f": 0, "t": 24, "d": [108,254], "a": 1 }, - { "px": [240,96], "src": [16,16], "f": 0, "t": 24, "d": [108,255], "a": 1 }, - { "px": [256,96], "src": [16,16], "f": 0, "t": 24, "d": [108,256], "a": 1 }, - { "px": [272,96], "src": [16,16], "f": 0, "t": 24, "d": [108,257], "a": 1 }, - { "px": [288,96], "src": [16,16], "f": 0, "t": 24, "d": [108,258], "a": 1 }, - { "px": [304,96], "src": [16,16], "f": 0, "t": 24, "d": [108,259], "a": 1 }, - { "px": [320,96], "src": [16,16], "f": 0, "t": 24, "d": [108,260], "a": 1 }, - { "px": [336,96], "src": [16,16], "f": 0, "t": 24, "d": [108,261], "a": 1 }, - { "px": [352,96], "src": [16,16], "f": 0, "t": 24, "d": [108,262], "a": 1 }, - { "px": [368,96], "src": [16,16], "f": 0, "t": 24, "d": [108,263], "a": 1 }, - { "px": [384,96], "src": [16,16], "f": 0, "t": 24, "d": [108,264], "a": 1 }, - { "px": [400,96], "src": [16,16], "f": 0, "t": 24, "d": [108,265], "a": 1 }, - { "px": [416,96], "src": [16,16], "f": 0, "t": 24, "d": [108,266], "a": 1 }, - { "px": [432,96], "src": [16,16], "f": 0, "t": 24, "d": [108,267], "a": 1 }, - { "px": [448,96], "src": [16,16], "f": 0, "t": 24, "d": [108,268], "a": 1 }, - { "px": [464,96], "src": [16,16], "f": 0, "t": 24, "d": [108,269], "a": 1 }, - { "px": [480,96], "src": [16,16], "f": 0, "t": 24, "d": [108,270], "a": 1 }, - { "px": [496,96], "src": [16,16], "f": 0, "t": 24, "d": [108,271], "a": 1 }, - { "px": [512,96], "src": [16,16], "f": 0, "t": 24, "d": [108,272], "a": 1 }, - { "px": [0,112], "src": [16,16], "f": 0, "t": 24, "d": [108,280], "a": 1 }, - { "px": [16,112], "src": [16,16], "f": 0, "t": 24, "d": [108,281], "a": 1 }, - { "px": [64,112], "src": [16,16], "f": 0, "t": 24, "d": [108,284], "a": 1 }, - { "px": [80,112], "src": [16,16], "f": 0, "t": 24, "d": [108,285], "a": 1 }, - { "px": [160,112], "src": [16,16], "f": 0, "t": 24, "d": [108,290], "a": 1 }, - { "px": [176,112], "src": [16,16], "f": 0, "t": 24, "d": [108,291], "a": 1 }, - { "px": [192,112], "src": [16,16], "f": 0, "t": 24, "d": [108,292], "a": 1 }, - { "px": [208,112], "src": [16,16], "f": 0, "t": 24, "d": [108,293], "a": 1 }, - { "px": [224,112], "src": [16,16], "f": 0, "t": 24, "d": [108,294], "a": 1 }, - { "px": [240,112], "src": [16,16], "f": 0, "t": 24, "d": [108,295], "a": 1 }, - { "px": [256,112], "src": [16,16], "f": 0, "t": 24, "d": [108,296], "a": 1 }, - { "px": [272,112], "src": [16,16], "f": 0, "t": 24, "d": [108,297], "a": 1 }, - { "px": [288,112], "src": [16,16], "f": 0, "t": 24, "d": [108,298], "a": 1 }, - { "px": [304,112], "src": [16,16], "f": 0, "t": 24, "d": [108,299], "a": 1 }, - { "px": [320,112], "src": [16,16], "f": 0, "t": 24, "d": [108,300], "a": 1 }, - { "px": [336,112], "src": [16,16], "f": 0, "t": 24, "d": [108,301], "a": 1 }, - { "px": [352,112], "src": [16,16], "f": 0, "t": 24, "d": [108,302], "a": 1 }, - { "px": [416,112], "src": [16,16], "f": 0, "t": 24, "d": [108,306], "a": 1 }, - { "px": [432,112], "src": [16,16], "f": 0, "t": 24, "d": [108,307], "a": 1 }, - { "px": [448,112], "src": [16,16], "f": 0, "t": 24, "d": [108,308], "a": 1 }, - { "px": [464,112], "src": [16,16], "f": 0, "t": 24, "d": [108,309], "a": 1 }, - { "px": [480,112], "src": [16,16], "f": 0, "t": 24, "d": [108,310], "a": 1 }, - { "px": [496,112], "src": [16,16], "f": 0, "t": 24, "d": [108,311], "a": 1 }, - { "px": [512,112], "src": [16,16], "f": 0, "t": 24, "d": [108,312], "a": 1 }, - { "px": [560,112], "src": [16,16], "f": 0, "t": 24, "d": [108,315], "a": 1 }, - { "px": [576,112], "src": [16,16], "f": 0, "t": 24, "d": [108,316], "a": 1 }, - { "px": [592,112], "src": [16,16], "f": 0, "t": 24, "d": [108,317], "a": 1 }, - { "px": [608,112], "src": [16,16], "f": 0, "t": 24, "d": [108,318], "a": 1 }, - { "px": [624,112], "src": [16,16], "f": 0, "t": 24, "d": [108,319], "a": 1 }, - { "px": [0,128], "src": [16,16], "f": 0, "t": 24, "d": [108,320], "a": 1 }, - { "px": [16,128], "src": [16,16], "f": 0, "t": 24, "d": [108,321], "a": 1 }, - { "px": [64,128], "src": [16,16], "f": 0, "t": 24, "d": [108,324], "a": 1 }, - { "px": [80,128], "src": [16,16], "f": 0, "t": 24, "d": [108,325], "a": 1 }, - { "px": [160,128], "src": [16,16], "f": 0, "t": 24, "d": [108,330], "a": 1 }, - { "px": [176,128], "src": [16,16], "f": 0, "t": 24, "d": [108,331], "a": 1 }, - { "px": [192,128], "src": [16,16], "f": 0, "t": 24, "d": [108,332], "a": 1 }, - { "px": [208,128], "src": [16,16], "f": 0, "t": 24, "d": [108,333], "a": 1 }, - { "px": [224,128], "src": [16,16], "f": 0, "t": 24, "d": [108,334], "a": 1 }, - { "px": [240,128], "src": [16,16], "f": 0, "t": 24, "d": [108,335], "a": 1 }, - { "px": [256,128], "src": [16,16], "f": 0, "t": 24, "d": [108,336], "a": 1 }, - { "px": [272,128], "src": [16,16], "f": 0, "t": 24, "d": [108,337], "a": 1 }, - { "px": [288,128], "src": [16,16], "f": 0, "t": 24, "d": [108,338], "a": 1 }, - { "px": [304,128], "src": [16,16], "f": 0, "t": 24, "d": [108,339], "a": 1 }, - { "px": [320,128], "src": [16,16], "f": 0, "t": 24, "d": [108,340], "a": 1 }, - { "px": [336,128], "src": [16,16], "f": 0, "t": 24, "d": [108,341], "a": 1 }, - { "px": [352,128], "src": [16,16], "f": 0, "t": 24, "d": [108,342], "a": 1 }, - { "px": [432,128], "src": [16,16], "f": 0, "t": 24, "d": [108,347], "a": 1 }, - { "px": [448,128], "src": [16,16], "f": 0, "t": 24, "d": [108,348], "a": 1 }, - { "px": [464,128], "src": [16,16], "f": 0, "t": 24, "d": [108,349], "a": 1 }, - { "px": [480,128], "src": [16,16], "f": 0, "t": 24, "d": [108,350], "a": 1 }, - { "px": [496,128], "src": [16,16], "f": 0, "t": 24, "d": [108,351], "a": 1 }, - { "px": [512,128], "src": [16,16], "f": 0, "t": 24, "d": [108,352], "a": 1 }, - { "px": [560,128], "src": [16,16], "f": 0, "t": 24, "d": [108,355], "a": 1 }, - { "px": [576,128], "src": [16,16], "f": 0, "t": 24, "d": [108,356], "a": 1 }, - { "px": [592,128], "src": [16,16], "f": 0, "t": 24, "d": [108,357], "a": 1 }, - { "px": [608,128], "src": [16,16], "f": 0, "t": 24, "d": [108,358], "a": 1 }, - { "px": [624,128], "src": [16,16], "f": 0, "t": 24, "d": [108,359], "a": 1 }, - { "px": [0,144], "src": [16,16], "f": 0, "t": 24, "d": [108,360], "a": 1 }, - { "px": [16,144], "src": [16,16], "f": 0, "t": 24, "d": [108,361], "a": 1 }, - { "px": [32,144], "src": [16,16], "f": 0, "t": 24, "d": [108,362], "a": 1 }, - { "px": [48,144], "src": [16,16], "f": 0, "t": 24, "d": [108,363], "a": 1 }, - { "px": [64,144], "src": [16,16], "f": 0, "t": 24, "d": [108,364], "a": 1 }, - { "px": [80,144], "src": [16,16], "f": 0, "t": 24, "d": [108,365], "a": 1 }, - { "px": [96,144], "src": [16,16], "f": 0, "t": 24, "d": [108,366], "a": 1 }, - { "px": [112,144], "src": [16,16], "f": 0, "t": 24, "d": [108,367], "a": 1 }, - { "px": [128,144], "src": [16,16], "f": 0, "t": 24, "d": [108,368], "a": 1 }, - { "px": [144,144], "src": [16,16], "f": 0, "t": 24, "d": [108,369], "a": 1 }, - { "px": [160,144], "src": [16,16], "f": 0, "t": 24, "d": [108,370], "a": 1 }, - { "px": [176,144], "src": [16,16], "f": 0, "t": 24, "d": [108,371], "a": 1 }, - { "px": [192,144], "src": [16,16], "f": 0, "t": 24, "d": [108,372], "a": 1 }, - { "px": [208,144], "src": [16,16], "f": 0, "t": 24, "d": [108,373], "a": 1 }, - { "px": [224,144], "src": [16,16], "f": 0, "t": 24, "d": [108,374], "a": 1 }, - { "px": [240,144], "src": [16,16], "f": 0, "t": 24, "d": [108,375], "a": 1 }, - { "px": [256,144], "src": [16,16], "f": 0, "t": 24, "d": [108,376], "a": 1 }, - { "px": [272,144], "src": [16,16], "f": 0, "t": 24, "d": [108,377], "a": 1 }, - { "px": [288,144], "src": [16,16], "f": 0, "t": 24, "d": [108,378], "a": 1 }, - { "px": [304,144], "src": [16,16], "f": 0, "t": 24, "d": [108,379], "a": 1 }, - { "px": [320,144], "src": [16,16], "f": 0, "t": 24, "d": [108,380], "a": 1 }, - { "px": [336,144], "src": [16,16], "f": 0, "t": 24, "d": [108,381], "a": 1 }, - { "px": [352,144], "src": [16,16], "f": 0, "t": 24, "d": [108,382], "a": 1 }, - { "px": [432,144], "src": [16,16], "f": 0, "t": 24, "d": [108,387], "a": 1 }, - { "px": [448,144], "src": [16,16], "f": 0, "t": 24, "d": [108,388], "a": 1 }, - { "px": [464,144], "src": [16,16], "f": 0, "t": 24, "d": [108,389], "a": 1 }, - { "px": [480,144], "src": [16,16], "f": 0, "t": 24, "d": [108,390], "a": 1 }, - { "px": [496,144], "src": [16,16], "f": 0, "t": 24, "d": [108,391], "a": 1 }, - { "px": [512,144], "src": [16,16], "f": 0, "t": 24, "d": [108,392], "a": 1 }, - { "px": [560,144], "src": [16,16], "f": 0, "t": 24, "d": [108,395], "a": 1 }, - { "px": [576,144], "src": [16,16], "f": 0, "t": 24, "d": [108,396], "a": 1 }, - { "px": [592,144], "src": [16,16], "f": 0, "t": 24, "d": [108,397], "a": 1 }, - { "px": [608,144], "src": [16,16], "f": 0, "t": 24, "d": [108,398], "a": 1 }, - { "px": [624,144], "src": [16,16], "f": 0, "t": 24, "d": [108,399], "a": 1 }, - { "px": [0,160], "src": [16,16], "f": 0, "t": 24, "d": [108,400], "a": 1 }, - { "px": [16,160], "src": [16,16], "f": 0, "t": 24, "d": [108,401], "a": 1 }, - { "px": [32,160], "src": [16,16], "f": 0, "t": 24, "d": [108,402], "a": 1 }, - { "px": [48,160], "src": [16,16], "f": 0, "t": 24, "d": [108,403], "a": 1 }, - { "px": [64,160], "src": [16,16], "f": 0, "t": 24, "d": [108,404], "a": 1 }, - { "px": [80,160], "src": [16,16], "f": 0, "t": 24, "d": [108,405], "a": 1 }, - { "px": [96,160], "src": [16,16], "f": 0, "t": 24, "d": [108,406], "a": 1 }, - { "px": [112,160], "src": [16,16], "f": 0, "t": 24, "d": [108,407], "a": 1 }, - { "px": [128,160], "src": [16,16], "f": 0, "t": 24, "d": [108,408], "a": 1 }, - { "px": [144,160], "src": [16,16], "f": 0, "t": 24, "d": [108,409], "a": 1 }, - { "px": [160,160], "src": [16,16], "f": 0, "t": 24, "d": [108,410], "a": 1 }, - { "px": [176,160], "src": [16,16], "f": 0, "t": 24, "d": [108,411], "a": 1 }, - { "px": [192,160], "src": [16,16], "f": 0, "t": 24, "d": [108,412], "a": 1 }, - { "px": [208,160], "src": [16,16], "f": 0, "t": 24, "d": [108,413], "a": 1 }, - { "px": [256,160], "src": [16,16], "f": 0, "t": 24, "d": [108,416], "a": 1 }, - { "px": [272,160], "src": [16,16], "f": 0, "t": 24, "d": [108,417], "a": 1 }, - { "px": [288,160], "src": [16,16], "f": 0, "t": 24, "d": [108,418], "a": 1 }, - { "px": [304,160], "src": [16,16], "f": 0, "t": 24, "d": [108,419], "a": 1 }, - { "px": [320,160], "src": [16,16], "f": 0, "t": 24, "d": [108,420], "a": 1 }, - { "px": [336,160], "src": [16,16], "f": 0, "t": 24, "d": [108,421], "a": 1 }, - { "px": [352,160], "src": [16,16], "f": 0, "t": 24, "d": [108,422], "a": 1 }, - { "px": [432,160], "src": [16,16], "f": 0, "t": 24, "d": [108,427], "a": 1 }, - { "px": [448,160], "src": [16,16], "f": 0, "t": 24, "d": [108,428], "a": 1 }, - { "px": [464,160], "src": [16,16], "f": 0, "t": 24, "d": [108,429], "a": 1 }, - { "px": [480,160], "src": [16,16], "f": 0, "t": 24, "d": [108,430], "a": 1 }, - { "px": [496,160], "src": [16,16], "f": 0, "t": 24, "d": [108,431], "a": 1 }, - { "px": [512,160], "src": [16,16], "f": 0, "t": 24, "d": [108,432], "a": 1 }, - { "px": [560,160], "src": [16,16], "f": 0, "t": 24, "d": [108,435], "a": 1 }, - { "px": [576,160], "src": [16,16], "f": 0, "t": 24, "d": [108,436], "a": 1 }, - { "px": [592,160], "src": [16,16], "f": 0, "t": 24, "d": [108,437], "a": 1 }, - { "px": [608,160], "src": [16,16], "f": 0, "t": 24, "d": [108,438], "a": 1 }, - { "px": [624,160], "src": [16,16], "f": 0, "t": 24, "d": [108,439], "a": 1 }, - { "px": [0,176], "src": [16,16], "f": 0, "t": 24, "d": [108,440], "a": 1 }, - { "px": [16,176], "src": [16,16], "f": 0, "t": 24, "d": [108,441], "a": 1 }, - { "px": [32,176], "src": [16,16], "f": 0, "t": 24, "d": [108,442], "a": 1 }, - { "px": [48,176], "src": [16,16], "f": 0, "t": 24, "d": [108,443], "a": 1 }, - { "px": [64,176], "src": [16,16], "f": 0, "t": 24, "d": [108,444], "a": 1 }, - { "px": [80,176], "src": [16,16], "f": 0, "t": 24, "d": [108,445], "a": 1 }, - { "px": [96,176], "src": [16,16], "f": 0, "t": 24, "d": [108,446], "a": 1 }, - { "px": [112,176], "src": [16,16], "f": 0, "t": 24, "d": [108,447], "a": 1 }, - { "px": [128,176], "src": [16,16], "f": 0, "t": 24, "d": [108,448], "a": 1 }, - { "px": [144,176], "src": [16,16], "f": 0, "t": 24, "d": [108,449], "a": 1 }, - { "px": [160,176], "src": [16,16], "f": 0, "t": 24, "d": [108,450], "a": 1 }, - { "px": [176,176], "src": [16,16], "f": 0, "t": 24, "d": [108,451], "a": 1 }, - { "px": [192,176], "src": [16,16], "f": 0, "t": 24, "d": [108,452], "a": 1 }, - { "px": [208,176], "src": [16,16], "f": 0, "t": 24, "d": [108,453], "a": 1 }, - { "px": [272,176], "src": [16,16], "f": 0, "t": 24, "d": [108,457], "a": 1 }, - { "px": [288,176], "src": [16,16], "f": 0, "t": 24, "d": [108,458], "a": 1 }, - { "px": [304,176], "src": [16,16], "f": 0, "t": 24, "d": [108,459], "a": 1 }, - { "px": [320,176], "src": [16,16], "f": 0, "t": 24, "d": [108,460], "a": 1 }, - { "px": [336,176], "src": [16,16], "f": 0, "t": 24, "d": [108,461], "a": 1 }, - { "px": [352,176], "src": [16,16], "f": 0, "t": 24, "d": [108,462], "a": 1 }, - { "px": [416,176], "src": [16,16], "f": 0, "t": 24, "d": [108,466], "a": 1 }, - { "px": [432,176], "src": [16,16], "f": 0, "t": 24, "d": [108,467], "a": 1 }, - { "px": [448,176], "src": [16,16], "f": 0, "t": 24, "d": [108,468], "a": 1 }, - { "px": [464,176], "src": [16,16], "f": 0, "t": 24, "d": [108,469], "a": 1 }, - { "px": [480,176], "src": [16,16], "f": 0, "t": 24, "d": [108,470], "a": 1 }, - { "px": [496,176], "src": [16,16], "f": 0, "t": 24, "d": [108,471], "a": 1 }, - { "px": [512,176], "src": [16,16], "f": 0, "t": 24, "d": [108,472], "a": 1 }, - { "px": [560,176], "src": [16,16], "f": 0, "t": 24, "d": [108,475], "a": 1 }, - { "px": [576,176], "src": [16,16], "f": 0, "t": 24, "d": [108,476], "a": 1 }, - { "px": [592,176], "src": [16,16], "f": 0, "t": 24, "d": [108,477], "a": 1 }, - { "px": [608,176], "src": [16,16], "f": 0, "t": 24, "d": [108,478], "a": 1 }, - { "px": [624,176], "src": [16,16], "f": 0, "t": 24, "d": [108,479], "a": 1 }, - { "px": [0,192], "src": [16,16], "f": 0, "t": 24, "d": [108,480], "a": 1 }, - { "px": [16,192], "src": [16,16], "f": 0, "t": 24, "d": [108,481], "a": 1 }, - { "px": [32,192], "src": [16,16], "f": 0, "t": 24, "d": [108,482], "a": 1 }, - { "px": [48,192], "src": [16,16], "f": 0, "t": 24, "d": [108,483], "a": 1 }, - { "px": [64,192], "src": [16,16], "f": 0, "t": 24, "d": [108,484], "a": 1 }, - { "px": [80,192], "src": [16,16], "f": 0, "t": 24, "d": [108,485], "a": 1 }, - { "px": [96,192], "src": [16,16], "f": 0, "t": 24, "d": [108,486], "a": 1 }, - { "px": [112,192], "src": [16,16], "f": 0, "t": 24, "d": [108,487], "a": 1 }, - { "px": [128,192], "src": [16,16], "f": 0, "t": 24, "d": [108,488], "a": 1 }, - { "px": [144,192], "src": [16,16], "f": 0, "t": 24, "d": [108,489], "a": 1 }, - { "px": [160,192], "src": [16,16], "f": 0, "t": 24, "d": [108,490], "a": 1 }, - { "px": [176,192], "src": [16,16], "f": 0, "t": 24, "d": [108,491], "a": 1 }, - { "px": [192,192], "src": [16,16], "f": 0, "t": 24, "d": [108,492], "a": 1 }, - { "px": [208,192], "src": [16,16], "f": 0, "t": 24, "d": [108,493], "a": 1 }, - { "px": [320,192], "src": [16,16], "f": 0, "t": 24, "d": [108,500], "a": 1 }, - { "px": [336,192], "src": [16,16], "f": 0, "t": 24, "d": [108,501], "a": 1 }, - { "px": [352,192], "src": [16,16], "f": 0, "t": 24, "d": [108,502], "a": 1 }, - { "px": [368,192], "src": [16,16], "f": 0, "t": 24, "d": [108,503], "a": 1 }, - { "px": [384,192], "src": [16,16], "f": 0, "t": 24, "d": [108,504], "a": 1 }, - { "px": [400,192], "src": [16,16], "f": 0, "t": 24, "d": [108,505], "a": 1 }, - { "px": [416,192], "src": [16,16], "f": 0, "t": 24, "d": [108,506], "a": 1 }, - { "px": [432,192], "src": [16,16], "f": 0, "t": 24, "d": [108,507], "a": 1 }, - { "px": [448,192], "src": [16,16], "f": 0, "t": 24, "d": [108,508], "a": 1 }, - { "px": [464,192], "src": [16,16], "f": 0, "t": 24, "d": [108,509], "a": 1 }, - { "px": [480,192], "src": [16,16], "f": 0, "t": 24, "d": [108,510], "a": 1 }, - { "px": [496,192], "src": [16,16], "f": 0, "t": 24, "d": [108,511], "a": 1 }, - { "px": [512,192], "src": [16,16], "f": 0, "t": 24, "d": [108,512], "a": 1 }, - { "px": [0,208], "src": [16,16], "f": 0, "t": 24, "d": [108,520], "a": 1 }, - { "px": [16,208], "src": [16,16], "f": 0, "t": 24, "d": [108,521], "a": 1 }, - { "px": [32,208], "src": [16,16], "f": 0, "t": 24, "d": [108,522], "a": 1 }, - { "px": [48,208], "src": [16,16], "f": 0, "t": 24, "d": [108,523], "a": 1 }, - { "px": [64,208], "src": [16,16], "f": 0, "t": 24, "d": [108,524], "a": 1 }, - { "px": [80,208], "src": [16,16], "f": 0, "t": 24, "d": [108,525], "a": 1 }, - { "px": [96,208], "src": [16,16], "f": 0, "t": 24, "d": [108,526], "a": 1 }, - { "px": [112,208], "src": [16,16], "f": 0, "t": 24, "d": [108,527], "a": 1 }, - { "px": [128,208], "src": [16,16], "f": 0, "t": 24, "d": [108,528], "a": 1 }, - { "px": [144,208], "src": [16,16], "f": 0, "t": 24, "d": [108,529], "a": 1 }, - { "px": [160,208], "src": [16,16], "f": 0, "t": 24, "d": [108,530], "a": 1 }, - { "px": [176,208], "src": [16,16], "f": 0, "t": 24, "d": [108,531], "a": 1 }, - { "px": [192,208], "src": [16,16], "f": 0, "t": 24, "d": [108,532], "a": 1 }, - { "px": [208,208], "src": [16,16], "f": 0, "t": 24, "d": [108,533], "a": 1 }, - { "px": [224,208], "src": [16,16], "f": 0, "t": 24, "d": [108,534], "a": 1 }, - { "px": [352,208], "src": [16,16], "f": 0, "t": 24, "d": [108,542], "a": 1 }, - { "px": [368,208], "src": [16,16], "f": 0, "t": 24, "d": [108,543], "a": 1 }, - { "px": [384,208], "src": [16,16], "f": 0, "t": 24, "d": [108,544], "a": 1 }, - { "px": [400,208], "src": [16,16], "f": 0, "t": 24, "d": [108,545], "a": 1 }, - { "px": [416,208], "src": [16,16], "f": 0, "t": 24, "d": [108,546], "a": 1 }, - { "px": [432,208], "src": [16,16], "f": 0, "t": 24, "d": [108,547], "a": 1 }, - { "px": [448,208], "src": [16,16], "f": 0, "t": 24, "d": [108,548], "a": 1 }, - { "px": [464,208], "src": [16,16], "f": 0, "t": 24, "d": [108,549], "a": 1 }, - { "px": [480,208], "src": [16,16], "f": 0, "t": 24, "d": [108,550], "a": 1 }, - { "px": [496,208], "src": [16,16], "f": 0, "t": 24, "d": [108,551], "a": 1 }, - { "px": [512,208], "src": [16,16], "f": 0, "t": 24, "d": [108,552], "a": 1 }, - { "px": [0,224], "src": [16,16], "f": 0, "t": 24, "d": [108,560], "a": 1 }, - { "px": [16,224], "src": [16,16], "f": 0, "t": 24, "d": [108,561], "a": 1 }, - { "px": [32,224], "src": [16,16], "f": 0, "t": 24, "d": [108,562], "a": 1 }, - { "px": [48,224], "src": [16,16], "f": 0, "t": 24, "d": [108,563], "a": 1 }, - { "px": [64,224], "src": [16,16], "f": 0, "t": 24, "d": [108,564], "a": 1 }, - { "px": [80,224], "src": [16,16], "f": 0, "t": 24, "d": [108,565], "a": 1 }, - { "px": [96,224], "src": [16,16], "f": 0, "t": 24, "d": [108,566], "a": 1 }, - { "px": [112,224], "src": [16,16], "f": 0, "t": 24, "d": [108,567], "a": 1 }, - { "px": [128,224], "src": [16,16], "f": 0, "t": 24, "d": [108,568], "a": 1 }, - { "px": [144,224], "src": [16,16], "f": 0, "t": 24, "d": [108,569], "a": 1 }, - { "px": [160,224], "src": [16,16], "f": 0, "t": 24, "d": [108,570], "a": 1 }, - { "px": [176,224], "src": [16,16], "f": 0, "t": 24, "d": [108,571], "a": 1 }, - { "px": [192,224], "src": [16,16], "f": 0, "t": 24, "d": [108,572], "a": 1 }, - { "px": [208,224], "src": [16,16], "f": 0, "t": 24, "d": [108,573], "a": 1 }, - { "px": [224,224], "src": [16,16], "f": 0, "t": 24, "d": [108,574], "a": 1 }, - { "px": [240,224], "src": [16,16], "f": 0, "t": 24, "d": [108,575], "a": 1 }, - { "px": [368,224], "src": [16,16], "f": 0, "t": 24, "d": [108,583], "a": 1 }, - { "px": [384,224], "src": [16,16], "f": 0, "t": 24, "d": [108,584], "a": 1 }, - { "px": [400,224], "src": [16,16], "f": 0, "t": 24, "d": [108,585], "a": 1 }, - { "px": [416,224], "src": [16,16], "f": 0, "t": 24, "d": [108,586], "a": 1 }, - { "px": [432,224], "src": [16,16], "f": 0, "t": 24, "d": [108,587], "a": 1 }, - { "px": [448,224], "src": [16,16], "f": 0, "t": 24, "d": [108,588], "a": 1 }, - { "px": [464,224], "src": [16,16], "f": 0, "t": 24, "d": [108,589], "a": 1 }, - { "px": [480,224], "src": [16,16], "f": 0, "t": 24, "d": [108,590], "a": 1 }, - { "px": [0,240], "src": [16,16], "f": 0, "t": 24, "d": [108,600], "a": 1 }, - { "px": [16,240], "src": [16,16], "f": 0, "t": 24, "d": [108,601], "a": 1 }, - { "px": [32,240], "src": [16,16], "f": 0, "t": 24, "d": [108,602], "a": 1 }, - { "px": [48,240], "src": [16,16], "f": 0, "t": 24, "d": [108,603], "a": 1 }, - { "px": [64,240], "src": [16,16], "f": 0, "t": 24, "d": [108,604], "a": 1 }, - { "px": [80,240], "src": [16,16], "f": 0, "t": 24, "d": [108,605], "a": 1 }, - { "px": [96,240], "src": [16,16], "f": 0, "t": 24, "d": [108,606], "a": 1 }, - { "px": [112,240], "src": [16,16], "f": 0, "t": 24, "d": [108,607], "a": 1 }, - { "px": [128,240], "src": [16,16], "f": 0, "t": 24, "d": [108,608], "a": 1 }, - { "px": [144,240], "src": [16,16], "f": 0, "t": 24, "d": [108,609], "a": 1 }, - { "px": [160,240], "src": [16,16], "f": 0, "t": 24, "d": [108,610], "a": 1 }, - { "px": [176,240], "src": [16,16], "f": 0, "t": 24, "d": [108,611], "a": 1 }, - { "px": [192,240], "src": [16,16], "f": 0, "t": 24, "d": [108,612], "a": 1 }, - { "px": [208,240], "src": [16,16], "f": 0, "t": 24, "d": [108,613], "a": 1 }, - { "px": [224,240], "src": [16,16], "f": 0, "t": 24, "d": [108,614], "a": 1 }, - { "px": [240,240], "src": [16,16], "f": 0, "t": 24, "d": [108,615], "a": 1 }, - { "px": [368,240], "src": [16,16], "f": 0, "t": 24, "d": [108,623], "a": 1 }, - { "px": [384,240], "src": [16,16], "f": 0, "t": 24, "d": [108,624], "a": 1 }, - { "px": [400,240], "src": [16,16], "f": 0, "t": 24, "d": [108,625], "a": 1 }, - { "px": [416,240], "src": [16,16], "f": 0, "t": 24, "d": [108,626], "a": 1 }, - { "px": [432,240], "src": [16,16], "f": 0, "t": 24, "d": [108,627], "a": 1 }, - { "px": [448,240], "src": [16,16], "f": 0, "t": 24, "d": [108,628], "a": 1 }, - { "px": [0,256], "src": [16,16], "f": 0, "t": 24, "d": [108,640], "a": 1 }, - { "px": [16,256], "src": [16,16], "f": 0, "t": 24, "d": [108,641], "a": 1 }, - { "px": [32,256], "src": [16,16], "f": 0, "t": 24, "d": [108,642], "a": 1 }, - { "px": [48,256], "src": [16,16], "f": 0, "t": 24, "d": [108,643], "a": 1 }, - { "px": [64,256], "src": [16,16], "f": 0, "t": 24, "d": [108,644], "a": 1 }, - { "px": [80,256], "src": [16,16], "f": 0, "t": 24, "d": [108,645], "a": 1 }, - { "px": [96,256], "src": [16,16], "f": 0, "t": 24, "d": [108,646], "a": 1 }, - { "px": [112,256], "src": [16,16], "f": 0, "t": 24, "d": [108,647], "a": 1 }, - { "px": [128,256], "src": [16,16], "f": 0, "t": 24, "d": [108,648], "a": 1 }, - { "px": [144,256], "src": [16,16], "f": 0, "t": 24, "d": [108,649], "a": 1 }, - { "px": [160,256], "src": [16,16], "f": 0, "t": 24, "d": [108,650], "a": 1 }, - { "px": [176,256], "src": [16,16], "f": 0, "t": 24, "d": [108,651], "a": 1 }, - { "px": [192,256], "src": [16,16], "f": 0, "t": 24, "d": [108,652], "a": 1 }, - { "px": [208,256], "src": [16,16], "f": 0, "t": 24, "d": [108,653], "a": 1 }, - { "px": [224,256], "src": [16,16], "f": 0, "t": 24, "d": [108,654], "a": 1 }, - { "px": [240,256], "src": [16,16], "f": 0, "t": 24, "d": [108,655], "a": 1 }, - { "px": [256,256], "src": [16,16], "f": 0, "t": 24, "d": [108,656], "a": 1 }, - { "px": [272,256], "src": [16,16], "f": 0, "t": 24, "d": [108,657], "a": 1 }, - { "px": [352,256], "src": [16,16], "f": 0, "t": 24, "d": [108,662], "a": 1 }, - { "px": [368,256], "src": [16,16], "f": 0, "t": 24, "d": [108,663], "a": 1 }, - { "px": [384,256], "src": [16,16], "f": 0, "t": 24, "d": [108,664], "a": 1 }, - { "px": [400,256], "src": [16,16], "f": 0, "t": 24, "d": [108,665], "a": 1 }, - { "px": [416,256], "src": [16,16], "f": 0, "t": 24, "d": [108,666], "a": 1 }, - { "px": [432,256], "src": [16,16], "f": 0, "t": 24, "d": [108,667], "a": 1 }, - { "px": [448,256], "src": [16,16], "f": 0, "t": 24, "d": [108,668], "a": 1 }, - { "px": [0,272], "src": [16,16], "f": 0, "t": 24, "d": [108,680], "a": 1 }, - { "px": [16,272], "src": [16,16], "f": 0, "t": 24, "d": [108,681], "a": 1 }, - { "px": [32,272], "src": [16,16], "f": 0, "t": 24, "d": [108,682], "a": 1 }, - { "px": [48,272], "src": [16,16], "f": 0, "t": 24, "d": [108,683], "a": 1 }, - { "px": [64,272], "src": [16,16], "f": 0, "t": 24, "d": [108,684], "a": 1 }, - { "px": [80,272], "src": [16,16], "f": 0, "t": 24, "d": [108,685], "a": 1 }, - { "px": [96,272], "src": [16,16], "f": 0, "t": 24, "d": [108,686], "a": 1 }, - { "px": [112,272], "src": [16,16], "f": 0, "t": 24, "d": [108,687], "a": 1 }, - { "px": [176,272], "src": [16,16], "f": 0, "t": 24, "d": [108,691], "a": 1 }, - { "px": [192,272], "src": [16,16], "f": 0, "t": 24, "d": [108,692], "a": 1 }, - { "px": [208,272], "src": [16,16], "f": 0, "t": 24, "d": [108,693], "a": 1 }, - { "px": [224,272], "src": [16,16], "f": 0, "t": 24, "d": [108,694], "a": 1 }, - { "px": [240,272], "src": [16,16], "f": 0, "t": 24, "d": [108,695], "a": 1 }, - { "px": [256,272], "src": [16,16], "f": 0, "t": 24, "d": [108,696], "a": 1 }, - { "px": [272,272], "src": [16,16], "f": 0, "t": 24, "d": [108,697], "a": 1 }, - { "px": [288,272], "src": [16,16], "f": 0, "t": 24, "d": [108,698], "a": 1 }, - { "px": [304,272], "src": [16,16], "f": 0, "t": 24, "d": [108,699], "a": 1 }, - { "px": [320,272], "src": [16,16], "f": 0, "t": 24, "d": [108,700], "a": 1 }, - { "px": [336,272], "src": [16,16], "f": 0, "t": 24, "d": [108,701], "a": 1 }, - { "px": [352,272], "src": [16,16], "f": 0, "t": 24, "d": [108,702], "a": 1 }, - { "px": [368,272], "src": [16,16], "f": 0, "t": 24, "d": [108,703], "a": 1 }, - { "px": [384,272], "src": [16,16], "f": 0, "t": 24, "d": [108,704], "a": 1 }, - { "px": [400,272], "src": [16,16], "f": 0, "t": 24, "d": [108,705], "a": 1 }, - { "px": [416,272], "src": [16,16], "f": 0, "t": 24, "d": [108,706], "a": 1 }, - { "px": [432,272], "src": [16,16], "f": 0, "t": 24, "d": [108,707], "a": 1 }, - { "px": [448,272], "src": [16,16], "f": 0, "t": 24, "d": [108,708], "a": 1 }, - { "px": [0,288], "src": [16,16], "f": 0, "t": 24, "d": [108,720], "a": 1 }, - { "px": [16,288], "src": [16,16], "f": 0, "t": 24, "d": [108,721], "a": 1 }, - { "px": [32,288], "src": [16,16], "f": 0, "t": 24, "d": [108,722], "a": 1 }, - { "px": [48,288], "src": [16,16], "f": 0, "t": 24, "d": [108,723], "a": 1 }, - { "px": [64,288], "src": [16,16], "f": 0, "t": 24, "d": [108,724], "a": 1 }, - { "px": [80,288], "src": [16,16], "f": 0, "t": 24, "d": [108,725], "a": 1 }, - { "px": [96,288], "src": [16,16], "f": 0, "t": 24, "d": [108,726], "a": 1 }, - { "px": [224,288], "src": [16,16], "f": 0, "t": 24, "d": [108,734], "a": 1 }, - { "px": [240,288], "src": [16,16], "f": 0, "t": 24, "d": [108,735], "a": 1 }, - { "px": [256,288], "src": [16,16], "f": 0, "t": 24, "d": [108,736], "a": 1 }, - { "px": [272,288], "src": [16,16], "f": 0, "t": 24, "d": [108,737], "a": 1 }, - { "px": [288,288], "src": [16,16], "f": 0, "t": 24, "d": [108,738], "a": 1 }, - { "px": [304,288], "src": [16,16], "f": 0, "t": 24, "d": [108,739], "a": 1 }, - { "px": [320,288], "src": [16,16], "f": 0, "t": 24, "d": [108,740], "a": 1 }, - { "px": [336,288], "src": [16,16], "f": 0, "t": 24, "d": [108,741], "a": 1 }, - { "px": [352,288], "src": [16,16], "f": 0, "t": 24, "d": [108,742], "a": 1 }, - { "px": [368,288], "src": [16,16], "f": 0, "t": 24, "d": [108,743], "a": 1 }, - { "px": [384,288], "src": [16,16], "f": 0, "t": 24, "d": [108,744], "a": 1 }, - { "px": [400,288], "src": [16,16], "f": 0, "t": 24, "d": [108,745], "a": 1 }, - { "px": [416,288], "src": [16,16], "f": 0, "t": 24, "d": [108,746], "a": 1 }, - { "px": [432,288], "src": [16,16], "f": 0, "t": 24, "d": [108,747], "a": 1 }, - { "px": [448,288], "src": [16,16], "f": 0, "t": 24, "d": [108,748], "a": 1 }, - { "px": [0,304], "src": [16,16], "f": 0, "t": 24, "d": [108,760], "a": 1 }, - { "px": [16,304], "src": [16,16], "f": 0, "t": 24, "d": [108,761], "a": 1 }, - { "px": [32,304], "src": [16,16], "f": 0, "t": 24, "d": [108,762], "a": 1 }, - { "px": [48,304], "src": [16,16], "f": 0, "t": 24, "d": [108,763], "a": 1 }, - { "px": [64,304], "src": [16,16], "f": 0, "t": 24, "d": [108,764], "a": 1 }, - { "px": [80,304], "src": [16,16], "f": 0, "t": 24, "d": [108,765], "a": 1 }, - { "px": [96,304], "src": [16,16], "f": 0, "t": 24, "d": [108,766], "a": 1 }, - { "px": [256,304], "src": [16,16], "f": 0, "t": 24, "d": [108,776], "a": 1 }, - { "px": [272,304], "src": [16,16], "f": 0, "t": 24, "d": [108,777], "a": 1 }, - { "px": [288,304], "src": [16,16], "f": 0, "t": 24, "d": [108,778], "a": 1 }, - { "px": [304,304], "src": [16,16], "f": 0, "t": 24, "d": [108,779], "a": 1 }, - { "px": [320,304], "src": [16,16], "f": 0, "t": 24, "d": [108,780], "a": 1 }, - { "px": [336,304], "src": [16,16], "f": 0, "t": 24, "d": [108,781], "a": 1 }, - { "px": [352,304], "src": [16,16], "f": 0, "t": 24, "d": [108,782], "a": 1 }, - { "px": [368,304], "src": [16,16], "f": 0, "t": 24, "d": [108,783], "a": 1 }, - { "px": [384,304], "src": [16,16], "f": 0, "t": 24, "d": [108,784], "a": 1 }, - { "px": [400,304], "src": [16,16], "f": 0, "t": 24, "d": [108,785], "a": 1 }, - { "px": [416,304], "src": [16,16], "f": 0, "t": 24, "d": [108,786], "a": 1 }, - { "px": [432,304], "src": [16,16], "f": 0, "t": 24, "d": [108,787], "a": 1 }, - { "px": [448,304], "src": [16,16], "f": 0, "t": 24, "d": [108,788], "a": 1 }, - { "px": [0,320], "src": [16,16], "f": 0, "t": 24, "d": [108,800], "a": 1 }, - { "px": [16,320], "src": [16,16], "f": 0, "t": 24, "d": [108,801], "a": 1 }, - { "px": [32,320], "src": [16,16], "f": 0, "t": 24, "d": [108,802], "a": 1 }, - { "px": [48,320], "src": [16,16], "f": 0, "t": 24, "d": [108,803], "a": 1 }, - { "px": [64,320], "src": [16,16], "f": 0, "t": 24, "d": [108,804], "a": 1 }, - { "px": [80,320], "src": [16,16], "f": 0, "t": 24, "d": [108,805], "a": 1 }, - { "px": [96,320], "src": [16,16], "f": 0, "t": 24, "d": [108,806], "a": 1 }, - { "px": [112,320], "src": [16,16], "f": 0, "t": 24, "d": [108,807], "a": 1 }, - { "px": [272,320], "src": [16,16], "f": 0, "t": 24, "d": [108,817], "a": 1 }, - { "px": [288,320], "src": [16,16], "f": 0, "t": 24, "d": [108,818], "a": 1 }, - { "px": [304,320], "src": [16,16], "f": 0, "t": 24, "d": [108,819], "a": 1 }, - { "px": [320,320], "src": [16,16], "f": 0, "t": 24, "d": [108,820], "a": 1 }, - { "px": [336,320], "src": [16,16], "f": 0, "t": 24, "d": [108,821], "a": 1 }, - { "px": [352,320], "src": [16,16], "f": 0, "t": 24, "d": [108,822], "a": 1 }, - { "px": [368,320], "src": [16,16], "f": 0, "t": 24, "d": [108,823], "a": 1 }, - { "px": [384,320], "src": [16,16], "f": 0, "t": 24, "d": [108,824], "a": 1 }, - { "px": [400,320], "src": [16,16], "f": 0, "t": 24, "d": [108,825], "a": 1 }, - { "px": [416,320], "src": [16,16], "f": 0, "t": 24, "d": [108,826], "a": 1 }, - { "px": [432,320], "src": [16,16], "f": 0, "t": 24, "d": [108,827], "a": 1 }, - { "px": [448,320], "src": [16,16], "f": 0, "t": 24, "d": [108,828], "a": 1 }, - { "px": [0,336], "src": [16,16], "f": 0, "t": 24, "d": [108,840], "a": 1 }, - { "px": [16,336], "src": [16,16], "f": 0, "t": 24, "d": [108,841], "a": 1 }, - { "px": [32,336], "src": [16,16], "f": 0, "t": 24, "d": [108,842], "a": 1 }, - { "px": [48,336], "src": [16,16], "f": 0, "t": 24, "d": [108,843], "a": 1 }, - { "px": [64,336], "src": [16,16], "f": 0, "t": 24, "d": [108,844], "a": 1 }, - { "px": [80,336], "src": [16,16], "f": 0, "t": 24, "d": [108,845], "a": 1 }, - { "px": [96,336], "src": [16,16], "f": 0, "t": 24, "d": [108,846], "a": 1 }, - { "px": [112,336], "src": [16,16], "f": 0, "t": 24, "d": [108,847], "a": 1 }, - { "px": [128,336], "src": [16,16], "f": 0, "t": 24, "d": [108,848], "a": 1 }, - { "px": [288,336], "src": [16,16], "f": 0, "t": 24, "d": [108,858], "a": 1 }, - { "px": [304,336], "src": [16,16], "f": 0, "t": 24, "d": [108,859], "a": 1 }, - { "px": [320,336], "src": [16,16], "f": 0, "t": 24, "d": [108,860], "a": 1 }, - { "px": [336,336], "src": [16,16], "f": 0, "t": 24, "d": [108,861], "a": 1 }, - { "px": [352,336], "src": [16,16], "f": 0, "t": 24, "d": [108,862], "a": 1 }, - { "px": [368,336], "src": [16,16], "f": 0, "t": 24, "d": [108,863], "a": 1 }, - { "px": [384,336], "src": [16,16], "f": 0, "t": 24, "d": [108,864], "a": 1 }, - { "px": [400,336], "src": [16,16], "f": 0, "t": 24, "d": [108,865], "a": 1 }, - { "px": [416,336], "src": [16,16], "f": 0, "t": 24, "d": [108,866], "a": 1 }, - { "px": [432,336], "src": [16,16], "f": 0, "t": 24, "d": [108,867], "a": 1 }, - { "px": [448,336], "src": [16,16], "f": 0, "t": 24, "d": [108,868], "a": 1 }, - { "px": [464,336], "src": [16,16], "f": 0, "t": 24, "d": [108,869], "a": 1 }, - { "px": [480,336], "src": [16,16], "f": 0, "t": 24, "d": [108,870], "a": 1 }, - { "px": [0,352], "src": [16,16], "f": 0, "t": 24, "d": [108,880], "a": 1 }, - { "px": [16,352], "src": [16,16], "f": 0, "t": 24, "d": [108,881], "a": 1 }, - { "px": [32,352], "src": [16,16], "f": 0, "t": 24, "d": [108,882], "a": 1 }, - { "px": [48,352], "src": [16,16], "f": 0, "t": 24, "d": [108,883], "a": 1 }, - { "px": [64,352], "src": [16,16], "f": 0, "t": 24, "d": [108,884], "a": 1 }, - { "px": [80,352], "src": [16,16], "f": 0, "t": 24, "d": [108,885], "a": 1 }, - { "px": [96,352], "src": [16,16], "f": 0, "t": 24, "d": [108,886], "a": 1 }, - { "px": [112,352], "src": [16,16], "f": 0, "t": 24, "d": [108,887], "a": 1 }, - { "px": [128,352], "src": [16,16], "f": 0, "t": 24, "d": [108,888], "a": 1 }, - { "px": [144,352], "src": [16,16], "f": 0, "t": 24, "d": [108,889], "a": 1 }, - { "px": [160,352], "src": [16,16], "f": 0, "t": 24, "d": [108,890], "a": 1 }, - { "px": [304,352], "src": [16,16], "f": 0, "t": 24, "d": [108,899], "a": 1 }, - { "px": [320,352], "src": [16,16], "f": 0, "t": 24, "d": [108,900], "a": 1 }, - { "px": [336,352], "src": [16,16], "f": 0, "t": 24, "d": [108,901], "a": 1 }, - { "px": [352,352], "src": [16,16], "f": 0, "t": 24, "d": [108,902], "a": 1 }, - { "px": [368,352], "src": [16,16], "f": 0, "t": 24, "d": [108,903], "a": 1 }, - { "px": [384,352], "src": [16,16], "f": 0, "t": 24, "d": [108,904], "a": 1 }, - { "px": [400,352], "src": [16,16], "f": 0, "t": 24, "d": [108,905], "a": 1 }, - { "px": [416,352], "src": [16,16], "f": 0, "t": 24, "d": [108,906], "a": 1 }, - { "px": [432,352], "src": [16,16], "f": 0, "t": 24, "d": [108,907], "a": 1 }, - { "px": [448,352], "src": [16,16], "f": 0, "t": 24, "d": [108,908], "a": 1 }, - { "px": [464,352], "src": [16,16], "f": 0, "t": 24, "d": [108,909], "a": 1 }, - { "px": [480,352], "src": [16,16], "f": 0, "t": 24, "d": [108,910], "a": 1 }, - { "px": [496,352], "src": [16,16], "f": 0, "t": 24, "d": [108,911], "a": 1 }, - { "px": [512,352], "src": [16,16], "f": 0, "t": 24, "d": [108,912], "a": 1 }, - { "px": [528,352], "src": [16,16], "f": 0, "t": 24, "d": [108,913], "a": 1 }, - { "px": [608,352], "src": [16,16], "f": 0, "t": 24, "d": [108,918], "a": 1 }, - { "px": [624,352], "src": [16,16], "f": 0, "t": 24, "d": [108,919], "a": 1 }, - { "px": [80,368], "src": [16,16], "f": 0, "t": 24, "d": [108,925], "a": 1 }, - { "px": [96,368], "src": [16,16], "f": 0, "t": 24, "d": [108,926], "a": 1 }, - { "px": [112,368], "src": [16,16], "f": 0, "t": 24, "d": [108,927], "a": 1 }, - { "px": [128,368], "src": [16,16], "f": 0, "t": 24, "d": [108,928], "a": 1 }, - { "px": [144,368], "src": [16,16], "f": 0, "t": 24, "d": [108,929], "a": 1 }, - { "px": [160,368], "src": [16,16], "f": 0, "t": 24, "d": [108,930], "a": 1 }, - { "px": [176,368], "src": [16,16], "f": 0, "t": 24, "d": [108,931], "a": 1 }, - { "px": [192,368], "src": [16,16], "f": 0, "t": 24, "d": [108,932], "a": 1 }, - { "px": [320,368], "src": [16,16], "f": 0, "t": 24, "d": [108,940], "a": 1 }, - { "px": [336,368], "src": [16,16], "f": 0, "t": 24, "d": [108,941], "a": 1 }, - { "px": [352,368], "src": [16,16], "f": 0, "t": 24, "d": [108,942], "a": 1 }, - { "px": [368,368], "src": [16,16], "f": 0, "t": 24, "d": [108,943], "a": 1 }, - { "px": [384,368], "src": [16,16], "f": 0, "t": 24, "d": [108,944], "a": 1 }, - { "px": [400,368], "src": [16,16], "f": 0, "t": 24, "d": [108,945], "a": 1 }, - { "px": [416,368], "src": [16,16], "f": 0, "t": 24, "d": [108,946], "a": 1 }, - { "px": [432,368], "src": [16,16], "f": 0, "t": 24, "d": [108,947], "a": 1 }, - { "px": [448,368], "src": [16,16], "f": 0, "t": 24, "d": [108,948], "a": 1 }, - { "px": [464,368], "src": [16,16], "f": 0, "t": 24, "d": [108,949], "a": 1 }, - { "px": [480,368], "src": [16,16], "f": 0, "t": 24, "d": [108,950], "a": 1 }, - { "px": [496,368], "src": [16,16], "f": 0, "t": 24, "d": [108,951], "a": 1 }, - { "px": [512,368], "src": [16,16], "f": 0, "t": 24, "d": [108,952], "a": 1 }, - { "px": [528,368], "src": [16,16], "f": 0, "t": 24, "d": [108,953], "a": 1 }, - { "px": [544,368], "src": [16,16], "f": 0, "t": 24, "d": [108,954], "a": 1 }, - { "px": [560,368], "src": [16,16], "f": 0, "t": 24, "d": [108,955], "a": 1 }, - { "px": [576,368], "src": [16,16], "f": 0, "t": 24, "d": [108,956], "a": 1 }, - { "px": [592,368], "src": [16,16], "f": 0, "t": 24, "d": [108,957], "a": 1 }, - { "px": [608,368], "src": [16,16], "f": 0, "t": 24, "d": [108,958], "a": 1 }, - { "px": [624,368], "src": [16,16], "f": 0, "t": 24, "d": [108,959], "a": 1 }, - { "px": [128,384], "src": [16,16], "f": 0, "t": 24, "d": [108,968], "a": 1 }, - { "px": [144,384], "src": [16,16], "f": 0, "t": 24, "d": [108,969], "a": 1 }, - { "px": [160,384], "src": [16,16], "f": 0, "t": 24, "d": [108,970], "a": 1 }, - { "px": [176,384], "src": [16,16], "f": 0, "t": 24, "d": [108,971], "a": 1 }, - { "px": [192,384], "src": [16,16], "f": 0, "t": 24, "d": [108,972], "a": 1 }, - { "px": [208,384], "src": [16,16], "f": 0, "t": 24, "d": [108,973], "a": 1 }, - { "px": [224,384], "src": [16,16], "f": 0, "t": 24, "d": [108,974], "a": 1 }, - { "px": [272,384], "src": [16,16], "f": 0, "t": 24, "d": [108,977], "a": 1 }, - { "px": [288,384], "src": [16,16], "f": 0, "t": 24, "d": [108,978], "a": 1 }, - { "px": [304,384], "src": [16,16], "f": 0, "t": 24, "d": [108,979], "a": 1 }, - { "px": [320,384], "src": [16,16], "f": 0, "t": 24, "d": [108,980], "a": 1 }, - { "px": [336,384], "src": [16,16], "f": 0, "t": 24, "d": [108,981], "a": 1 }, - { "px": [352,384], "src": [16,16], "f": 0, "t": 24, "d": [108,982], "a": 1 }, - { "px": [368,384], "src": [16,16], "f": 0, "t": 24, "d": [108,983], "a": 1 }, - { "px": [384,384], "src": [16,16], "f": 0, "t": 24, "d": [108,984], "a": 1 }, - { "px": [400,384], "src": [16,16], "f": 0, "t": 24, "d": [108,985], "a": 1 }, - { "px": [416,384], "src": [16,16], "f": 0, "t": 24, "d": [108,986], "a": 1 }, - { "px": [432,384], "src": [16,16], "f": 0, "t": 24, "d": [108,987], "a": 1 }, - { "px": [448,384], "src": [16,16], "f": 0, "t": 24, "d": [108,988], "a": 1 }, - { "px": [464,384], "src": [16,16], "f": 0, "t": 24, "d": [108,989], "a": 1 }, - { "px": [480,384], "src": [16,16], "f": 0, "t": 24, "d": [108,990], "a": 1 }, - { "px": [496,384], "src": [16,16], "f": 0, "t": 24, "d": [108,991], "a": 1 }, - { "px": [512,384], "src": [16,16], "f": 0, "t": 24, "d": [108,992], "a": 1 }, - { "px": [528,384], "src": [16,16], "f": 0, "t": 24, "d": [108,993], "a": 1 }, - { "px": [544,384], "src": [16,16], "f": 0, "t": 24, "d": [108,994], "a": 1 }, - { "px": [560,384], "src": [16,16], "f": 0, "t": 24, "d": [108,995], "a": 1 }, - { "px": [576,384], "src": [16,16], "f": 0, "t": 24, "d": [108,996], "a": 1 }, - { "px": [592,384], "src": [16,16], "f": 0, "t": 24, "d": [108,997], "a": 1 }, - { "px": [608,384], "src": [16,16], "f": 0, "t": 24, "d": [108,998], "a": 1 }, - { "px": [624,384], "src": [16,16], "f": 0, "t": 24, "d": [108,999], "a": 1 }, - { "px": [0,400], "src": [16,16], "f": 0, "t": 24, "d": [108,1000], "a": 1 }, - { "px": [16,400], "src": [16,16], "f": 0, "t": 24, "d": [108,1001], "a": 1 }, - { "px": [32,400], "src": [16,16], "f": 0, "t": 24, "d": [108,1002], "a": 1 }, - { "px": [160,400], "src": [16,16], "f": 0, "t": 24, "d": [108,1010], "a": 1 }, - { "px": [176,400], "src": [16,16], "f": 0, "t": 24, "d": [108,1011], "a": 1 }, - { "px": [192,400], "src": [16,16], "f": 0, "t": 24, "d": [108,1012], "a": 1 }, - { "px": [208,400], "src": [16,16], "f": 0, "t": 24, "d": [108,1013], "a": 1 }, - { "px": [224,400], "src": [16,16], "f": 0, "t": 24, "d": [108,1014], "a": 1 }, - { "px": [240,400], "src": [16,16], "f": 0, "t": 24, "d": [108,1015], "a": 1 }, - { "px": [256,400], "src": [16,16], "f": 0, "t": 24, "d": [108,1016], "a": 1 }, - { "px": [272,400], "src": [16,16], "f": 0, "t": 24, "d": [108,1017], "a": 1 }, - { "px": [288,400], "src": [16,16], "f": 0, "t": 24, "d": [108,1018], "a": 1 }, - { "px": [304,400], "src": [16,16], "f": 0, "t": 24, "d": [108,1019], "a": 1 }, - { "px": [320,400], "src": [16,16], "f": 0, "t": 24, "d": [108,1020], "a": 1 }, - { "px": [336,400], "src": [16,16], "f": 0, "t": 24, "d": [108,1021], "a": 1 }, - { "px": [352,400], "src": [16,16], "f": 0, "t": 24, "d": [108,1022], "a": 1 }, - { "px": [368,400], "src": [16,16], "f": 0, "t": 24, "d": [108,1023], "a": 1 }, - { "px": [384,400], "src": [16,16], "f": 0, "t": 24, "d": [108,1024], "a": 1 }, - { "px": [400,400], "src": [16,16], "f": 0, "t": 24, "d": [108,1025], "a": 1 }, - { "px": [416,400], "src": [16,16], "f": 0, "t": 24, "d": [108,1026], "a": 1 }, - { "px": [496,400], "src": [16,16], "f": 0, "t": 24, "d": [108,1031], "a": 1 }, - { "px": [512,400], "src": [16,16], "f": 0, "t": 24, "d": [108,1032], "a": 1 }, - { "px": [528,400], "src": [16,16], "f": 0, "t": 24, "d": [108,1033], "a": 1 }, - { "px": [544,400], "src": [16,16], "f": 0, "t": 24, "d": [108,1034], "a": 1 }, - { "px": [560,400], "src": [16,16], "f": 0, "t": 24, "d": [108,1035], "a": 1 }, - { "px": [576,400], "src": [16,16], "f": 0, "t": 24, "d": [108,1036], "a": 1 }, - { "px": [592,400], "src": [16,16], "f": 0, "t": 24, "d": [108,1037], "a": 1 }, - { "px": [608,400], "src": [16,16], "f": 0, "t": 24, "d": [108,1038], "a": 1 }, - { "px": [624,400], "src": [16,16], "f": 0, "t": 24, "d": [108,1039], "a": 1 }, - { "px": [0,416], "src": [16,16], "f": 0, "t": 24, "d": [108,1040], "a": 1 }, - { "px": [16,416], "src": [16,16], "f": 0, "t": 24, "d": [108,1041], "a": 1 }, - { "px": [32,416], "src": [16,16], "f": 0, "t": 24, "d": [108,1042], "a": 1 }, - { "px": [48,416], "src": [16,16], "f": 0, "t": 24, "d": [108,1043], "a": 1 }, - { "px": [208,416], "src": [16,16], "f": 0, "t": 24, "d": [108,1053], "a": 1 }, - { "px": [224,416], "src": [16,16], "f": 0, "t": 24, "d": [108,1054], "a": 1 }, - { "px": [240,416], "src": [16,16], "f": 0, "t": 24, "d": [108,1055], "a": 1 }, - { "px": [256,416], "src": [16,16], "f": 0, "t": 24, "d": [108,1056], "a": 1 }, - { "px": [272,416], "src": [16,16], "f": 0, "t": 24, "d": [108,1057], "a": 1 }, - { "px": [288,416], "src": [16,16], "f": 0, "t": 24, "d": [108,1058], "a": 1 }, - { "px": [304,416], "src": [16,16], "f": 0, "t": 24, "d": [108,1059], "a": 1 }, - { "px": [320,416], "src": [16,16], "f": 0, "t": 24, "d": [108,1060], "a": 1 }, - { "px": [336,416], "src": [16,16], "f": 0, "t": 24, "d": [108,1061], "a": 1 }, - { "px": [352,416], "src": [16,16], "f": 0, "t": 24, "d": [108,1062], "a": 1 }, - { "px": [368,416], "src": [16,16], "f": 0, "t": 24, "d": [108,1063], "a": 1 }, - { "px": [384,416], "src": [16,16], "f": 0, "t": 24, "d": [108,1064], "a": 1 }, - { "px": [400,416], "src": [16,16], "f": 0, "t": 24, "d": [108,1065], "a": 1 }, - { "px": [416,416], "src": [16,16], "f": 0, "t": 24, "d": [108,1066], "a": 1 }, - { "px": [528,416], "src": [16,16], "f": 0, "t": 24, "d": [108,1073], "a": 1 }, - { "px": [544,416], "src": [16,16], "f": 0, "t": 24, "d": [108,1074], "a": 1 }, - { "px": [560,416], "src": [16,16], "f": 0, "t": 24, "d": [108,1075], "a": 1 }, - { "px": [576,416], "src": [16,16], "f": 0, "t": 24, "d": [108,1076], "a": 1 }, - { "px": [592,416], "src": [16,16], "f": 0, "t": 24, "d": [108,1077], "a": 1 }, - { "px": [608,416], "src": [16,16], "f": 0, "t": 24, "d": [108,1078], "a": 1 }, - { "px": [624,416], "src": [16,16], "f": 0, "t": 24, "d": [108,1079], "a": 1 }, - { "px": [0,432], "src": [16,16], "f": 0, "t": 24, "d": [108,1080], "a": 1 }, - { "px": [16,432], "src": [16,16], "f": 0, "t": 24, "d": [108,1081], "a": 1 }, - { "px": [32,432], "src": [16,16], "f": 0, "t": 24, "d": [108,1082], "a": 1 }, - { "px": [48,432], "src": [16,16], "f": 0, "t": 24, "d": [108,1083], "a": 1 }, - { "px": [64,432], "src": [16,16], "f": 0, "t": 24, "d": [108,1084], "a": 1 }, - { "px": [80,432], "src": [16,16], "f": 0, "t": 24, "d": [108,1085], "a": 1 }, - { "px": [256,432], "src": [16,16], "f": 0, "t": 24, "d": [108,1096], "a": 1 }, - { "px": [272,432], "src": [16,16], "f": 0, "t": 24, "d": [108,1097], "a": 1 }, - { "px": [288,432], "src": [16,16], "f": 0, "t": 24, "d": [108,1098], "a": 1 }, - { "px": [304,432], "src": [16,16], "f": 0, "t": 24, "d": [108,1099], "a": 1 }, - { "px": [320,432], "src": [16,16], "f": 0, "t": 24, "d": [108,1100], "a": 1 }, - { "px": [336,432], "src": [16,16], "f": 0, "t": 24, "d": [108,1101], "a": 1 }, - { "px": [352,432], "src": [16,16], "f": 0, "t": 24, "d": [108,1102], "a": 1 }, - { "px": [368,432], "src": [16,16], "f": 0, "t": 24, "d": [108,1103], "a": 1 }, - { "px": [384,432], "src": [16,16], "f": 0, "t": 24, "d": [108,1104], "a": 1 }, - { "px": [400,432], "src": [16,16], "f": 0, "t": 24, "d": [108,1105], "a": 1 }, - { "px": [416,432], "src": [16,16], "f": 0, "t": 24, "d": [108,1106], "a": 1 }, - { "px": [544,432], "src": [16,16], "f": 0, "t": 24, "d": [108,1114], "a": 1 }, - { "px": [560,432], "src": [16,16], "f": 0, "t": 24, "d": [108,1115], "a": 1 }, - { "px": [576,432], "src": [16,16], "f": 0, "t": 24, "d": [108,1116], "a": 1 }, - { "px": [592,432], "src": [16,16], "f": 0, "t": 24, "d": [108,1117], "a": 1 }, - { "px": [608,432], "src": [16,16], "f": 0, "t": 24, "d": [108,1118], "a": 1 }, - { "px": [624,432], "src": [16,16], "f": 0, "t": 24, "d": [108,1119], "a": 1 }, - { "px": [0,448], "src": [16,16], "f": 0, "t": 24, "d": [108,1120], "a": 1 }, - { "px": [16,448], "src": [16,16], "f": 0, "t": 24, "d": [108,1121], "a": 1 }, - { "px": [32,448], "src": [16,16], "f": 0, "t": 24, "d": [108,1122], "a": 1 }, - { "px": [48,448], "src": [16,16], "f": 0, "t": 24, "d": [108,1123], "a": 1 }, - { "px": [64,448], "src": [16,16], "f": 0, "t": 24, "d": [108,1124], "a": 1 }, - { "px": [80,448], "src": [16,16], "f": 0, "t": 24, "d": [108,1125], "a": 1 }, - { "px": [96,448], "src": [16,16], "f": 0, "t": 24, "d": [108,1126], "a": 1 }, - { "px": [112,448], "src": [16,16], "f": 0, "t": 24, "d": [108,1127], "a": 1 }, - { "px": [128,448], "src": [16,16], "f": 0, "t": 24, "d": [108,1128], "a": 1 }, - { "px": [288,448], "src": [16,16], "f": 0, "t": 24, "d": [108,1138], "a": 1 }, - { "px": [304,448], "src": [16,16], "f": 0, "t": 24, "d": [108,1139], "a": 1 }, - { "px": [320,448], "src": [16,16], "f": 0, "t": 24, "d": [108,1140], "a": 1 }, - { "px": [336,448], "src": [16,16], "f": 0, "t": 24, "d": [108,1141], "a": 1 }, - { "px": [352,448], "src": [16,16], "f": 0, "t": 24, "d": [108,1142], "a": 1 }, - { "px": [368,448], "src": [16,16], "f": 0, "t": 24, "d": [108,1143], "a": 1 }, - { "px": [384,448], "src": [16,16], "f": 0, "t": 24, "d": [108,1144], "a": 1 }, - { "px": [400,448], "src": [16,16], "f": 0, "t": 24, "d": [108,1145], "a": 1 }, - { "px": [416,448], "src": [16,16], "f": 0, "t": 24, "d": [108,1146], "a": 1 }, - { "px": [432,448], "src": [16,16], "f": 0, "t": 24, "d": [108,1147], "a": 1 }, - { "px": [544,448], "src": [16,16], "f": 0, "t": 24, "d": [108,1154], "a": 1 }, - { "px": [560,448], "src": [16,16], "f": 0, "t": 24, "d": [108,1155], "a": 1 }, - { "px": [576,448], "src": [16,16], "f": 0, "t": 24, "d": [108,1156], "a": 1 }, - { "px": [592,448], "src": [16,16], "f": 0, "t": 24, "d": [108,1157], "a": 1 }, - { "px": [608,448], "src": [16,16], "f": 0, "t": 24, "d": [108,1158], "a": 1 }, - { "px": [624,448], "src": [16,16], "f": 0, "t": 24, "d": [108,1159], "a": 1 }, - { "px": [0,464], "src": [16,16], "f": 0, "t": 24, "d": [108,1160], "a": 1 }, - { "px": [16,464], "src": [16,16], "f": 0, "t": 24, "d": [108,1161], "a": 1 }, - { "px": [32,464], "src": [16,16], "f": 0, "t": 24, "d": [108,1162], "a": 1 }, - { "px": [48,464], "src": [16,16], "f": 0, "t": 24, "d": [108,1163], "a": 1 }, - { "px": [64,464], "src": [16,16], "f": 0, "t": 24, "d": [108,1164], "a": 1 }, - { "px": [80,464], "src": [16,16], "f": 0, "t": 24, "d": [108,1165], "a": 1 }, - { "px": [96,464], "src": [16,16], "f": 0, "t": 24, "d": [108,1166], "a": 1 }, - { "px": [112,464], "src": [16,16], "f": 0, "t": 24, "d": [108,1167], "a": 1 }, - { "px": [128,464], "src": [16,16], "f": 0, "t": 24, "d": [108,1168], "a": 1 }, - { "px": [144,464], "src": [16,16], "f": 0, "t": 24, "d": [108,1169], "a": 1 }, - { "px": [160,464], "src": [16,16], "f": 0, "t": 24, "d": [108,1170], "a": 1 }, - { "px": [176,464], "src": [16,16], "f": 0, "t": 24, "d": [108,1171], "a": 1 }, - { "px": [336,464], "src": [16,16], "f": 0, "t": 24, "d": [108,1181], "a": 1 }, - { "px": [352,464], "src": [16,16], "f": 0, "t": 24, "d": [108,1182], "a": 1 }, - { "px": [368,464], "src": [16,16], "f": 0, "t": 24, "d": [108,1183], "a": 1 }, - { "px": [384,464], "src": [16,16], "f": 0, "t": 24, "d": [108,1184], "a": 1 }, - { "px": [400,464], "src": [16,16], "f": 0, "t": 24, "d": [108,1185], "a": 1 }, - { "px": [416,464], "src": [16,16], "f": 0, "t": 24, "d": [108,1186], "a": 1 }, - { "px": [432,464], "src": [16,16], "f": 0, "t": 24, "d": [108,1187], "a": 1 }, - { "px": [448,464], "src": [16,16], "f": 0, "t": 24, "d": [108,1188], "a": 1 }, - { "px": [464,464], "src": [16,16], "f": 0, "t": 24, "d": [108,1189], "a": 1 }, - { "px": [512,464], "src": [16,16], "f": 0, "t": 24, "d": [108,1192], "a": 1 }, - { "px": [528,464], "src": [16,16], "f": 0, "t": 24, "d": [108,1193], "a": 1 }, - { "px": [544,464], "src": [16,16], "f": 0, "t": 24, "d": [108,1194], "a": 1 }, - { "px": [560,464], "src": [16,16], "f": 0, "t": 24, "d": [108,1195], "a": 1 }, - { "px": [576,464], "src": [16,16], "f": 0, "t": 24, "d": [108,1196], "a": 1 }, - { "px": [592,464], "src": [16,16], "f": 0, "t": 24, "d": [108,1197], "a": 1 }, - { "px": [608,464], "src": [16,16], "f": 0, "t": 24, "d": [108,1198], "a": 1 }, - { "px": [624,464], "src": [16,16], "f": 0, "t": 24, "d": [108,1199], "a": 1 }, - { "px": [0,480], "src": [16,16], "f": 0, "t": 24, "d": [108,1200], "a": 1 }, - { "px": [16,480], "src": [16,16], "f": 0, "t": 24, "d": [108,1201], "a": 1 }, - { "px": [32,480], "src": [16,16], "f": 0, "t": 24, "d": [108,1202], "a": 1 }, - { "px": [48,480], "src": [16,16], "f": 0, "t": 24, "d": [108,1203], "a": 1 }, - { "px": [64,480], "src": [16,16], "f": 0, "t": 24, "d": [108,1204], "a": 1 }, - { "px": [80,480], "src": [16,16], "f": 0, "t": 24, "d": [108,1205], "a": 1 }, - { "px": [96,480], "src": [16,16], "f": 0, "t": 24, "d": [108,1206], "a": 1 }, - { "px": [112,480], "src": [16,16], "f": 0, "t": 24, "d": [108,1207], "a": 1 }, - { "px": [128,480], "src": [16,16], "f": 0, "t": 24, "d": [108,1208], "a": 1 }, - { "px": [144,480], "src": [16,16], "f": 0, "t": 24, "d": [108,1209], "a": 1 }, - { "px": [160,480], "src": [16,16], "f": 0, "t": 24, "d": [108,1210], "a": 1 }, - { "px": [176,480], "src": [16,16], "f": 0, "t": 24, "d": [108,1211], "a": 1 }, - { "px": [192,480], "src": [16,16], "f": 0, "t": 24, "d": [108,1212], "a": 1 }, - { "px": [208,480], "src": [16,16], "f": 0, "t": 24, "d": [108,1213], "a": 1 }, - { "px": [224,480], "src": [16,16], "f": 0, "t": 24, "d": [108,1214], "a": 1 }, - { "px": [384,480], "src": [16,16], "f": 0, "t": 24, "d": [108,1224], "a": 1 }, - { "px": [400,480], "src": [16,16], "f": 0, "t": 24, "d": [108,1225], "a": 1 }, - { "px": [416,480], "src": [16,16], "f": 0, "t": 24, "d": [108,1226], "a": 1 }, - { "px": [432,480], "src": [16,16], "f": 0, "t": 24, "d": [108,1227], "a": 1 }, - { "px": [448,480], "src": [16,16], "f": 0, "t": 24, "d": [108,1228], "a": 1 }, - { "px": [464,480], "src": [16,16], "f": 0, "t": 24, "d": [108,1229], "a": 1 }, - { "px": [480,480], "src": [16,16], "f": 0, "t": 24, "d": [108,1230], "a": 1 }, - { "px": [496,480], "src": [16,16], "f": 0, "t": 24, "d": [108,1231], "a": 1 }, - { "px": [512,480], "src": [16,16], "f": 0, "t": 24, "d": [108,1232], "a": 1 }, - { "px": [528,480], "src": [16,16], "f": 0, "t": 24, "d": [108,1233], "a": 1 }, - { "px": [544,480], "src": [16,16], "f": 0, "t": 24, "d": [108,1234], "a": 1 }, - { "px": [560,480], "src": [16,16], "f": 0, "t": 24, "d": [108,1235], "a": 1 }, - { "px": [576,480], "src": [16,16], "f": 0, "t": 24, "d": [108,1236], "a": 1 }, - { "px": [592,480], "src": [16,16], "f": 0, "t": 24, "d": [108,1237], "a": 1 }, - { "px": [608,480], "src": [16,16], "f": 0, "t": 24, "d": [108,1238], "a": 1 }, - { "px": [624,480], "src": [16,16], "f": 0, "t": 24, "d": [108,1239], "a": 1 }, - { "px": [0,496], "src": [16,16], "f": 0, "t": 24, "d": [108,1240], "a": 1 }, - { "px": [16,496], "src": [16,16], "f": 0, "t": 24, "d": [108,1241], "a": 1 }, - { "px": [32,496], "src": [16,16], "f": 0, "t": 24, "d": [108,1242], "a": 1 }, - { "px": [48,496], "src": [16,16], "f": 0, "t": 24, "d": [108,1243], "a": 1 }, - { "px": [64,496], "src": [16,16], "f": 0, "t": 24, "d": [108,1244], "a": 1 }, - { "px": [80,496], "src": [16,16], "f": 0, "t": 24, "d": [108,1245], "a": 1 }, - { "px": [96,496], "src": [16,16], "f": 0, "t": 24, "d": [108,1246], "a": 1 }, - { "px": [112,496], "src": [16,16], "f": 0, "t": 24, "d": [108,1247], "a": 1 }, - { "px": [128,496], "src": [16,16], "f": 0, "t": 24, "d": [108,1248], "a": 1 }, - { "px": [144,496], "src": [16,16], "f": 0, "t": 24, "d": [108,1249], "a": 1 }, - { "px": [160,496], "src": [16,16], "f": 0, "t": 24, "d": [108,1250], "a": 1 }, - { "px": [176,496], "src": [16,16], "f": 0, "t": 24, "d": [108,1251], "a": 1 }, - { "px": [192,496], "src": [16,16], "f": 0, "t": 24, "d": [108,1252], "a": 1 }, - { "px": [208,496], "src": [16,16], "f": 0, "t": 24, "d": [108,1253], "a": 1 }, - { "px": [224,496], "src": [16,16], "f": 0, "t": 24, "d": [108,1254], "a": 1 }, - { "px": [240,496], "src": [16,16], "f": 0, "t": 24, "d": [108,1255], "a": 1 }, - { "px": [256,496], "src": [16,16], "f": 0, "t": 24, "d": [108,1256], "a": 1 }, - { "px": [272,496], "src": [16,16], "f": 0, "t": 24, "d": [108,1257], "a": 1 }, - { "px": [432,496], "src": [16,16], "f": 0, "t": 24, "d": [108,1267], "a": 1 }, - { "px": [448,496], "src": [16,16], "f": 0, "t": 24, "d": [108,1268], "a": 1 }, - { "px": [464,496], "src": [16,16], "f": 0, "t": 24, "d": [108,1269], "a": 1 }, - { "px": [480,496], "src": [16,16], "f": 0, "t": 24, "d": [108,1270], "a": 1 }, - { "px": [496,496], "src": [16,16], "f": 0, "t": 24, "d": [108,1271], "a": 1 }, - { "px": [512,496], "src": [16,16], "f": 0, "t": 24, "d": [108,1272], "a": 1 }, - { "px": [528,496], "src": [16,16], "f": 0, "t": 24, "d": [108,1273], "a": 1 }, - { "px": [544,496], "src": [16,16], "f": 0, "t": 24, "d": [108,1274], "a": 1 }, - { "px": [560,496], "src": [16,16], "f": 0, "t": 24, "d": [108,1275], "a": 1 }, - { "px": [576,496], "src": [16,16], "f": 0, "t": 24, "d": [108,1276], "a": 1 }, - { "px": [592,496], "src": [16,16], "f": 0, "t": 24, "d": [108,1277], "a": 1 }, - { "px": [608,496], "src": [16,16], "f": 0, "t": 24, "d": [108,1278], "a": 1 }, - { "px": [624,496], "src": [16,16], "f": 0, "t": 24, "d": [108,1279], "a": 1 }, - { "px": [112,112], "src": [112,32], "f": 0, "t": 53, "d": [52,287], "a": 1 }, - { "px": [128,112], "src": [112,64], "f": 0, "t": 99, "d": [52,288], "a": 1 }, - { "px": [384,128], "src": [112,16], "f": 0, "t": 30, "d": [52,344], "a": 1 }, - { "px": [400,128], "src": [112,64], "f": 0, "t": 99, "d": [52,345], "a": 1 }, - { "px": [384,144], "src": [112,32], "f": 0, "t": 53, "d": [52,384], "a": 1 }, - { "px": [400,144], "src": [112,64], "f": 0, "t": 99, "d": [52,385], "a": 1 }, - { "px": [384,160], "src": [112,32], "f": 0, "t": 53, "d": [52,424], "a": 1 }, - { "px": [400,160], "src": [112,48], "f": 0, "t": 76, "d": [52,425], "a": 1 }, - { "px": [560,208], "src": [112,48], "f": 0, "t": 76, "d": [52,555], "a": 1 }, - { "px": [576,208], "src": [112,16], "f": 0, "t": 30, "d": [52,556], "a": 1 }, - { "px": [592,208], "src": [112,16], "f": 0, "t": 30, "d": [52,557], "a": 1 }, - { "px": [608,208], "src": [112,64], "f": 0, "t": 99, "d": [52,558], "a": 1 }, - { "px": [624,208], "src": [112,64], "f": 0, "t": 99, "d": [52,559], "a": 1 }, - { "px": [528,224], "src": [112,64], "f": 0, "t": 99, "d": [52,593], "a": 1 }, - { "px": [544,224], "src": [112,32], "f": 0, "t": 53, "d": [52,594], "a": 1 }, - { "px": [560,224], "src": [112,32], "f": 0, "t": 53, "d": [52,595], "a": 1 }, - { "px": [576,224], "src": [112,16], "f": 0, "t": 30, "d": [52,596], "a": 1 }, - { "px": [592,224], "src": [112,64], "f": 0, "t": 99, "d": [52,597], "a": 1 }, - { "px": [608,224], "src": [112,48], "f": 0, "t": 76, "d": [52,598], "a": 1 }, - { "px": [624,224], "src": [112,16], "f": 0, "t": 30, "d": [52,599], "a": 1 }, - { "px": [496,240], "src": [112,48], "f": 0, "t": 76, "d": [52,631], "a": 1 }, - { "px": [512,240], "src": [112,32], "f": 0, "t": 53, "d": [52,632], "a": 1 }, - { "px": [528,240], "src": [112,32], "f": 0, "t": 53, "d": [52,633], "a": 1 }, - { "px": [544,240], "src": [112,16], "f": 0, "t": 30, "d": [52,634], "a": 1 }, - { "px": [560,240], "src": [112,32], "f": 0, "t": 53, "d": [52,635], "a": 1 }, - { "px": [576,240], "src": [112,64], "f": 0, "t": 99, "d": [52,636], "a": 1 }, - { "px": [592,240], "src": [112,48], "f": 0, "t": 76, "d": [52,637], "a": 1 }, - { "px": [608,240], "src": [112,16], "f": 0, "t": 30, "d": [52,638], "a": 1 }, - { "px": [624,240], "src": [112,16], "f": 0, "t": 30, "d": [52,639], "a": 1 }, - { "px": [480,256], "src": [112,32], "f": 0, "t": 53, "d": [52,670], "a": 1 }, - { "px": [496,256], "src": [112,32], "f": 0, "t": 53, "d": [52,671], "a": 1 }, - { "px": [512,256], "src": [112,16], "f": 0, "t": 30, "d": [52,672], "a": 1 }, - { "px": [528,256], "src": [112,48], "f": 0, "t": 76, "d": [52,673], "a": 1 }, - { "px": [544,256], "src": [112,32], "f": 0, "t": 53, "d": [52,674], "a": 1 }, - { "px": [560,256], "src": [112,64], "f": 0, "t": 99, "d": [52,675], "a": 1 }, - { "px": [576,256], "src": [112,64], "f": 0, "t": 99, "d": [52,676], "a": 1 }, - { "px": [592,256], "src": [112,64], "f": 0, "t": 99, "d": [52,677], "a": 1 }, - { "px": [608,256], "src": [112,32], "f": 0, "t": 53, "d": [52,678], "a": 1 }, - { "px": [624,256], "src": [112,32], "f": 0, "t": 53, "d": [52,679], "a": 1 }, - { "px": [480,272], "src": [112,32], "f": 0, "t": 53, "d": [52,710], "a": 1 }, - { "px": [496,272], "src": [112,32], "f": 0, "t": 53, "d": [52,711], "a": 1 }, - { "px": [512,272], "src": [112,16], "f": 0, "t": 30, "d": [52,712], "a": 1 }, - { "px": [528,272], "src": [112,48], "f": 0, "t": 76, "d": [52,713], "a": 1 }, - { "px": [544,272], "src": [112,32], "f": 0, "t": 53, "d": [52,714], "a": 1 }, - { "px": [560,272], "src": [112,16], "f": 0, "t": 30, "d": [52,715], "a": 1 }, - { "px": [576,272], "src": [112,48], "f": 0, "t": 76, "d": [52,716], "a": 1 }, - { "px": [592,272], "src": [112,64], "f": 0, "t": 99, "d": [52,717], "a": 1 }, - { "px": [608,272], "src": [112,48], "f": 0, "t": 76, "d": [52,718], "a": 1 }, - { "px": [624,272], "src": [112,48], "f": 0, "t": 76, "d": [52,719], "a": 1 }, - { "px": [128,288], "src": [112,32], "f": 0, "t": 53, "d": [52,728], "a": 1 }, - { "px": [144,288], "src": [112,16], "f": 0, "t": 30, "d": [52,729], "a": 1 }, - { "px": [160,288], "src": [112,48], "f": 0, "t": 76, "d": [52,730], "a": 1 }, - { "px": [480,288], "src": [112,16], "f": 0, "t": 30, "d": [52,750], "a": 1 }, - { "px": [496,288], "src": [112,48], "f": 0, "t": 76, "d": [52,751], "a": 1 }, - { "px": [512,288], "src": [112,32], "f": 0, "t": 53, "d": [52,752], "a": 1 }, - { "px": [528,288], "src": [112,32], "f": 0, "t": 53, "d": [52,753], "a": 1 }, - { "px": [544,288], "src": [112,32], "f": 0, "t": 53, "d": [52,754], "a": 1 }, - { "px": [560,288], "src": [112,48], "f": 0, "t": 76, "d": [52,755], "a": 1 }, - { "px": [576,288], "src": [112,64], "f": 0, "t": 99, "d": [52,756], "a": 1 }, - { "px": [592,288], "src": [112,32], "f": 0, "t": 53, "d": [52,757], "a": 1 }, - { "px": [608,288], "src": [112,64], "f": 0, "t": 99, "d": [52,758], "a": 1 }, - { "px": [624,288], "src": [112,48], "f": 0, "t": 76, "d": [52,759], "a": 1 }, - { "px": [128,304], "src": [112,16], "f": 0, "t": 30, "d": [52,768], "a": 1 }, - { "px": [144,304], "src": [112,48], "f": 0, "t": 76, "d": [52,769], "a": 1 }, - { "px": [160,304], "src": [112,64], "f": 0, "t": 99, "d": [52,770], "a": 1 }, - { "px": [176,304], "src": [112,32], "f": 0, "t": 53, "d": [52,771], "a": 1 }, - { "px": [192,304], "src": [112,64], "f": 0, "t": 99, "d": [52,772], "a": 1 }, - { "px": [208,304], "src": [112,64], "f": 0, "t": 99, "d": [52,773], "a": 1 }, - { "px": [480,304], "src": [112,48], "f": 0, "t": 76, "d": [52,790], "a": 1 }, - { "px": [496,304], "src": [112,64], "f": 0, "t": 99, "d": [52,791], "a": 1 }, - { "px": [512,304], "src": [112,16], "f": 0, "t": 30, "d": [52,792], "a": 1 }, - { "px": [528,304], "src": [112,64], "f": 0, "t": 99, "d": [52,793], "a": 1 }, - { "px": [544,304], "src": [112,64], "f": 0, "t": 99, "d": [52,794], "a": 1 }, - { "px": [560,304], "src": [112,64], "f": 0, "t": 99, "d": [52,795], "a": 1 }, - { "px": [576,304], "src": [112,16], "f": 0, "t": 30, "d": [52,796], "a": 1 }, - { "px": [592,304], "src": [112,32], "f": 0, "t": 53, "d": [52,797], "a": 1 }, - { "px": [608,304], "src": [112,16], "f": 0, "t": 30, "d": [52,798], "a": 1 }, - { "px": [624,304], "src": [112,48], "f": 0, "t": 76, "d": [52,799], "a": 1 }, - { "px": [144,320], "src": [112,48], "f": 0, "t": 76, "d": [52,809], "a": 1 }, - { "px": [160,320], "src": [112,32], "f": 0, "t": 53, "d": [52,810], "a": 1 }, - { "px": [176,320], "src": [112,32], "f": 0, "t": 53, "d": [52,811], "a": 1 }, - { "px": [192,320], "src": [112,16], "f": 0, "t": 30, "d": [52,812], "a": 1 }, - { "px": [208,320], "src": [112,16], "f": 0, "t": 30, "d": [52,813], "a": 1 }, - { "px": [224,320], "src": [112,64], "f": 0, "t": 99, "d": [52,814], "a": 1 }, - { "px": [240,320], "src": [112,48], "f": 0, "t": 76, "d": [52,815], "a": 1 }, - { "px": [496,320], "src": [112,64], "f": 0, "t": 99, "d": [52,831], "a": 1 }, - { "px": [512,320], "src": [112,48], "f": 0, "t": 76, "d": [52,832], "a": 1 }, - { "px": [528,320], "src": [112,16], "f": 0, "t": 30, "d": [52,833], "a": 1 }, - { "px": [544,320], "src": [112,16], "f": 0, "t": 30, "d": [52,834], "a": 1 }, - { "px": [560,320], "src": [112,64], "f": 0, "t": 99, "d": [52,835], "a": 1 }, - { "px": [576,320], "src": [112,64], "f": 0, "t": 99, "d": [52,836], "a": 1 }, - { "px": [592,320], "src": [112,48], "f": 0, "t": 76, "d": [52,837], "a": 1 }, - { "px": [608,320], "src": [112,16], "f": 0, "t": 30, "d": [52,838], "a": 1 }, - { "px": [624,320], "src": [112,16], "f": 0, "t": 30, "d": [52,839], "a": 1 }, - { "px": [176,336], "src": [112,64], "f": 0, "t": 99, "d": [52,851], "a": 1 }, - { "px": [192,336], "src": [112,48], "f": 0, "t": 76, "d": [52,852], "a": 1 }, - { "px": [208,336], "src": [112,32], "f": 0, "t": 53, "d": [52,853], "a": 1 }, - { "px": [224,336], "src": [112,48], "f": 0, "t": 76, "d": [52,854], "a": 1 }, - { "px": [240,336], "src": [112,48], "f": 0, "t": 76, "d": [52,855], "a": 1 }, - { "px": [256,336], "src": [112,32], "f": 0, "t": 53, "d": [52,856], "a": 1 }, - { "px": [544,336], "src": [112,48], "f": 0, "t": 76, "d": [52,874], "a": 1 }, - { "px": [560,336], "src": [112,32], "f": 0, "t": 53, "d": [52,875], "a": 1 }, - { "px": [576,336], "src": [112,16], "f": 0, "t": 30, "d": [52,876], "a": 1 }, - { "px": [592,336], "src": [112,32], "f": 0, "t": 53, "d": [52,877], "a": 1 }, - { "px": [208,352], "src": [112,64], "f": 0, "t": 99, "d": [52,893], "a": 1 }, - { "px": [224,352], "src": [112,16], "f": 0, "t": 30, "d": [52,894], "a": 1 }, - { "px": [240,352], "src": [112,48], "f": 0, "t": 76, "d": [52,895], "a": 1 }, - { "px": [256,352], "src": [112,48], "f": 0, "t": 76, "d": [52,896], "a": 1 }, - { "px": [272,352], "src": [112,64], "f": 0, "t": 99, "d": [52,897], "a": 1 }, - { "px": [240,368], "src": [112,32], "f": 0, "t": 53, "d": [52,935], "a": 1 }, - { "px": [256,368], "src": [112,64], "f": 0, "t": 99, "d": [52,936], "a": 1 }, - { "px": [448,416], "src": [112,32], "f": 0, "t": 53, "d": [52,1068], "a": 1 }, - { "px": [464,416], "src": [112,16], "f": 0, "t": 30, "d": [52,1069], "a": 1 }, - { "px": [480,416], "src": [112,16], "f": 0, "t": 30, "d": [52,1070], "a": 1 }, - { "px": [448,432], "src": [112,32], "f": 0, "t": 53, "d": [52,1108], "a": 1 }, - { "px": [464,432], "src": [112,32], "f": 0, "t": 53, "d": [52,1109], "a": 1 }, - { "px": [480,432], "src": [112,32], "f": 0, "t": 53, "d": [52,1110], "a": 1 }, - { "px": [496,432], "src": [112,16], "f": 0, "t": 30, "d": [52,1111], "a": 1 }, - { "px": [512,432], "src": [112,48], "f": 0, "t": 76, "d": [52,1112], "a": 1 }, - { "px": [480,448], "src": [112,16], "f": 0, "t": 30, "d": [52,1150], "a": 1 }, - { "px": [496,448], "src": [112,48], "f": 0, "t": 76, "d": [52,1151], "a": 1 }, - { "px": [96,112], "src": [96,32], "f": 0, "t": 52, "d": [44,286], "a": 1 }, - { "px": [368,128], "src": [96,32], "f": 0, "t": 52, "d": [44,343], "a": 1 }, - { "px": [368,144], "src": [96,16], "f": 0, "t": 29, "d": [44,383], "a": 1 }, - { "px": [368,160], "src": [96,64], "f": 0, "t": 98, "d": [44,423], "a": 1 }, - { "px": [464,256], "src": [96,32], "f": 0, "t": 52, "d": [44,669], "a": 1 }, - { "px": [464,272], "src": [96,16], "f": 0, "t": 29, "d": [44,709], "a": 1 }, - { "px": [464,288], "src": [96,32], "f": 0, "t": 52, "d": [44,749], "a": 1 }, - { "px": [464,304], "src": [96,48], "f": 0, "t": 75, "d": [44,789], "a": 1 }, - { "px": [432,416], "src": [96,16], "f": 0, "t": 29, "d": [44,1067], "a": 1 }, - { "px": [144,112], "src": [128,64], "f": 0, "t": 100, "d": [45,289], "a": 1 }, - { "px": [416,144], "src": [128,48], "f": 0, "t": 77, "d": [45,386], "a": 1 }, - { "px": [112,96], "src": [112,0], "f": 0, "t": 7, "d": [46,247], "a": 1 }, - { "px": [128,96], "src": [112,0], "f": 0, "t": 7, "d": [46,248], "a": 1 }, - { "px": [384,112], "src": [112,0], "f": 0, "t": 7, "d": [46,304], "a": 1 }, - { "px": [576,192], "src": [112,0], "f": 0, "t": 7, "d": [46,516], "a": 1 }, - { "px": [592,192], "src": [112,0], "f": 0, "t": 7, "d": [46,517], "a": 1 }, - { "px": [608,192], "src": [112,0], "f": 0, "t": 7, "d": [46,518], "a": 1 }, - { "px": [624,192], "src": [112,0], "f": 0, "t": 7, "d": [46,519], "a": 1 }, - { "px": [544,208], "src": [112,0], "f": 0, "t": 7, "d": [46,554], "a": 1 }, - { "px": [512,224], "src": [112,0], "f": 0, "t": 7, "d": [46,592], "a": 1 }, - { "px": [480,240], "src": [112,0], "f": 0, "t": 7, "d": [46,630], "a": 1 }, - { "px": [144,272], "src": [112,0], "f": 0, "t": 7, "d": [46,689], "a": 1 }, - { "px": [176,288], "src": [112,0], "f": 0, "t": 7, "d": [46,731], "a": 1 }, - { "px": [192,288], "src": [112,0], "f": 0, "t": 7, "d": [46,732], "a": 1 }, - { "px": [224,304], "src": [112,0], "f": 0, "t": 7, "d": [46,774], "a": 1 }, - { "px": [448,400], "src": [112,0], "f": 0, "t": 7, "d": [46,1028], "a": 1 }, - { "px": [464,400], "src": [112,0], "f": 0, "t": 7, "d": [46,1029], "a": 1 }, - { "px": [496,416], "src": [112,0], "f": 0, "t": 7, "d": [46,1071], "a": 1 }, - { "px": [112,128], "src": [112,80], "f": 0, "t": 122, "d": [47,327], "a": 1 }, - { "px": [128,128], "src": [112,80], "f": 0, "t": 122, "d": [47,328], "a": 1 }, - { "px": [384,176], "src": [112,80], "f": 0, "t": 122, "d": [47,464], "a": 1 }, - { "px": [480,320], "src": [112,80], "f": 0, "t": 122, "d": [47,830], "a": 1 }, - { "px": [160,336], "src": [112,80], "f": 0, "t": 122, "d": [47,850], "a": 1 }, - { "px": [512,336], "src": [112,80], "f": 0, "t": 122, "d": [47,872], "a": 1 }, - { "px": [528,336], "src": [112,80], "f": 0, "t": 122, "d": [47,873], "a": 1 }, - { "px": [608,336], "src": [112,80], "f": 0, "t": 122, "d": [47,878], "a": 1 }, - { "px": [624,336], "src": [112,80], "f": 0, "t": 122, "d": [47,879], "a": 1 }, - { "px": [192,352], "src": [112,80], "f": 0, "t": 122, "d": [47,892], "a": 1 }, - { "px": [560,352], "src": [112,80], "f": 0, "t": 122, "d": [47,915], "a": 1 }, - { "px": [576,352], "src": [112,80], "f": 0, "t": 122, "d": [47,916], "a": 1 }, - { "px": [224,368], "src": [112,80], "f": 0, "t": 122, "d": [47,934], "a": 1 }, - { "px": [272,368], "src": [112,80], "f": 0, "t": 122, "d": [47,937], "a": 1 }, - { "px": [288,368], "src": [112,80], "f": 0, "t": 122, "d": [47,938], "a": 1 }, - { "px": [464,448], "src": [112,80], "f": 0, "t": 122, "d": [47,1149], "a": 1 }, - { "px": [512,448], "src": [112,80], "f": 0, "t": 122, "d": [47,1152], "a": 1 }, - { "px": [96,96], "src": [96,0], "f": 0, "t": 6, "d": [48,246], "a": 1 }, - { "px": [368,112], "src": [96,0], "f": 0, "t": 6, "d": [48,303], "a": 1 }, - { "px": [560,192], "src": [96,0], "f": 0, "t": 6, "d": [48,515], "a": 1 }, - { "px": [528,208], "src": [96,0], "f": 0, "t": 6, "d": [48,553], "a": 1 }, - { "px": [496,224], "src": [96,0], "f": 0, "t": 6, "d": [48,591], "a": 1 }, - { "px": [464,240], "src": [96,0], "f": 0, "t": 6, "d": [48,629], "a": 1 }, - { "px": [128,272], "src": [96,0], "f": 0, "t": 6, "d": [48,688], "a": 1 }, - { "px": [112,288], "src": [96,0], "f": 0, "t": 6, "d": [48,727], "a": 1 }, - { "px": [432,400], "src": [96,0], "f": 0, "t": 6, "d": [48,1027], "a": 1 }, - { "px": [144,96], "src": [128,0], "f": 0, "t": 8, "d": [49,249], "a": 1 }, - { "px": [400,112], "src": [128,0], "f": 0, "t": 8, "d": [49,305], "a": 1 }, - { "px": [416,128], "src": [128,0], "f": 0, "t": 8, "d": [49,346], "a": 1 }, - { "px": [160,272], "src": [128,0], "f": 0, "t": 8, "d": [49,690], "a": 1 }, - { "px": [208,288], "src": [128,0], "f": 0, "t": 8, "d": [49,733], "a": 1 }, - { "px": [240,304], "src": [128,0], "f": 0, "t": 8, "d": [49,775], "a": 1 }, - { "px": [256,320], "src": [128,0], "f": 0, "t": 8, "d": [49,816], "a": 1 }, - { "px": [272,336], "src": [128,0], "f": 0, "t": 8, "d": [49,857], "a": 1 }, - { "px": [288,352], "src": [128,0], "f": 0, "t": 8, "d": [49,898], "a": 1 }, - { "px": [480,400], "src": [128,0], "f": 0, "t": 8, "d": [49,1030], "a": 1 }, - { "px": [512,416], "src": [128,0], "f": 0, "t": 8, "d": [49,1072], "a": 1 }, - { "px": [528,432], "src": [128,0], "f": 0, "t": 8, "d": [49,1113], "a": 1 }, - { "px": [96,128], "src": [96,80], "f": 0, "t": 121, "d": [50,326], "a": 1 }, - { "px": [368,176], "src": [96,80], "f": 0, "t": 121, "d": [50,463], "a": 1 }, - { "px": [112,304], "src": [96,80], "f": 0, "t": 121, "d": [50,767], "a": 1 }, - { "px": [128,320], "src": [96,80], "f": 0, "t": 121, "d": [50,808], "a": 1 }, - { "px": [464,320], "src": [96,80], "f": 0, "t": 121, "d": [50,829], "a": 1 }, - { "px": [144,336], "src": [96,80], "f": 0, "t": 121, "d": [50,849], "a": 1 }, - { "px": [496,336], "src": [96,80], "f": 0, "t": 121, "d": [50,871], "a": 1 }, - { "px": [176,352], "src": [96,80], "f": 0, "t": 121, "d": [50,891], "a": 1 }, - { "px": [544,352], "src": [96,80], "f": 0, "t": 121, "d": [50,914], "a": 1 }, - { "px": [208,368], "src": [96,80], "f": 0, "t": 121, "d": [50,933], "a": 1 }, - { "px": [240,384], "src": [96,80], "f": 0, "t": 121, "d": [50,975], "a": 1 }, - { "px": [432,432], "src": [96,80], "f": 0, "t": 121, "d": [50,1107], "a": 1 }, - { "px": [448,448], "src": [96,80], "f": 0, "t": 121, "d": [50,1148], "a": 1 }, - { "px": [480,464], "src": [96,80], "f": 0, "t": 121, "d": [50,1190], "a": 1 }, - { "px": [144,128], "src": [128,80], "f": 0, "t": 123, "d": [51,329], "a": 1 }, - { "px": [416,160], "src": [128,80], "f": 0, "t": 123, "d": [51,426], "a": 1 }, - { "px": [400,176], "src": [128,80], "f": 0, "t": 123, "d": [51,465], "a": 1 }, - { "px": [592,352], "src": [128,80], "f": 0, "t": 123, "d": [51,917], "a": 1 }, - { "px": [304,368], "src": [128,80], "f": 0, "t": 123, "d": [51,939], "a": 1 }, - { "px": [256,384], "src": [128,80], "f": 0, "t": 123, "d": [51,976], "a": 1 }, - { "px": [528,448], "src": [128,80], "f": 0, "t": 123, "d": [51,1153], "a": 1 }, - { "px": [496,464], "src": [128,80], "f": 0, "t": 123, "d": [51,1191], "a": 1 }, - { "px": [528,0], "src": [272,208], "f": 0, "t": 316, "d": [54,33], "a": 1 }, - { "px": [544,0], "src": [240,192], "f": 0, "t": 291, "d": [54,34], "a": 1 }, - { "px": [560,0], "src": [272,224], "f": 0, "t": 339, "d": [54,35], "a": 1 }, - { "px": [576,0], "src": [240,288], "f": 0, "t": 429, "d": [54,36], "a": 1 }, - { "px": [592,0], "src": [240,288], "f": 0, "t": 429, "d": [54,37], "a": 1 }, - { "px": [528,16], "src": [272,192], "f": 0, "t": 293, "d": [54,73], "a": 1 }, - { "px": [544,16], "src": [240,256], "f": 0, "t": 383, "d": [54,74], "a": 1 }, - { "px": [560,16], "src": [240,256], "f": 0, "t": 383, "d": [54,75], "a": 1 }, - { "px": [576,16], "src": [240,224], "f": 0, "t": 337, "d": [54,76], "a": 1 }, - { "px": [0,32], "src": [272,192], "f": 0, "t": 293, "d": [54,80], "a": 1 }, - { "px": [16,32], "src": [240,192], "f": 0, "t": 291, "d": [54,81], "a": 1 }, - { "px": [32,32], "src": [256,256], "f": 0, "t": 384, "d": [54,82], "a": 1 }, - { "px": [48,32], "src": [240,256], "f": 0, "t": 383, "d": [54,83], "a": 1 }, - { "px": [64,32], "src": [272,240], "f": 0, "t": 362, "d": [54,84], "a": 1 }, - { "px": [80,32], "src": [240,256], "f": 0, "t": 383, "d": [54,85], "a": 1 }, - { "px": [96,32], "src": [272,192], "f": 0, "t": 293, "d": [54,86], "a": 1 }, - { "px": [112,32], "src": [240,208], "f": 0, "t": 314, "d": [54,87], "a": 1 }, - { "px": [128,32], "src": [272,240], "f": 0, "t": 362, "d": [54,88], "a": 1 }, - { "px": [144,32], "src": [240,208], "f": 0, "t": 314, "d": [54,89], "a": 1 }, - { "px": [160,32], "src": [240,192], "f": 0, "t": 291, "d": [54,90], "a": 1 }, - { "px": [176,32], "src": [240,288], "f": 0, "t": 429, "d": [54,91], "a": 1 }, - { "px": [192,32], "src": [272,240], "f": 0, "t": 362, "d": [54,92], "a": 1 }, - { "px": [208,32], "src": [240,256], "f": 0, "t": 383, "d": [54,93], "a": 1 }, - { "px": [224,32], "src": [256,256], "f": 0, "t": 384, "d": [54,94], "a": 1 }, - { "px": [240,32], "src": [256,272], "f": 0, "t": 407, "d": [54,95], "a": 1 }, - { "px": [256,32], "src": [240,256], "f": 0, "t": 383, "d": [54,96], "a": 1 }, - { "px": [272,32], "src": [272,272], "f": 0, "t": 408, "d": [54,97], "a": 1 }, - { "px": [288,32], "src": [272,256], "f": 0, "t": 385, "d": [54,98], "a": 1 }, - { "px": [304,32], "src": [272,208], "f": 0, "t": 316, "d": [54,99], "a": 1 }, - { "px": [320,32], "src": [256,256], "f": 0, "t": 384, "d": [54,100], "a": 1 }, - { "px": [336,32], "src": [240,240], "f": 0, "t": 360, "d": [54,101], "a": 1 }, - { "px": [352,32], "src": [256,272], "f": 0, "t": 407, "d": [54,102], "a": 1 }, - { "px": [368,32], "src": [256,192], "f": 0, "t": 292, "d": [54,103], "a": 1 }, - { "px": [384,32], "src": [272,224], "f": 0, "t": 339, "d": [54,104], "a": 1 }, - { "px": [400,32], "src": [272,208], "f": 0, "t": 316, "d": [54,105], "a": 1 }, - { "px": [416,32], "src": [256,224], "f": 0, "t": 338, "d": [54,106], "a": 1 }, - { "px": [432,32], "src": [256,256], "f": 0, "t": 384, "d": [54,107], "a": 1 }, - { "px": [448,32], "src": [240,192], "f": 0, "t": 291, "d": [54,108], "a": 1 }, - { "px": [464,32], "src": [240,192], "f": 0, "t": 291, "d": [54,109], "a": 1 }, - { "px": [480,32], "src": [256,240], "f": 0, "t": 361, "d": [54,110], "a": 1 }, - { "px": [496,32], "src": [240,224], "f": 0, "t": 337, "d": [54,111], "a": 1 }, - { "px": [512,32], "src": [256,192], "f": 0, "t": 292, "d": [54,112], "a": 1 }, - { "px": [528,32], "src": [256,208], "f": 0, "t": 315, "d": [54,113], "a": 1 }, - { "px": [544,32], "src": [256,240], "f": 0, "t": 361, "d": [54,114], "a": 1 }, - { "px": [560,32], "src": [272,224], "f": 0, "t": 339, "d": [54,115], "a": 1 }, - { "px": [0,48], "src": [256,288], "f": 0, "t": 430, "d": [54,120], "a": 1 }, - { "px": [16,48], "src": [240,272], "f": 0, "t": 406, "d": [54,121], "a": 1 }, - { "px": [32,48], "src": [240,256], "f": 0, "t": 383, "d": [54,122], "a": 1 }, - { "px": [48,48], "src": [272,192], "f": 0, "t": 293, "d": [54,123], "a": 1 }, - { "px": [64,48], "src": [240,288], "f": 0, "t": 429, "d": [54,124], "a": 1 }, - { "px": [80,48], "src": [272,240], "f": 0, "t": 362, "d": [54,125], "a": 1 }, - { "px": [96,48], "src": [256,240], "f": 0, "t": 361, "d": [54,126], "a": 1 }, - { "px": [112,48], "src": [240,288], "f": 0, "t": 429, "d": [54,127], "a": 1 }, - { "px": [128,48], "src": [272,240], "f": 0, "t": 362, "d": [54,128], "a": 1 }, - { "px": [144,48], "src": [256,288], "f": 0, "t": 430, "d": [54,129], "a": 1 }, - { "px": [160,48], "src": [240,288], "f": 0, "t": 429, "d": [54,130], "a": 1 }, - { "px": [176,48], "src": [256,272], "f": 0, "t": 407, "d": [54,131], "a": 1 }, - { "px": [192,48], "src": [256,272], "f": 0, "t": 407, "d": [54,132], "a": 1 }, - { "px": [208,48], "src": [240,272], "f": 0, "t": 406, "d": [54,133], "a": 1 }, - { "px": [224,48], "src": [240,240], "f": 0, "t": 360, "d": [54,134], "a": 1 }, - { "px": [240,48], "src": [240,256], "f": 0, "t": 383, "d": [54,135], "a": 1 }, - { "px": [256,48], "src": [240,272], "f": 0, "t": 406, "d": [54,136], "a": 1 }, - { "px": [272,48], "src": [256,224], "f": 0, "t": 338, "d": [54,137], "a": 1 }, - { "px": [288,48], "src": [256,240], "f": 0, "t": 361, "d": [54,138], "a": 1 }, - { "px": [304,48], "src": [240,240], "f": 0, "t": 360, "d": [54,139], "a": 1 }, - { "px": [320,48], "src": [240,240], "f": 0, "t": 360, "d": [54,140], "a": 1 }, - { "px": [336,48], "src": [256,272], "f": 0, "t": 407, "d": [54,141], "a": 1 }, - { "px": [352,48], "src": [240,192], "f": 0, "t": 291, "d": [54,142], "a": 1 }, - { "px": [368,48], "src": [256,256], "f": 0, "t": 384, "d": [54,143], "a": 1 }, - { "px": [384,48], "src": [240,208], "f": 0, "t": 314, "d": [54,144], "a": 1 }, - { "px": [400,48], "src": [272,272], "f": 0, "t": 408, "d": [54,145], "a": 1 }, - { "px": [416,48], "src": [272,272], "f": 0, "t": 408, "d": [54,146], "a": 1 }, - { "px": [432,48], "src": [240,208], "f": 0, "t": 314, "d": [54,147], "a": 1 }, - { "px": [448,48], "src": [256,240], "f": 0, "t": 361, "d": [54,148], "a": 1 }, - { "px": [464,48], "src": [272,288], "f": 0, "t": 431, "d": [54,149], "a": 1 }, - { "px": [480,48], "src": [240,208], "f": 0, "t": 314, "d": [54,150], "a": 1 }, - { "px": [496,48], "src": [256,224], "f": 0, "t": 338, "d": [54,151], "a": 1 }, - { "px": [512,48], "src": [256,224], "f": 0, "t": 338, "d": [54,152], "a": 1 }, - { "px": [528,48], "src": [256,272], "f": 0, "t": 407, "d": [54,153], "a": 1 }, - { "px": [544,48], "src": [256,208], "f": 0, "t": 315, "d": [54,154], "a": 1 }, - { "px": [32,64], "src": [272,288], "f": 0, "t": 431, "d": [54,162], "a": 1 }, - { "px": [48,64], "src": [272,256], "f": 0, "t": 385, "d": [54,163], "a": 1 }, - { "px": [528,64], "src": [240,256], "f": 0, "t": 383, "d": [54,193], "a": 1 }, - { "px": [544,64], "src": [256,192], "f": 0, "t": 292, "d": [54,194], "a": 1 }, - { "px": [32,80], "src": [256,240], "f": 0, "t": 361, "d": [54,202], "a": 1 }, - { "px": [48,80], "src": [272,288], "f": 0, "t": 431, "d": [54,203], "a": 1 }, - { "px": [528,80], "src": [272,288], "f": 0, "t": 431, "d": [54,233], "a": 1 }, - { "px": [544,80], "src": [256,256], "f": 0, "t": 384, "d": [54,234], "a": 1 }, - { "px": [560,80], "src": [240,288], "f": 0, "t": 429, "d": [54,235], "a": 1 }, - { "px": [576,80], "src": [240,192], "f": 0, "t": 291, "d": [54,236], "a": 1 }, - { "px": [592,80], "src": [256,256], "f": 0, "t": 384, "d": [54,237], "a": 1 }, - { "px": [608,80], "src": [272,224], "f": 0, "t": 339, "d": [54,238], "a": 1 }, - { "px": [624,80], "src": [240,240], "f": 0, "t": 360, "d": [54,239], "a": 1 }, - { "px": [32,96], "src": [256,288], "f": 0, "t": 430, "d": [54,242], "a": 1 }, - { "px": [48,96], "src": [256,192], "f": 0, "t": 292, "d": [54,243], "a": 1 }, - { "px": [528,96], "src": [256,224], "f": 0, "t": 338, "d": [54,273], "a": 1 }, - { "px": [544,96], "src": [240,208], "f": 0, "t": 314, "d": [54,274], "a": 1 }, - { "px": [560,96], "src": [256,192], "f": 0, "t": 292, "d": [54,275], "a": 1 }, - { "px": [576,96], "src": [240,256], "f": 0, "t": 383, "d": [54,276], "a": 1 }, - { "px": [592,96], "src": [256,208], "f": 0, "t": 315, "d": [54,277], "a": 1 }, - { "px": [608,96], "src": [272,240], "f": 0, "t": 362, "d": [54,278], "a": 1 }, - { "px": [624,96], "src": [256,192], "f": 0, "t": 292, "d": [54,279], "a": 1 }, - { "px": [32,112], "src": [272,240], "f": 0, "t": 362, "d": [54,282], "a": 1 }, - { "px": [48,112], "src": [240,224], "f": 0, "t": 337, "d": [54,283], "a": 1 }, - { "px": [528,112], "src": [272,224], "f": 0, "t": 339, "d": [54,313], "a": 1 }, - { "px": [544,112], "src": [240,272], "f": 0, "t": 406, "d": [54,314], "a": 1 }, - { "px": [32,128], "src": [272,272], "f": 0, "t": 408, "d": [54,322], "a": 1 }, - { "px": [48,128], "src": [256,224], "f": 0, "t": 338, "d": [54,323], "a": 1 }, - { "px": [528,128], "src": [240,224], "f": 0, "t": 337, "d": [54,353], "a": 1 }, - { "px": [544,128], "src": [256,272], "f": 0, "t": 407, "d": [54,354], "a": 1 }, - { "px": [528,144], "src": [240,192], "f": 0, "t": 291, "d": [54,393], "a": 1 }, - { "px": [544,144], "src": [240,224], "f": 0, "t": 337, "d": [54,394], "a": 1 }, - { "px": [224,160], "src": [272,208], "f": 0, "t": 316, "d": [54,414], "a": 1 }, - { "px": [240,160], "src": [272,208], "f": 0, "t": 316, "d": [54,415], "a": 1 }, - { "px": [528,160], "src": [272,272], "f": 0, "t": 408, "d": [54,433], "a": 1 }, - { "px": [544,160], "src": [272,256], "f": 0, "t": 385, "d": [54,434], "a": 1 }, - { "px": [224,176], "src": [272,272], "f": 0, "t": 408, "d": [54,454], "a": 1 }, - { "px": [240,176], "src": [256,272], "f": 0, "t": 407, "d": [54,455], "a": 1 }, - { "px": [256,176], "src": [240,192], "f": 0, "t": 291, "d": [54,456], "a": 1 }, - { "px": [528,176], "src": [272,288], "f": 0, "t": 431, "d": [54,473], "a": 1 }, - { "px": [544,176], "src": [256,192], "f": 0, "t": 292, "d": [54,474], "a": 1 }, - { "px": [224,192], "src": [272,272], "f": 0, "t": 408, "d": [54,494], "a": 1 }, - { "px": [240,192], "src": [240,240], "f": 0, "t": 360, "d": [54,495], "a": 1 }, - { "px": [256,192], "src": [272,256], "f": 0, "t": 385, "d": [54,496], "a": 1 }, - { "px": [272,192], "src": [256,208], "f": 0, "t": 315, "d": [54,497], "a": 1 }, - { "px": [288,192], "src": [256,288], "f": 0, "t": 430, "d": [54,498], "a": 1 }, - { "px": [304,192], "src": [240,224], "f": 0, "t": 337, "d": [54,499], "a": 1 }, - { "px": [528,192], "src": [240,256], "f": 0, "t": 383, "d": [54,513], "a": 1 }, - { "px": [544,192], "src": [272,272], "f": 0, "t": 408, "d": [54,514], "a": 1 }, - { "px": [240,208], "src": [256,208], "f": 0, "t": 315, "d": [54,535], "a": 1 }, - { "px": [256,208], "src": [272,224], "f": 0, "t": 339, "d": [54,536], "a": 1 }, - { "px": [272,208], "src": [272,208], "f": 0, "t": 316, "d": [54,537], "a": 1 }, - { "px": [288,208], "src": [256,224], "f": 0, "t": 338, "d": [54,538], "a": 1 }, - { "px": [304,208], "src": [272,192], "f": 0, "t": 293, "d": [54,539], "a": 1 }, - { "px": [320,208], "src": [240,192], "f": 0, "t": 291, "d": [54,540], "a": 1 }, - { "px": [336,208], "src": [240,208], "f": 0, "t": 314, "d": [54,541], "a": 1 }, - { "px": [256,224], "src": [272,240], "f": 0, "t": 362, "d": [54,576], "a": 1 }, - { "px": [272,224], "src": [240,288], "f": 0, "t": 429, "d": [54,577], "a": 1 }, - { "px": [288,224], "src": [256,192], "f": 0, "t": 292, "d": [54,578], "a": 1 }, - { "px": [304,224], "src": [272,256], "f": 0, "t": 385, "d": [54,579], "a": 1 }, - { "px": [320,224], "src": [272,240], "f": 0, "t": 362, "d": [54,580], "a": 1 }, - { "px": [336,224], "src": [240,192], "f": 0, "t": 291, "d": [54,581], "a": 1 }, - { "px": [352,224], "src": [240,192], "f": 0, "t": 291, "d": [54,582], "a": 1 }, - { "px": [256,240], "src": [256,288], "f": 0, "t": 430, "d": [54,616], "a": 1 }, - { "px": [272,240], "src": [256,240], "f": 0, "t": 361, "d": [54,617], "a": 1 }, - { "px": [288,240], "src": [256,192], "f": 0, "t": 292, "d": [54,618], "a": 1 }, - { "px": [304,240], "src": [240,224], "f": 0, "t": 337, "d": [54,619], "a": 1 }, - { "px": [320,240], "src": [272,256], "f": 0, "t": 385, "d": [54,620], "a": 1 }, - { "px": [336,240], "src": [240,192], "f": 0, "t": 291, "d": [54,621], "a": 1 }, - { "px": [352,240], "src": [272,192], "f": 0, "t": 293, "d": [54,622], "a": 1 }, - { "px": [288,256], "src": [240,208], "f": 0, "t": 314, "d": [54,658], "a": 1 }, - { "px": [304,256], "src": [256,192], "f": 0, "t": 292, "d": [54,659], "a": 1 }, - { "px": [320,256], "src": [272,224], "f": 0, "t": 339, "d": [54,660], "a": 1 }, - { "px": [336,256], "src": [272,224], "f": 0, "t": 339, "d": [54,661], "a": 1 }, - { "px": [0,368], "src": [272,256], "f": 0, "t": 385, "d": [54,920], "a": 1 }, - { "px": [16,368], "src": [240,272], "f": 0, "t": 406, "d": [54,921], "a": 1 }, - { "px": [32,368], "src": [256,272], "f": 0, "t": 407, "d": [54,922], "a": 1 }, - { "px": [48,368], "src": [272,192], "f": 0, "t": 293, "d": [54,923], "a": 1 }, - { "px": [64,368], "src": [256,288], "f": 0, "t": 430, "d": [54,924], "a": 1 }, - { "px": [0,384], "src": [256,240], "f": 0, "t": 361, "d": [54,960], "a": 1 }, - { "px": [16,384], "src": [240,256], "f": 0, "t": 383, "d": [54,961], "a": 1 }, - { "px": [32,384], "src": [272,192], "f": 0, "t": 293, "d": [54,962], "a": 1 }, - { "px": [48,384], "src": [272,208], "f": 0, "t": 316, "d": [54,963], "a": 1 }, - { "px": [64,384], "src": [240,256], "f": 0, "t": 383, "d": [54,964], "a": 1 }, - { "px": [80,384], "src": [256,272], "f": 0, "t": 407, "d": [54,965], "a": 1 }, - { "px": [96,384], "src": [272,224], "f": 0, "t": 339, "d": [54,966], "a": 1 }, - { "px": [112,384], "src": [240,240], "f": 0, "t": 360, "d": [54,967], "a": 1 }, - { "px": [48,400], "src": [272,192], "f": 0, "t": 293, "d": [54,1003], "a": 1 }, - { "px": [64,400], "src": [256,240], "f": 0, "t": 361, "d": [54,1004], "a": 1 }, - { "px": [80,400], "src": [240,288], "f": 0, "t": 429, "d": [54,1005], "a": 1 }, - { "px": [96,400], "src": [256,288], "f": 0, "t": 430, "d": [54,1006], "a": 1 }, - { "px": [112,400], "src": [240,224], "f": 0, "t": 337, "d": [54,1007], "a": 1 }, - { "px": [128,400], "src": [240,240], "f": 0, "t": 360, "d": [54,1008], "a": 1 }, - { "px": [144,400], "src": [240,192], "f": 0, "t": 291, "d": [54,1009], "a": 1 }, - { "px": [64,416], "src": [240,256], "f": 0, "t": 383, "d": [54,1044], "a": 1 }, - { "px": [80,416], "src": [256,208], "f": 0, "t": 315, "d": [54,1045], "a": 1 }, - { "px": [96,416], "src": [272,272], "f": 0, "t": 408, "d": [54,1046], "a": 1 }, - { "px": [112,416], "src": [272,208], "f": 0, "t": 316, "d": [54,1047], "a": 1 }, - { "px": [128,416], "src": [256,208], "f": 0, "t": 315, "d": [54,1048], "a": 1 }, - { "px": [144,416], "src": [240,192], "f": 0, "t": 291, "d": [54,1049], "a": 1 }, - { "px": [160,416], "src": [272,240], "f": 0, "t": 362, "d": [54,1050], "a": 1 }, - { "px": [176,416], "src": [272,272], "f": 0, "t": 408, "d": [54,1051], "a": 1 }, - { "px": [192,416], "src": [256,240], "f": 0, "t": 361, "d": [54,1052], "a": 1 }, - { "px": [96,432], "src": [256,288], "f": 0, "t": 430, "d": [54,1086], "a": 1 }, - { "px": [112,432], "src": [272,240], "f": 0, "t": 362, "d": [54,1087], "a": 1 }, - { "px": [128,432], "src": [256,208], "f": 0, "t": 315, "d": [54,1088], "a": 1 }, - { "px": [144,432], "src": [240,288], "f": 0, "t": 429, "d": [54,1089], "a": 1 }, - { "px": [160,432], "src": [256,240], "f": 0, "t": 361, "d": [54,1090], "a": 1 }, - { "px": [176,432], "src": [272,240], "f": 0, "t": 362, "d": [54,1091], "a": 1 }, - { "px": [192,432], "src": [256,208], "f": 0, "t": 315, "d": [54,1092], "a": 1 }, - { "px": [208,432], "src": [256,240], "f": 0, "t": 361, "d": [54,1093], "a": 1 }, - { "px": [224,432], "src": [256,272], "f": 0, "t": 407, "d": [54,1094], "a": 1 }, - { "px": [240,432], "src": [272,288], "f": 0, "t": 431, "d": [54,1095], "a": 1 }, - { "px": [144,448], "src": [256,272], "f": 0, "t": 407, "d": [54,1129], "a": 1 }, - { "px": [160,448], "src": [272,224], "f": 0, "t": 339, "d": [54,1130], "a": 1 }, - { "px": [176,448], "src": [272,240], "f": 0, "t": 362, "d": [54,1131], "a": 1 }, - { "px": [192,448], "src": [272,208], "f": 0, "t": 316, "d": [54,1132], "a": 1 }, - { "px": [208,448], "src": [256,208], "f": 0, "t": 315, "d": [54,1133], "a": 1 }, - { "px": [224,448], "src": [240,208], "f": 0, "t": 314, "d": [54,1134], "a": 1 }, - { "px": [240,448], "src": [240,192], "f": 0, "t": 291, "d": [54,1135], "a": 1 }, - { "px": [256,448], "src": [256,240], "f": 0, "t": 361, "d": [54,1136], "a": 1 }, - { "px": [272,448], "src": [256,272], "f": 0, "t": 407, "d": [54,1137], "a": 1 }, - { "px": [192,464], "src": [272,288], "f": 0, "t": 431, "d": [54,1172], "a": 1 }, - { "px": [208,464], "src": [272,192], "f": 0, "t": 293, "d": [54,1173], "a": 1 }, - { "px": [224,464], "src": [272,256], "f": 0, "t": 385, "d": [54,1174], "a": 1 }, - { "px": [240,464], "src": [272,288], "f": 0, "t": 431, "d": [54,1175], "a": 1 }, - { "px": [256,464], "src": [272,256], "f": 0, "t": 385, "d": [54,1176], "a": 1 }, - { "px": [272,464], "src": [272,192], "f": 0, "t": 293, "d": [54,1177], "a": 1 }, - { "px": [288,464], "src": [256,208], "f": 0, "t": 315, "d": [54,1178], "a": 1 }, - { "px": [304,464], "src": [256,224], "f": 0, "t": 338, "d": [54,1179], "a": 1 }, - { "px": [320,464], "src": [272,208], "f": 0, "t": 316, "d": [54,1180], "a": 1 }, - { "px": [240,480], "src": [240,240], "f": 0, "t": 360, "d": [54,1215], "a": 1 }, - { "px": [256,480], "src": [256,208], "f": 0, "t": 315, "d": [54,1216], "a": 1 }, - { "px": [272,480], "src": [240,256], "f": 0, "t": 383, "d": [54,1217], "a": 1 }, - { "px": [288,480], "src": [240,256], "f": 0, "t": 383, "d": [54,1218], "a": 1 }, - { "px": [304,480], "src": [272,256], "f": 0, "t": 385, "d": [54,1219], "a": 1 }, - { "px": [320,480], "src": [240,240], "f": 0, "t": 360, "d": [54,1220], "a": 1 }, - { "px": [336,480], "src": [256,272], "f": 0, "t": 407, "d": [54,1221], "a": 1 }, - { "px": [352,480], "src": [272,192], "f": 0, "t": 293, "d": [54,1222], "a": 1 }, - { "px": [368,480], "src": [256,224], "f": 0, "t": 338, "d": [54,1223], "a": 1 }, - { "px": [288,496], "src": [272,240], "f": 0, "t": 362, "d": [54,1258], "a": 1 }, - { "px": [304,496], "src": [240,208], "f": 0, "t": 314, "d": [54,1259], "a": 1 }, - { "px": [320,496], "src": [240,272], "f": 0, "t": 406, "d": [54,1260], "a": 1 }, - { "px": [336,496], "src": [256,192], "f": 0, "t": 292, "d": [54,1261], "a": 1 }, - { "px": [352,496], "src": [240,288], "f": 0, "t": 429, "d": [54,1262], "a": 1 }, - { "px": [368,496], "src": [272,272], "f": 0, "t": 408, "d": [54,1263], "a": 1 }, - { "px": [384,496], "src": [272,192], "f": 0, "t": 293, "d": [54,1264], "a": 1 }, - { "px": [400,496], "src": [256,192], "f": 0, "t": 292, "d": [54,1265], "a": 1 }, - { "px": [416,496], "src": [272,192], "f": 0, "t": 293, "d": [54,1266], "a": 1 }, - { "px": [592,0], "src": [16,0], "f": 0, "t": 1, "d": [57,37], "a": 1 }, - { "px": [576,16], "src": [144,144], "f": 0, "t": 216, "d": [57,76], "a": 1 }, - { "px": [560,32], "src": [16,48], "f": 0, "t": 70, "d": [57,115], "a": 1 }, - { "px": [0,48], "src": [80,144], "f": 0, "t": 212, "d": [57,120], "a": 1 }, - { "px": [16,48], "src": [16,0], "f": 0, "t": 1, "d": [57,121], "a": 1 }, - { "px": [64,48], "src": [16,0], "f": 0, "t": 1, "d": [57,124], "a": 1 }, - { "px": [80,48], "src": [144,144], "f": 0, "t": 216, "d": [57,125], "a": 1 }, - { "px": [96,48], "src": [80,144], "f": 0, "t": 212, "d": [57,126], "a": 1 }, - { "px": [112,48], "src": [96,144], "f": 0, "t": 213, "d": [57,127], "a": 1 }, - { "px": [128,48], "src": [16,0], "f": 0, "t": 1, "d": [57,128], "a": 1 }, - { "px": [144,48], "src": [96,144], "f": 0, "t": 213, "d": [57,129], "a": 1 }, - { "px": [160,48], "src": [80,144], "f": 0, "t": 212, "d": [57,130], "a": 1 }, - { "px": [176,48], "src": [144,144], "f": 0, "t": 216, "d": [57,131], "a": 1 }, - { "px": [192,48], "src": [16,0], "f": 0, "t": 1, "d": [57,132], "a": 1 }, - { "px": [208,48], "src": [16,0], "f": 0, "t": 1, "d": [57,133], "a": 1 }, - { "px": [224,48], "src": [96,144], "f": 0, "t": 213, "d": [57,134], "a": 1 }, - { "px": [240,48], "src": [112,144], "f": 0, "t": 214, "d": [57,135], "a": 1 }, - { "px": [256,48], "src": [16,48], "f": 0, "t": 70, "d": [57,136], "a": 1 }, - { "px": [272,48], "src": [96,144], "f": 0, "t": 213, "d": [57,137], "a": 1 }, - { "px": [288,48], "src": [128,144], "f": 0, "t": 215, "d": [57,138], "a": 1 }, - { "px": [304,48], "src": [80,144], "f": 0, "t": 212, "d": [57,139], "a": 1 }, - { "px": [320,48], "src": [128,144], "f": 0, "t": 215, "d": [57,140], "a": 1 }, - { "px": [336,48], "src": [80,144], "f": 0, "t": 212, "d": [57,141], "a": 1 }, - { "px": [352,48], "src": [80,144], "f": 0, "t": 212, "d": [57,142], "a": 1 }, - { "px": [368,48], "src": [80,144], "f": 0, "t": 212, "d": [57,143], "a": 1 }, - { "px": [384,48], "src": [128,144], "f": 0, "t": 215, "d": [57,144], "a": 1 }, - { "px": [400,48], "src": [16,48], "f": 0, "t": 70, "d": [57,145], "a": 1 }, - { "px": [416,48], "src": [80,144], "f": 0, "t": 212, "d": [57,146], "a": 1 }, - { "px": [432,48], "src": [16,48], "f": 0, "t": 70, "d": [57,147], "a": 1 }, - { "px": [448,48], "src": [96,144], "f": 0, "t": 213, "d": [57,148], "a": 1 }, - { "px": [464,48], "src": [96,144], "f": 0, "t": 213, "d": [57,149], "a": 1 }, - { "px": [480,48], "src": [96,144], "f": 0, "t": 213, "d": [57,150], "a": 1 }, - { "px": [496,48], "src": [144,144], "f": 0, "t": 216, "d": [57,151], "a": 1 }, - { "px": [512,48], "src": [16,0], "f": 0, "t": 1, "d": [57,152], "a": 1 }, - { "px": [560,96], "src": [96,144], "f": 0, "t": 213, "d": [57,275], "a": 1 }, - { "px": [576,96], "src": [80,144], "f": 0, "t": 212, "d": [57,276], "a": 1 }, - { "px": [592,96], "src": [16,0], "f": 0, "t": 1, "d": [57,277], "a": 1 }, - { "px": [608,96], "src": [112,144], "f": 0, "t": 214, "d": [57,278], "a": 1 }, - { "px": [624,96], "src": [144,144], "f": 0, "t": 216, "d": [57,279], "a": 1 }, - { "px": [32,128], "src": [112,144], "f": 0, "t": 214, "d": [57,322], "a": 1 }, - { "px": [48,128], "src": [112,144], "f": 0, "t": 214, "d": [57,323], "a": 1 }, - { "px": [224,192], "src": [16,48], "f": 0, "t": 70, "d": [57,494], "a": 1 }, - { "px": [528,192], "src": [96,144], "f": 0, "t": 213, "d": [57,513], "a": 1 }, - { "px": [544,192], "src": [144,144], "f": 0, "t": 216, "d": [57,514], "a": 1 }, - { "px": [240,208], "src": [80,144], "f": 0, "t": 212, "d": [57,535], "a": 1 }, - { "px": [256,240], "src": [144,144], "f": 0, "t": 216, "d": [57,616], "a": 1 }, - { "px": [272,240], "src": [80,144], "f": 0, "t": 212, "d": [57,617], "a": 1 }, - { "px": [352,240], "src": [144,144], "f": 0, "t": 216, "d": [57,622], "a": 1 }, - { "px": [288,256], "src": [112,144], "f": 0, "t": 214, "d": [57,658], "a": 1 }, - { "px": [304,256], "src": [16,48], "f": 0, "t": 70, "d": [57,659], "a": 1 }, - { "px": [320,256], "src": [144,144], "f": 0, "t": 216, "d": [57,660], "a": 1 }, - { "px": [336,256], "src": [96,144], "f": 0, "t": 213, "d": [57,661], "a": 1 }, - { "px": [0,384], "src": [80,144], "f": 0, "t": 212, "d": [57,960], "a": 1 }, - { "px": [16,384], "src": [112,144], "f": 0, "t": 214, "d": [57,961], "a": 1 }, - { "px": [32,384], "src": [16,48], "f": 0, "t": 70, "d": [57,962], "a": 1 }, - { "px": [48,400], "src": [128,144], "f": 0, "t": 215, "d": [57,1003], "a": 1 }, - { "px": [64,416], "src": [96,144], "f": 0, "t": 213, "d": [57,1044], "a": 1 }, - { "px": [80,416], "src": [16,0], "f": 0, "t": 1, "d": [57,1045], "a": 1 }, - { "px": [96,432], "src": [144,144], "f": 0, "t": 216, "d": [57,1086], "a": 1 }, - { "px": [112,432], "src": [16,48], "f": 0, "t": 70, "d": [57,1087], "a": 1 }, - { "px": [128,432], "src": [112,144], "f": 0, "t": 214, "d": [57,1088], "a": 1 }, - { "px": [144,448], "src": [96,144], "f": 0, "t": 213, "d": [57,1129], "a": 1 }, - { "px": [160,448], "src": [112,144], "f": 0, "t": 214, "d": [57,1130], "a": 1 }, - { "px": [176,448], "src": [112,144], "f": 0, "t": 214, "d": [57,1131], "a": 1 }, - { "px": [192,464], "src": [144,144], "f": 0, "t": 216, "d": [57,1172], "a": 1 }, - { "px": [208,464], "src": [144,144], "f": 0, "t": 216, "d": [57,1173], "a": 1 }, - { "px": [224,464], "src": [144,144], "f": 0, "t": 216, "d": [57,1174], "a": 1 }, - { "px": [240,480], "src": [112,144], "f": 0, "t": 214, "d": [57,1215], "a": 1 }, - { "px": [256,480], "src": [16,0], "f": 0, "t": 1, "d": [57,1216], "a": 1 }, - { "px": [272,480], "src": [16,0], "f": 0, "t": 1, "d": [57,1217], "a": 1 }, - { "px": [0,32], "src": [16,32], "f": 0, "t": 47, "d": [58,80], "a": 1 }, - { "px": [16,32], "src": [128,128], "f": 0, "t": 192, "d": [58,81], "a": 1 }, - { "px": [32,32], "src": [128,128], "f": 0, "t": 192, "d": [58,82], "a": 1 }, - { "px": [48,32], "src": [16,32], "f": 0, "t": 47, "d": [58,83], "a": 1 }, - { "px": [64,32], "src": [144,128], "f": 0, "t": 193, "d": [58,84], "a": 1 }, - { "px": [80,32], "src": [80,128], "f": 0, "t": 189, "d": [58,85], "a": 1 }, - { "px": [96,32], "src": [16,80], "f": 0, "t": 116, "d": [58,86], "a": 1 }, - { "px": [112,32], "src": [16,80], "f": 0, "t": 116, "d": [58,87], "a": 1 }, - { "px": [128,32], "src": [80,128], "f": 0, "t": 189, "d": [58,88], "a": 1 }, - { "px": [144,32], "src": [80,128], "f": 0, "t": 189, "d": [58,89], "a": 1 }, - { "px": [160,32], "src": [112,128], "f": 0, "t": 191, "d": [58,90], "a": 1 }, - { "px": [176,32], "src": [16,80], "f": 0, "t": 116, "d": [58,91], "a": 1 }, - { "px": [192,32], "src": [128,128], "f": 0, "t": 192, "d": [58,92], "a": 1 }, - { "px": [208,32], "src": [96,128], "f": 0, "t": 190, "d": [58,93], "a": 1 }, - { "px": [224,32], "src": [144,128], "f": 0, "t": 193, "d": [58,94], "a": 1 }, - { "px": [240,32], "src": [80,128], "f": 0, "t": 189, "d": [58,95], "a": 1 }, - { "px": [256,32], "src": [16,80], "f": 0, "t": 116, "d": [58,96], "a": 1 }, - { "px": [272,32], "src": [16,80], "f": 0, "t": 116, "d": [58,97], "a": 1 }, - { "px": [288,32], "src": [16,80], "f": 0, "t": 116, "d": [58,98], "a": 1 }, - { "px": [304,32], "src": [128,128], "f": 0, "t": 192, "d": [58,99], "a": 1 }, - { "px": [320,32], "src": [16,80], "f": 0, "t": 116, "d": [58,100], "a": 1 }, - { "px": [336,32], "src": [144,128], "f": 0, "t": 193, "d": [58,101], "a": 1 }, - { "px": [352,32], "src": [16,80], "f": 0, "t": 116, "d": [58,102], "a": 1 }, - { "px": [368,32], "src": [16,80], "f": 0, "t": 116, "d": [58,103], "a": 1 }, - { "px": [384,32], "src": [16,32], "f": 0, "t": 47, "d": [58,104], "a": 1 }, - { "px": [400,32], "src": [128,128], "f": 0, "t": 192, "d": [58,105], "a": 1 }, - { "px": [416,32], "src": [16,80], "f": 0, "t": 116, "d": [58,106], "a": 1 }, - { "px": [432,32], "src": [144,128], "f": 0, "t": 193, "d": [58,107], "a": 1 }, - { "px": [448,32], "src": [112,128], "f": 0, "t": 191, "d": [58,108], "a": 1 }, - { "px": [464,32], "src": [128,128], "f": 0, "t": 192, "d": [58,109], "a": 1 }, - { "px": [480,32], "src": [16,80], "f": 0, "t": 116, "d": [58,110], "a": 1 }, - { "px": [496,32], "src": [112,128], "f": 0, "t": 191, "d": [58,111], "a": 1 }, - { "px": [512,32], "src": [112,128], "f": 0, "t": 191, "d": [58,112], "a": 1 }, - { "px": [560,80], "src": [144,128], "f": 0, "t": 193, "d": [58,235], "a": 1 }, - { "px": [576,80], "src": [112,128], "f": 0, "t": 191, "d": [58,236], "a": 1 }, - { "px": [592,80], "src": [128,128], "f": 0, "t": 192, "d": [58,237], "a": 1 }, - { "px": [608,80], "src": [16,80], "f": 0, "t": 116, "d": [58,238], "a": 1 }, - { "px": [624,80], "src": [16,32], "f": 0, "t": 47, "d": [58,239], "a": 1 }, - { "px": [224,160], "src": [128,128], "f": 0, "t": 192, "d": [58,414], "a": 1 }, - { "px": [240,160], "src": [96,128], "f": 0, "t": 190, "d": [58,415], "a": 1 }, - { "px": [256,176], "src": [96,128], "f": 0, "t": 190, "d": [58,456], "a": 1 }, - { "px": [272,192], "src": [16,80], "f": 0, "t": 116, "d": [58,497], "a": 1 }, - { "px": [288,192], "src": [16,80], "f": 0, "t": 116, "d": [58,498], "a": 1 }, - { "px": [304,192], "src": [144,128], "f": 0, "t": 193, "d": [58,499], "a": 1 }, - { "px": [320,208], "src": [144,128], "f": 0, "t": 193, "d": [58,540], "a": 1 }, - { "px": [336,208], "src": [96,128], "f": 0, "t": 190, "d": [58,541], "a": 1 }, - { "px": [352,224], "src": [112,128], "f": 0, "t": 191, "d": [58,582], "a": 1 }, - { "px": [0,368], "src": [96,128], "f": 0, "t": 190, "d": [58,920], "a": 1 }, - { "px": [16,368], "src": [112,128], "f": 0, "t": 191, "d": [58,921], "a": 1 }, - { "px": [32,368], "src": [16,80], "f": 0, "t": 116, "d": [58,922], "a": 1 }, - { "px": [48,368], "src": [96,128], "f": 0, "t": 190, "d": [58,923], "a": 1 }, - { "px": [64,368], "src": [16,32], "f": 0, "t": 47, "d": [58,924], "a": 1 }, - { "px": [80,384], "src": [112,128], "f": 0, "t": 191, "d": [58,965], "a": 1 }, - { "px": [96,384], "src": [144,128], "f": 0, "t": 193, "d": [58,966], "a": 1 }, - { "px": [112,384], "src": [80,128], "f": 0, "t": 189, "d": [58,967], "a": 1 }, - { "px": [128,400], "src": [112,128], "f": 0, "t": 191, "d": [58,1008], "a": 1 }, - { "px": [144,400], "src": [112,128], "f": 0, "t": 191, "d": [58,1009], "a": 1 }, - { "px": [160,416], "src": [128,128], "f": 0, "t": 192, "d": [58,1050], "a": 1 }, - { "px": [176,416], "src": [16,80], "f": 0, "t": 116, "d": [58,1051], "a": 1 }, - { "px": [192,416], "src": [112,128], "f": 0, "t": 191, "d": [58,1052], "a": 1 }, - { "px": [208,432], "src": [128,128], "f": 0, "t": 192, "d": [58,1093], "a": 1 }, - { "px": [224,432], "src": [16,32], "f": 0, "t": 47, "d": [58,1094], "a": 1 }, - { "px": [240,432], "src": [112,128], "f": 0, "t": 191, "d": [58,1095], "a": 1 }, - { "px": [256,448], "src": [16,32], "f": 0, "t": 47, "d": [58,1136], "a": 1 }, - { "px": [272,448], "src": [144,128], "f": 0, "t": 193, "d": [58,1137], "a": 1 }, - { "px": [288,464], "src": [96,128], "f": 0, "t": 190, "d": [58,1178], "a": 1 }, - { "px": [304,464], "src": [112,128], "f": 0, "t": 191, "d": [58,1179], "a": 1 }, - { "px": [320,464], "src": [144,128], "f": 0, "t": 193, "d": [58,1180], "a": 1 }, - { "px": [336,480], "src": [128,128], "f": 0, "t": 192, "d": [58,1221], "a": 1 }, - { "px": [352,480], "src": [16,32], "f": 0, "t": 47, "d": [58,1222], "a": 1 }, - { "px": [368,480], "src": [80,128], "f": 0, "t": 189, "d": [58,1223], "a": 1 }, - { "px": [384,496], "src": [112,128], "f": 0, "t": 191, "d": [58,1264], "a": 1 }, - { "px": [400,496], "src": [16,80], "f": 0, "t": 116, "d": [58,1265], "a": 1 }, - { "px": [416,496], "src": [80,128], "f": 0, "t": 189, "d": [58,1266], "a": 1 }, - { "px": [528,0], "src": [64,16], "f": 0, "t": 27, "d": [59,33], "a": 1 }, - { "px": [528,16], "src": [64,0], "f": 0, "t": 4, "d": [59,73], "a": 1 }, - { "px": [32,64], "src": [64,0], "f": 0, "t": 4, "d": [59,162], "a": 1 }, - { "px": [528,64], "src": [64,64], "f": 0, "t": 96, "d": [59,193], "a": 1 }, - { "px": [32,80], "src": [64,48], "f": 0, "t": 73, "d": [59,202], "a": 1 }, - { "px": [528,80], "src": [64,48], "f": 0, "t": 73, "d": [59,233], "a": 1 }, - { "px": [32,96], "src": [64,64], "f": 0, "t": 96, "d": [59,242], "a": 1 }, - { "px": [528,96], "src": [64,64], "f": 0, "t": 96, "d": [59,273], "a": 1 }, - { "px": [32,112], "src": [64,0], "f": 0, "t": 4, "d": [59,282], "a": 1 }, - { "px": [528,112], "src": [64,64], "f": 0, "t": 96, "d": [59,313], "a": 1 }, - { "px": [32,128], "src": [64,0], "f": 0, "t": 4, "d": [59,322], "a": 1 }, - { "px": [528,128], "src": [64,16], "f": 0, "t": 27, "d": [59,353], "a": 1 }, - { "px": [528,144], "src": [64,16], "f": 0, "t": 27, "d": [59,393], "a": 1 }, - { "px": [224,160], "src": [32,64], "f": 0, "t": 94, "d": [59,414], "a": 1 }, - { "px": [528,160], "src": [64,32], "f": 0, "t": 50, "d": [59,433], "a": 1 }, - { "px": [224,176], "src": [64,64], "f": 0, "t": 96, "d": [59,454], "a": 1 }, - { "px": [528,176], "src": [64,16], "f": 0, "t": 27, "d": [59,473], "a": 1 }, - { "px": [224,192], "src": [64,64], "f": 0, "t": 96, "d": [59,494], "a": 1 }, - { "px": [528,192], "src": [64,32], "f": 0, "t": 50, "d": [59,513], "a": 1 }, - { "px": [240,208], "src": [64,16], "f": 0, "t": 27, "d": [59,535], "a": 1 }, - { "px": [256,224], "src": [64,64], "f": 0, "t": 96, "d": [59,576], "a": 1 }, - { "px": [256,240], "src": [64,16], "f": 0, "t": 27, "d": [59,616], "a": 1 }, - { "px": [288,256], "src": [64,0], "f": 0, "t": 4, "d": [59,658], "a": 1 }, - { "px": [48,400], "src": [64,32], "f": 0, "t": 50, "d": [59,1003], "a": 1 }, - { "px": [64,416], "src": [64,48], "f": 0, "t": 73, "d": [59,1044], "a": 1 }, - { "px": [96,432], "src": [64,64], "f": 0, "t": 96, "d": [59,1086], "a": 1 }, - { "px": [144,448], "src": [32,64], "f": 0, "t": 94, "d": [59,1129], "a": 1 }, - { "px": [192,464], "src": [64,64], "f": 0, "t": 96, "d": [59,1172], "a": 1 }, - { "px": [240,480], "src": [64,16], "f": 0, "t": 27, "d": [59,1215], "a": 1 }, - { "px": [288,496], "src": [64,32], "f": 0, "t": 50, "d": [59,1258], "a": 1 }, - { "px": [592,0], "src": [80,64], "f": 0, "t": 97, "d": [60,37], "a": 1 }, - { "px": [576,16], "src": [80,64], "f": 0, "t": 97, "d": [60,76], "a": 1 }, - { "px": [560,32], "src": [0,16], "f": 0, "t": 23, "d": [60,115], "a": 1 }, - { "px": [544,48], "src": [80,16], "f": 0, "t": 28, "d": [60,154], "a": 1 }, - { "px": [48,64], "src": [80,0], "f": 0, "t": 5, "d": [60,163], "a": 1 }, - { "px": [544,64], "src": [80,32], "f": 0, "t": 51, "d": [60,194], "a": 1 }, - { "px": [48,80], "src": [0,64], "f": 0, "t": 92, "d": [60,203], "a": 1 }, - { "px": [48,96], "src": [80,16], "f": 0, "t": 28, "d": [60,243], "a": 1 }, - { "px": [48,112], "src": [80,48], "f": 0, "t": 74, "d": [60,283], "a": 1 }, - { "px": [544,112], "src": [80,32], "f": 0, "t": 51, "d": [60,314], "a": 1 }, - { "px": [48,128], "src": [80,0], "f": 0, "t": 5, "d": [60,323], "a": 1 }, - { "px": [544,128], "src": [80,16], "f": 0, "t": 28, "d": [60,354], "a": 1 }, - { "px": [544,144], "src": [80,16], "f": 0, "t": 28, "d": [60,394], "a": 1 }, - { "px": [240,160], "src": [80,48], "f": 0, "t": 74, "d": [60,415], "a": 1 }, - { "px": [544,160], "src": [80,32], "f": 0, "t": 51, "d": [60,434], "a": 1 }, - { "px": [256,176], "src": [80,16], "f": 0, "t": 28, "d": [60,456], "a": 1 }, - { "px": [544,176], "src": [0,16], "f": 0, "t": 23, "d": [60,474], "a": 1 }, - { "px": [304,192], "src": [80,32], "f": 0, "t": 51, "d": [60,499], "a": 1 }, - { "px": [544,192], "src": [80,0], "f": 0, "t": 5, "d": [60,514], "a": 1 }, - { "px": [336,208], "src": [80,64], "f": 0, "t": 97, "d": [60,541], "a": 1 }, - { "px": [352,224], "src": [80,48], "f": 0, "t": 74, "d": [60,582], "a": 1 }, - { "px": [352,240], "src": [80,16], "f": 0, "t": 28, "d": [60,622], "a": 1 }, - { "px": [336,256], "src": [80,48], "f": 0, "t": 74, "d": [60,661], "a": 1 }, - { "px": [64,368], "src": [80,32], "f": 0, "t": 51, "d": [60,924], "a": 1 }, - { "px": [112,384], "src": [0,16], "f": 0, "t": 23, "d": [60,967], "a": 1 }, - { "px": [144,400], "src": [80,48], "f": 0, "t": 74, "d": [60,1009], "a": 1 }, - { "px": [192,416], "src": [0,16], "f": 0, "t": 23, "d": [60,1052], "a": 1 }, - { "px": [240,432], "src": [0,16], "f": 0, "t": 23, "d": [60,1095], "a": 1 }, - { "px": [272,448], "src": [80,32], "f": 0, "t": 51, "d": [60,1137], "a": 1 }, - { "px": [320,464], "src": [80,0], "f": 0, "t": 5, "d": [60,1180], "a": 1 }, - { "px": [368,480], "src": [80,64], "f": 0, "t": 97, "d": [60,1223], "a": 1 }, - { "px": [416,496], "src": [0,64], "f": 0, "t": 92, "d": [60,1266], "a": 1 }, - { "px": [576,0], "src": [0,48], "f": 0, "t": 69, "d": [62,36], "a": 1 }, - { "px": [560,16], "src": [0,48], "f": 0, "t": 69, "d": [62,75], "a": 1 }, - { "px": [544,32], "src": [0,48], "f": 0, "t": 69, "d": [62,114], "a": 1 }, - { "px": [48,48], "src": [0,48], "f": 0, "t": 69, "d": [62,123], "a": 1 }, - { "px": [544,96], "src": [0,48], "f": 0, "t": 69, "d": [62,274], "a": 1 }, - { "px": [336,240], "src": [0,48], "f": 0, "t": 69, "d": [62,621], "a": 1 }, - { "px": [544,80], "src": [0,80], "f": 0, "t": 115, "d": [63,234], "a": 1 }, - { "px": [240,176], "src": [0,80], "f": 0, "t": 115, "d": [63,455], "a": 1 }, - { "px": [256,192], "src": [0,80], "f": 0, "t": 115, "d": [63,496], "a": 1 }, - { "px": [304,208], "src": [0,80], "f": 0, "t": 115, "d": [63,539], "a": 1 }, - { "px": [336,224], "src": [0,80], "f": 0, "t": 115, "d": [63,581], "a": 1 }, - { "px": [64,384], "src": [0,80], "f": 0, "t": 115, "d": [63,964], "a": 1 }, - { "px": [112,400], "src": [0,80], "f": 0, "t": 115, "d": [63,1007], "a": 1 }, - { "px": [144,416], "src": [0,80], "f": 0, "t": 115, "d": [63,1049], "a": 1 }, - { "px": [192,432], "src": [0,80], "f": 0, "t": 115, "d": [63,1092], "a": 1 }, - { "px": [240,448], "src": [0,80], "f": 0, "t": 115, "d": [63,1135], "a": 1 }, - { "px": [272,464], "src": [0,80], "f": 0, "t": 115, "d": [63,1177], "a": 1 }, - { "px": [320,480], "src": [0,80], "f": 0, "t": 115, "d": [63,1220], "a": 1 }, - { "px": [368,496], "src": [0,80], "f": 0, "t": 115, "d": [63,1263], "a": 1 } - ], - "seed": 7708885, - "overrideTilesetUid": null, - "gridTiles": [], - "entityInstances": [] - } - ], - "__neighbours": [] - } - ] }], - "dummyWorldIid": "78186311-25d0-11ef-a4b2-1b75fa71fad1" -} \ No newline at end of file diff --git a/src/Apps/GameDesktop/Content/TileSets/LegacyOfThought.tsx b/src/Apps/GameDesktop/Content/TileSets/LegacyOfThought.tsx deleted file mode 100644 index 977c105..0000000 --- a/src/Apps/GameDesktop/Content/TileSets/LegacyOfThought.tsx +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/Apps/GameDesktop/GameDesktop.csproj b/src/Apps/GameDesktop/GameDesktop.csproj index e7a8969..fe835be 100644 --- a/src/Apps/GameDesktop/GameDesktop.csproj +++ b/src/Apps/GameDesktop/GameDesktop.csproj @@ -1,5 +1,4 @@ - - + Exe Major @@ -12,8 +11,8 @@ Icon.ico - - + + Always @@ -23,61 +22,10 @@ Always - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - + + ResXFileCodeGenerator SpriteSheets.Designer.cs @@ -90,36 +38,32 @@ ResXFileCodeGenerator EnvironmentVariable.Designer.cs - - ResXFileCodeGenerator - Matcher.Designer.cs - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - + + + + + + @@ -127,14 +71,15 @@ True SpriteSheet.resx - - True - True - Matcher.resx - + + + + Content\%(RecursiveDir)%(FileName)%(Extension) + Always + - - + + \ No newline at end of file diff --git a/src/Apps/GameDesktop/Resources/Internal/Matcher.Designer.cs b/src/Apps/GameDesktop/Resources/Internal/Matcher.Designer.cs deleted file mode 100644 index 1d80ea6..0000000 --- a/src/Apps/GameDesktop/Resources/Internal/Matcher.Designer.cs +++ /dev/null @@ -1,60 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace GameDesktop.Resources.Internal { - using System; - - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Matcher { - - private static System.Resources.ResourceManager resourceMan; - - private static System.Globalization.CultureInfo resourceCulture; - - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Matcher() { - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - internal static System.Resources.ResourceManager ResourceManager { - get { - if (object.Equals(null, resourceMan)) { - System.Resources.ResourceManager temp = new System.Resources.ResourceManager("GameDesktop.Resources.Internal.Matcher", typeof(Matcher).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - internal static System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - internal static string AllOf { - get { - return ResourceManager.GetString("AllOf", resourceCulture); - } - } - - internal static string AnyOf { - get { - return ResourceManager.GetString("AnyOf", resourceCulture); - } - } - } -} diff --git a/src/Apps/GameDesktop/Resources/Internal/Matcher.resx b/src/Apps/GameDesktop/Resources/Internal/Matcher.resx deleted file mode 100644 index 915289b..0000000 --- a/src/Apps/GameDesktop/Resources/Internal/Matcher.resx +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - AllOf - - - AnyOf - - \ No newline at end of file