diff options
| author | Alexander Pickering <alex@cogarr.net> | 2020-02-02 08:11:08 -0500 |
|---|---|---|
| committer | Alexander Pickering <alex@cogarr.net> | 2020-02-02 08:11:08 -0500 |
| commit | 57701059b1b65fc08366318e92d32d9dd7094d25 (patch) | |
| tree | a569db68d27982d83fead3cc9c8192056c49509f /data_src/test_ship.tsx | |
| download | drydock-57701059b1b65fc08366318e92d32d9dd7094d25.tar.gz drydock-57701059b1b65fc08366318e92d32d9dd7094d25.tar.bz2 drydock-57701059b1b65fc08366318e92d32d9dd7094d25.zip | |
inital commit
Diffstat (limited to 'data_src/test_ship.tsx')
| -rw-r--r-- | data_src/test_ship.tsx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data_src/test_ship.tsx b/data_src/test_ship.tsx new file mode 100644 index 0000000..8c6b659 --- /dev/null +++ b/data_src/test_ship.tsx @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset version="1.2" tiledversion="1.3.1" name="test_ship" tilewidth="128" tileheight="128" tilecount="1" columns="0"> + <grid orientation="orthogonal" width="1" height="1"/> + <tile id="1"> + <image width="128" height="128" source="img_raw/level_1_raw.png"/> + </tile> +</tileset> |
