Files
dusk/data/templates/NPC.tx

11 lines
370 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<template>
<tileset firstgid="1" source="../entities.tsx"/>
<object name="NPC" type="ENTITY_TYPE_NPC" gid="1" width="16" height="16">
<properties>
<property name="interactText" value=""/>
<property name="interactType" propertytype="npcInteractType" value="NPC_INTERACT_TYPE_NONE"/>
</properties>
</object>
</template>