Add font data
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
|
4
data/minogram.tsx
Normal file
4
data/minogram.tsx
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<tileset version="1.10" tiledversion="1.11.1" name="minogram" tilewidth="6" tileheight="10" spacing="0" margin="0" tilecount="91" columns="13">
|
||||
<image source="minogram_6x10.png" width="78" height="70"/>
|
||||
</tileset>
|
BIN
data/minogram_6x10.png
Normal file
BIN
data/minogram_6x10.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user