Explorar el Código

add missing file

Bastien Sevajol hace 6 años
padre
commit
64e5cc1f48
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      tests/fixtures/light.tmx

+ 10 - 0
tests/fixtures/light.tmx Ver fichero

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