Events base.

This commit is contained in:
2025-06-25 14:03:32 -05:00
parent 6ba03235dd
commit 577bef8fb7
17 changed files with 269 additions and 76 deletions

View File

@ -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"
}
]
}

View File

@ -37,7 +37,7 @@
"overworld.tsx"
],
"project": "map project.tiled-project",
"property.type": "tileSolidType",
"property.type": "string",
"recentFiles": [
"overworld.tsx",
"map.tmj",

View File

@ -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,