retro-rpg/assets/templates/fountain.tx
Camden Dixie O'Brien 1531817dc4 Add tiled map, tilesheet configs etc
These are just XML so relatively git-friendly.  They're needed for the
game and should be syncronised to the version of the code so they
really ought to be checked in.
2025-01-04 17:03:31 +00:00

11 lines
321 B
XML

<?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>