diff options
author | AJ Keresztes <aj@keresztes.us> | 2025-02-03 15:32:34 +0100 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2025-02-03 15:39:40 +0100 |
commit | caa0abb8db7d54f3469f1e9cc1a362f3db1a3ae7 (patch) | |
tree | fe38a8c30da80dd78f124cd49a01b546dda12a7d | |
parent | 5b4960fa424bc5d180658d783ca561345deea72e (diff) | |
download | clientdata-caa0abb8db7d54f3469f1e9cc1a362f3db1a3ae7.tar.gz clientdata-caa0abb8db7d54f3469f1e9cc1a362f3db1a3ae7.tar.bz2 clientdata-caa0abb8db7d54f3469f1e9cc1a362f3db1a3ae7.tar.xz clientdata-caa0abb8db7d54f3469f1e9cc1a362f3db1a3ae7.zip |
added tilesets for autogenerated maps
-rw-r--r-- | graphics/tiles/set_cave.png | bin | 0 -> 27678 bytes | |||
-rw-r--r-- | graphics/tiles/set_rules.png | bin | 0 -> 563 bytes | |||
-rw-r--r-- | rules/tile_sets/set_cave.tsx | 4 | ||||
-rw-r--r-- | rules/tile_sets/set_rules.tsx | 4 |
4 files changed, 8 insertions, 0 deletions
diff --git a/graphics/tiles/set_cave.png b/graphics/tiles/set_cave.png Binary files differnew file mode 100644 index 00000000..aa6e1bfb --- /dev/null +++ b/graphics/tiles/set_cave.png diff --git a/graphics/tiles/set_rules.png b/graphics/tiles/set_rules.png Binary files differnew file mode 100644 index 00000000..bf7f93c7 --- /dev/null +++ b/graphics/tiles/set_rules.png diff --git a/rules/tile_sets/set_cave.tsx b/rules/tile_sets/set_cave.tsx new file mode 100644 index 00000000..fcfb765c --- /dev/null +++ b/rules/tile_sets/set_cave.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset version="1.10" tiledversion="1.11.0" name="set_cave" tilewidth="32" tileheight="32" spacing="1" tilecount="49" columns="7"> + <image source="../../graphics/tiles/set_cave.png" width="256" height="256"/> +</tileset> diff --git a/rules/tile_sets/set_rules.tsx b/rules/tile_sets/set_rules.tsx new file mode 100644 index 00000000..b938c6dd --- /dev/null +++ b/rules/tile_sets/set_rules.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset version="1.10" tiledversion="1.11.0" name="set_rules" tilewidth="32" tileheight="32" spacing="1" tilecount="1" columns="1"> + <image source="../../graphics/tiles/set_rules.png" width="64" height="64"/> +</tileset> |