Events base.
This commit is contained in:
@ -3,12 +3,11 @@
|
||||
"items": [
|
||||
{
|
||||
"type": "text",
|
||||
"texts": [
|
||||
"This is a bucket",
|
||||
"Dear God",
|
||||
"There's more!",
|
||||
"No!"
|
||||
]
|
||||
"text": "This is a bucket"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "Dear God"
|
||||
}
|
||||
]
|
||||
}
|
@ -37,7 +37,7 @@
|
||||
"overworld.tsx"
|
||||
],
|
||||
"project": "map project.tiled-project",
|
||||
"property.type": "tileSolidType",
|
||||
"property.type": "string",
|
||||
"recentFiles": [
|
||||
"overworld.tsx",
|
||||
"map.tmj",
|
||||
|
@ -425,6 +425,11 @@
|
||||
{
|
||||
"id":13,
|
||||
"properties":[
|
||||
{
|
||||
"name":"interactEvent",
|
||||
"type":"string",
|
||||
"value":"test_event"
|
||||
},
|
||||
{
|
||||
"name":"interactText",
|
||||
"type":"string",
|
||||
@ -434,7 +439,7 @@
|
||||
"name":"interactType",
|
||||
"propertytype":"npcInteractType",
|
||||
"type":"string",
|
||||
"value":"NPC_INTERACT_TYPE_TEXT"
|
||||
"value":"NPC_INTERACT_TYPE_EVENT"
|
||||
}],
|
||||
"template":"templates\/NPC.tx",
|
||||
"x":6539.95833333333,
|
||||
|
Reference in New Issue
Block a user