From d74df1b763979d281f76f3f30543aee8d8a638b7 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 11 Jan 2024 14:29:53 +0100 Subject: rename floor -> ground --- ground/concrete1.tga | Bin 0 -> 110610 bytes ground/concrete6.tga | Bin 0 -> 193075 bytes ground/concrete7.tga | Bin 0 -> 49633 bytes ground/floor-tiles.tga | Bin 0 -> 8427493 bytes ground/ground.json | 23 +++++++++++++++++++++++ ground/metal1.tga | Bin 0 -> 49459 bytes ground/metal2.tga | Bin 0 -> 1070043 bytes ground/teak1.tga | Bin 0 -> 49360 bytes ground/texel.tga | Bin 0 -> 663 bytes ground/tiles.tga | Bin 0 -> 492059 bytes ground/wall1.tga | Bin 0 -> 140727 bytes ground/wood1.tga | Bin 0 -> 12838 bytes ground/wood2.tga | Bin 0 -> 12854 bytes 13 files changed, 23 insertions(+) create mode 100644 ground/concrete1.tga create mode 100644 ground/concrete6.tga create mode 100644 ground/concrete7.tga create mode 100644 ground/floor-tiles.tga create mode 100644 ground/ground.json create mode 100644 ground/metal1.tga create mode 100644 ground/metal2.tga create mode 100644 ground/teak1.tga create mode 100644 ground/texel.tga create mode 100644 ground/tiles.tga create mode 100644 ground/wall1.tga create mode 100644 ground/wood1.tga create mode 100644 ground/wood2.tga (limited to 'ground') diff --git a/ground/concrete1.tga b/ground/concrete1.tga new file mode 100644 index 00000000..e7856645 Binary files /dev/null and b/ground/concrete1.tga differ diff --git a/ground/concrete6.tga b/ground/concrete6.tga new file mode 100644 index 00000000..91b332dd Binary files /dev/null and b/ground/concrete6.tga differ diff --git a/ground/concrete7.tga b/ground/concrete7.tga new file mode 100644 index 00000000..476dcec0 Binary files /dev/null and b/ground/concrete7.tga differ diff --git a/ground/floor-tiles.tga b/ground/floor-tiles.tga new file mode 100644 index 00000000..1a0a6d79 Binary files /dev/null and b/ground/floor-tiles.tga differ diff --git a/ground/ground.json b/ground/ground.json new file mode 100644 index 00000000..9d9e0c2e --- /dev/null +++ b/ground/ground.json @@ -0,0 +1,23 @@ +[ + { + "name": "floor-tiles", + "size": "44 x 4" + }, + { + "name": "tiles", + "size": "8 x 5" + }, + { + "name": "texel", + "size": "2 x 2", + "pass-mode": "blocked" + }, + { + "name": "metal1", + "size": "2 x 2" + }, + { + "name": "concrete6", + "size": "4 x 4" + } +] diff --git a/ground/metal1.tga b/ground/metal1.tga new file mode 100644 index 00000000..d305638d Binary files /dev/null and b/ground/metal1.tga differ diff --git a/ground/metal2.tga b/ground/metal2.tga new file mode 100644 index 00000000..6e9b64e9 Binary files /dev/null and b/ground/metal2.tga differ diff --git a/ground/teak1.tga b/ground/teak1.tga new file mode 100644 index 00000000..df1927c6 Binary files /dev/null and b/ground/teak1.tga differ diff --git a/ground/texel.tga b/ground/texel.tga new file mode 100644 index 00000000..99314406 Binary files /dev/null and b/ground/texel.tga differ diff --git a/ground/tiles.tga b/ground/tiles.tga new file mode 100644 index 00000000..1376a27c Binary files /dev/null and b/ground/tiles.tga differ diff --git a/ground/wall1.tga b/ground/wall1.tga new file mode 100644 index 00000000..44f3566d Binary files /dev/null and b/ground/wall1.tga differ diff --git a/ground/wood1.tga b/ground/wood1.tga new file mode 100644 index 00000000..6c28183c Binary files /dev/null and b/ground/wood1.tga differ diff --git a/ground/wood2.tga b/ground/wood2.tga new file mode 100644 index 00000000..e8c689d2 Binary files /dev/null and b/ground/wood2.tga differ -- cgit v1.2.3