소스 검색

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>