瀏覽代碼

add missing file

Bastien Sevajol 6 年之前
父節點
當前提交
64e5cc1f48
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      tests/fixtures/light.tmx

+ 10 - 0
tests/fixtures/light.tmx 查看文件

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