diff options
author | Nao Pross <naopross@thearcway.org> | 2018-12-17 03:21:50 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2018-12-17 03:21:50 +0100 |
commit | 208edb45116a4ab2dec59d96d2bc8fd77eb61d1d (patch) | |
tree | 6c550861764d98f71174f8827e3cd674c1b88027 /res | |
parent | Add loading of embedded resources (diff) | |
download | Subconscious-rs-208edb45116a4ab2dec59d96d2bc8fd77eb61d1d.tar.gz Subconscious-rs-208edb45116a4ab2dec59d96d2bc8fd77eb61d1d.zip |
Add demo map
Diffstat (limited to 'res')
-rw-r--r-- | res/maps/demo.tmx | 25 | ||||
-rw-r--r-- | res/tilesets/cliff.png | bin | 0 -> 96155 bytes | |||
-rw-r--r-- | res/tilesets/ground.png | bin | 0 -> 227339 bytes | |||
-rw-r--r-- | res/tilesets/objects.png | bin | 0 -> 32479 bytes | |||
-rw-r--r-- | res/tilesets/water.png | bin | 0 -> 71295 bytes |
5 files changed, 25 insertions, 0 deletions
diff --git a/res/maps/demo.tmx b/res/maps/demo.tmx new file mode 100644 index 0000000..179e3ca --- /dev/null +++ b/res/maps/demo.tmx @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<map version="1.0" orientation="orthogonal" renderorder="right-down" width="12" height="12" tilewidth="32" tileheight="32" nextobjectid="1"> + <tileset firstgid="1" name="ground" tilewidth="32" tileheight="32" tilecount="441" columns="21"> + <image source="../tilesets/ground.png" width="672" height="701"/> + </tileset> + <tileset firstgid="442" name="cliff" tilewidth="32" tileheight="32" tilecount="240" columns="15"> + <image source="../tilesets/cliff.png" width="503" height="518"/> + </tileset> + <tileset firstgid="682" name="objects" tilewidth="32" tileheight="32" tilecount="84" columns="14"> + <image source="../tilesets/objects.png" width="477" height="219"/> + </tileset> + <tileset firstgid="766" name="water" tilewidth="32" tileheight="32" tilecount="81" columns="9"> + <image source="../tilesets/water.png" width="319" height="293"/> + </tileset> + <layer name="ground" width="12" height="12"> + <data encoding="base64" compression="zlib"> + eJyN0FEOwUAQxvHZ+7SH0CvwxgEITfrgEUHiAIi6AcID7oA74DL+m+ymuxOkD7/sdPJlZtJERFIkNd8Gsj+vz6Xq+4wLrioTZsP5N9zx+HJDFvC9J154/7hN99ro1ODnF9gYkRID6lyqtx/Ufr7NH8meMKOeo0ndwlSqXjTfKbFFl2zPxD0/f4Gh22mNyI0xMfE9idqRu71Lcius1T3hvypcz+7dkdvjoO75AENyNg0= + </data> + </layer> + <layer name="objects" width="12" height="12"> + <data encoding="base64" compression="zlib"> + eJxjYCAMNjAxMGwE4k1MRCgGgn1AdfuB+ACR6kHgLFDtORLUg8AloPrTQHyGBH03gWpvAbEOkB0NxDFQTAiA1HaS5rxBAw6TGK6kAAAu1A0K + </data> + </layer> +</map> diff --git a/res/tilesets/cliff.png b/res/tilesets/cliff.png Binary files differnew file mode 100644 index 0000000..6ab54c2 --- /dev/null +++ b/res/tilesets/cliff.png diff --git a/res/tilesets/ground.png b/res/tilesets/ground.png Binary files differnew file mode 100644 index 0000000..80ccd33 --- /dev/null +++ b/res/tilesets/ground.png diff --git a/res/tilesets/objects.png b/res/tilesets/objects.png Binary files differnew file mode 100644 index 0000000..599c476 --- /dev/null +++ b/res/tilesets/objects.png diff --git a/res/tilesets/water.png b/res/tilesets/water.png Binary files differnew file mode 100644 index 0000000..e5c5c73 --- /dev/null +++ b/res/tilesets/water.png |