Browse Source

add missing file

Bastien Sevajol 6 years ago
parent
commit
64e5cc1f48
1 changed files with 10 additions and 0 deletions
  1. 10 0
      tests/fixtures/light.tmx

+ 10 - 0
tests/fixtures/light.tmx View File

@@ -0,0 +1,10 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<map version="1.0" tiledversion="2017.07.26" orientation="orthogonal" renderorder="left-up" width="2" height="2" tilewidth="8" tileheight="8" nextobjectid="1">
3
+ <tileset firstgid="1" source="terrain.tsx"/>
4
+ <layer name="Calque de Tile 1" width="2" height="2">
5
+  <data encoding="csv">
6
+0,0,
7
+0,0
8
+</data>
9
+ </layer>
10
+</map>