diff options
| author | Gene Pasquet <gene@pacerevenue.com> | 2025-05-14 15:54:15 +0200 | 
|---|---|---|
| committer | Gene Pasquet <gene@pacerevenue.com> | 2025-05-14 15:54:15 +0200 | 
| commit | d94d74769db51bade1f1b262285ea0b29226d97f (patch) | |
| tree | 795133773f8e01c87174947750c42de511f68179 /untitled.tiled-session | |
| parent | 36791b258ae7618cc1bde3ac279f1d2c5a1abb11 (diff) | |
Better collisions
Diffstat (limited to 'untitled.tiled-session')
| -rw-r--r-- | untitled.tiled-session | 28 | 
1 files changed, 24 insertions, 4 deletions
| diff --git a/untitled.tiled-session b/untitled.tiled-session index 980bb24..d7e4e07 100644 --- a/untitled.tiled-session +++ b/untitled.tiled-session @@ -3,15 +3,31 @@          "height": 4300,          "width": 2      }, -    "activeFile": "assets/untitled.tmx", +    "activeFile": "assets/monochrome_transparent.tsx",      "expandedProjectPaths": [          "assets",          "."      ],      "fileStates": { +        "assets/level-1.tmx": { +            "scale": 2, +            "selectedLayer": 0, +            "viewCenter": { +                "x": 233.25, +                "y": 272.25 +            } +        }, +        "assets/monochrome-transparent.tsx": { +            "scaleInDock": 1, +            "scaleInEditor": 2 +        }, +        "assets/monochrome_transparent.tsx": { +            "scaleInDock": 2, +            "scaleInEditor": 2 +        },          "assets/tileset_colored.tsx": { -            "scaleInDock": 1.5, -            "scaleInEditor": 1 +            "scaleInDock": 2, +            "scaleInEditor": 2          },          "assets/untitled.tmx": {              "scale": 2.09, @@ -29,11 +45,15 @@      "map.width": 40,      "openFiles": [          "assets/tileset_colored.tsx", -        "assets/untitled.tmx" +        "assets/level-1.tmx", +        "assets/monochrome_transparent.tsx"      ],      "project": "untitled.tiled-project",      "recentFiles": [          "assets/tileset_colored.tsx", +        "assets/level-1.tmx", +        "assets/monochrome_transparent.tsx", +        "assets/monochrome-transparent.tsx",          "assets/untitled.tmx"      ]  } | 
