view tests/tools/map/minimal-csv.tmx @ 146:91e57baa2ede

Client: add prototype for map state, #712
author David Demelier <markand@malikania.fr>
date Sat, 30 Sep 2017 13:35:45 +0200
parents 0bedc450a9d2
children
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" orientation="orthogonal" renderorder="right-down" width="10" height="10" tilewidth="32" tileheight="32" nextobjectid="1">
 <properties>
  <property name="title" value="minimal csv map"/>
 </properties>
 <tileset firstgid="1" name="minimal" tilewidth="32" tileheight="32" tilecount="16" columns="4">
  <image source="minimal.png" width="128" height="128"/>
 </tileset>
 <layer name="background" width="10" height="10">
  <data encoding="csv">
1,2,3,4,5,6,7,8,9,10,
1,1,1,1,1,1,1,1,1,1,
1,1,1,1,1,1,1,1,1,1,
1,1,1,1,1,1,1,1,1,1,
1,1,1,1,1,1,1,1,1,1,
1,1,1,1,1,1,1,1,1,1,
1,1,1,1,1,1,1,1,1,1,
1,1,1,1,1,1,1,1,1,1,
1,1,1,1,1,1,1,1,1,1,
11,12,13,14,15,16,1,1,1,1
</data>
 </layer>
</map>