Add font data

This commit is contained in:
2025-06-22 17:52:31 -05:00
parent 0b76b164b4
commit 9b07cf710b
8 changed files with 188 additions and 13 deletions

View File

@ -1,8 +1,8 @@
{
"activeFile": "map.tmj",
"activeFile": "minogram.tsx",
"expandedProjectPaths": [
".",
"templates"
"templates",
"."
],
"fileStates": {
":/automap-tiles.tsx": {
@ -20,6 +20,10 @@
"y": 6836.833333333333
}
},
"minogram.tsx": {
"scaleInDock": 1,
"scaleInEditor": 16
},
"overworld.tsx": {
"scaleInDock": 1,
"scaleInEditor": 4
@ -30,19 +34,23 @@
"last.objectTemplatePath": "/home/yourwishes/htdocs/dusk/data/templates",
"openFiles": [
"map.tmj",
"overworld.tsx"
"overworld.tsx",
"minogram.tsx"
],
"project": "map project.tiled-project",
"property.type": "int",
"recentFiles": [
"overworld.tsx",
"map.tmj",
"overworld.tsx",
"minogram.tsx",
"entities.tsx"
],
"tileset.lastUsedFilter": "Tiled tileset files (*.tsx *.xml)",
"tileset.lastUsedFormat": "tsx",
"tileset.margin": 1,
"tileset.spacing": 1,
"tileset.tileSize": {
"height": 16,
"width": 16
"height": 9,
"width": 5
}
}