summaryrefslogtreecommitdiff
path: root/testing_data/tiled_examples/sticker-knight/map/templates/block.tx
blob: 3bb9a8177c470ea652a38d4122453ab750732f84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<template>
 <tileset firstgid="1" source="../objs.tsx"/>
 <object name="block" gid="44" width="96" height="96">
  <properties>
   <property name="bodyType" value="dynamic"/>
   <property name="density" type="float" value="2"/>
   <property name="friction" type="float" value="0.45"/>
  </properties>
 </object>
</template>