Seperate map and asset directories

This commit is contained in:
2025-01-07 14:35:46 +00:00
parent a82586f327
commit 0cbc541bce
13 changed files with 17 additions and 20 deletions

10
map/templates/fountain.tx Normal file
View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<template>
<tileset firstgid="1" source="../objectsprites.tsx"/>
<object type="1" gid="2" width="48" height="48">
<properties>
<property name="animframes" type="int" value="3"/>
<property name="assetpath" value="/obj/fountain.png"/>
</properties>
</object>
</template>