diff options
| author | Xander Swan <no email> | 2025-12-23 20:58:32 -0500 |
|---|---|---|
| committer | Xander Swan <no email> | 2025-12-23 20:58:32 -0500 |
| commit | 2838358993ade2ac1b770d675af9126749074e8f (patch) | |
| tree | b423ac832dd86cec1863c725fd2957eddd83c28f /res/world.tiled-session | |
| parent | ce4d64bd41937d7dff18ca607122188dc338d696 (diff) | |
Fix lotsa memory leaks mhm
Diffstat (limited to 'res/world.tiled-session')
| -rw-r--r-- | res/world.tiled-session | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/res/world.tiled-session b/res/world.tiled-session new file mode 100644 index 0000000..42585f3 --- /dev/null +++ b/res/world.tiled-session @@ -0,0 +1,26 @@ +{ + "Map/SizeTest": { + "height": 4300, + "width": 2 + }, + "activeFile": "", + "expandedProjectPaths": [ + ], + "fileStates": { + }, + "last.imagePath": "/home/xswan/demonchime/res", + "map.lastUsedFormat": "json", + "map.tileHeight": 16, + "map.tileWidth": 16, + "openFiles": [ + ], + "project": "world.tiled-project", + "property.type": "int", + "recentFiles": [ + ], + "tileset.lastUsedFormat": "json", + "tileset.tileSize": { + "height": 16, + "width": 16 + } +} |
