Events starting
This commit is contained in:
14
data/events/test_event.json
Normal file
14
data/events/test_event.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"key": "test_event",
|
||||
"items": [
|
||||
{
|
||||
"type": "text",
|
||||
"texts": [
|
||||
"This is a bucket",
|
||||
"Dear God",
|
||||
"There's more!",
|
||||
"No!"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"activeFile": "map.tmj",
|
||||
"expandedProjectPaths": [
|
||||
"templates",
|
||||
"."
|
||||
".",
|
||||
"templates"
|
||||
],
|
||||
"fileStates": {
|
||||
":/automap-tiles.tsx": {
|
||||
@ -16,8 +16,8 @@
|
||||
"scale": 3,
|
||||
"selectedLayer": 2,
|
||||
"viewCenter": {
|
||||
"x": 6585.833333333333,
|
||||
"y": 6840.833333333333
|
||||
"x": 6603.333333333333,
|
||||
"y": 6846.5
|
||||
}
|
||||
},
|
||||
"minogram.tsx": {
|
||||
@ -33,14 +33,15 @@
|
||||
"last.imagePath": "/home/yourwishes/htdocs/dusk/data",
|
||||
"last.objectTemplatePath": "/home/yourwishes/htdocs/dusk/data/templates",
|
||||
"openFiles": [
|
||||
"map.tmj"
|
||||
"map.tmj",
|
||||
"overworld.tsx"
|
||||
],
|
||||
"project": "map project.tiled-project",
|
||||
"property.type": "tileSolidType",
|
||||
"recentFiles": [
|
||||
"overworld.tsx",
|
||||
"map.tmj",
|
||||
"minogram.tsx",
|
||||
"overworld.tsx",
|
||||
"entities.tsx"
|
||||
],
|
||||
"tileset.lastUsedFilter": "Tiled tileset files (*.tsx *.xml)",
|
||||
|
@ -438,7 +438,7 @@
|
||||
}],
|
||||
"template":"templates\/NPC.tx",
|
||||
"x":6539.95833333333,
|
||||
"y":6849.33333333333
|
||||
"y":6849.66666666666
|
||||
}],
|
||||
"opacity":1,
|
||||
"type":"objectgroup",
|
||||
|
Reference in New Issue
Block a user