diff options
author | Livio Recchia <recchialivio@libero.it> | 2023-03-02 15:50:22 +0100 |
---|---|---|
committer | Livio Recchia <recchialivio@libero.it> | 2023-03-02 15:50:22 +0100 |
commit | 797012a9e53b334ef65aa5140268831d463e21a0 (patch) | |
tree | 00f533b58a6cb2ad82720a6de8bf15c3d0060bd0 | |
parent | 0632f972ab701c631f7df971691de2dc829ff3d5 (diff) | |
download | tctmw-797012a9e53b334ef65aa5140268831d463e21a0.tar.gz tctmw-797012a9e53b334ef65aa5140268831d463e21a0.tar.bz2 tctmw-797012a9e53b334ef65aa5140268831d463e21a0.tar.xz tctmw-797012a9e53b334ef65aa5140268831d463e21a0.zip |
Test of resource packing
-rw-r--r-- | graphics.zip | bin | 0 -> 130875914 bytes | |||
-rw-r--r-- | items.zip | bin | 0 -> 751359 bytes | |||
-rw-r--r-- | maps.zip | bin | 0 -> 40485155 bytes | |||
-rw-r--r-- | monsters.zip | bin | 0 -> 132042 bytes | |||
-rw-r--r-- | music.zip | bin | 0 -> 162 bytes | |||
-rw-r--r-- | npcs.zip | bin | 0 -> 141265 bytes | |||
-rw-r--r-- | quests.zip | bin | 0 -> 51583 bytes | |||
-rw-r--r-- | resources.xml | 14 | ||||
-rw-r--r-- | rootdir.zip | bin | 0 -> 179298 bytes | |||
-rw-r--r-- | rules.zip | bin | 0 -> 180356 bytes | |||
-rw-r--r-- | sfx.zip | bin | 0 -> 3961563 bytes | |||
-rw-r--r-- | tilesets.zip | bin | 0 -> 106260 bytes |
12 files changed, 14 insertions, 0 deletions
diff --git a/graphics.zip b/graphics.zip Binary files differnew file mode 100644 index 0000000..a2a2334 --- /dev/null +++ b/graphics.zip diff --git a/items.zip b/items.zip Binary files differnew file mode 100644 index 0000000..7fb8d26 --- /dev/null +++ b/items.zip diff --git a/maps.zip b/maps.zip Binary files differnew file mode 100644 index 0000000..a6c1900 --- /dev/null +++ b/maps.zip diff --git a/monsters.zip b/monsters.zip Binary files differnew file mode 100644 index 0000000..33ccc90 --- /dev/null +++ b/monsters.zip diff --git a/music.zip b/music.zip Binary files differnew file mode 100644 index 0000000..0f6899d --- /dev/null +++ b/music.zip diff --git a/npcs.zip b/npcs.zip Binary files differnew file mode 100644 index 0000000..300a7b7 --- /dev/null +++ b/npcs.zip diff --git a/quests.zip b/quests.zip Binary files differnew file mode 100644 index 0000000..a831a99 --- /dev/null +++ b/quests.zip diff --git a/resources.xml b/resources.xml new file mode 100644 index 0000000..f42d67e --- /dev/null +++ b/resources.xml @@ -0,0 +1,14 @@ +<?xml version="1.0"?> +<updates> +<update type='data' file='graphics.zip' hash='4650e4b5'/> +<update type='data' file='items.zip' hash='5ecd9711'/> +<update type='data' file='maps.zip' hash='9267c576'/> +<update type='data' file='monsters.zip' hash='7ae8fa2d'/> +<update type='data' file='music.zip' hash='92471988'/> +<update type='data' file='npcs.zip' hash='a937f49b'/> +<update type='data' file='quests.zip' hash='ba91e8a3'/> +<update type='data' file='rootdir.zip' hash='bfb56517'/> +<update type='data' file='rules.zip' hash='2a7c61f2'/> +<update type='data' file='sfx.zip' hash='e606b68f'/> +<update type='data' file='tilesets.zip' hash='25dfec1c'/> +</updates> diff --git a/rootdir.zip b/rootdir.zip Binary files differnew file mode 100644 index 0000000..5a25fdd --- /dev/null +++ b/rootdir.zip diff --git a/rules.zip b/rules.zip Binary files differBinary files differnew file mode 100644 index 0000000..36f13b7 --- /dev/null +++ b/rules.zip diff --git a/tilesets.zip b/tilesets.zip Binary files differnew file mode 100644 index 0000000..bc697d3 --- /dev/null +++ b/tilesets.zip |