From bfd3d9c801afd7c2262c9dace18c37d1681d7812 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 2 Nov 2022 08:07:00 +0100 Subject: add texel offset testing tool --- images/floor.json | 3 ++- images/texel.tga | Bin 0 -> 731 bytes 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 images/texel.tga (limited to 'images') diff --git a/images/floor.json b/images/floor.json index be8a0bb0..eff4f153 100644 --- a/images/floor.json +++ b/images/floor.json @@ -3,5 +3,6 @@ ["metal1", "2 x 2"], ["tiles", "8 x 5"], ["wood2", "1 x 1"], - ["concrete6", "4 x 4"] + ["concrete6", "4 x 4"], + ["texel", "2 x 2"] ] diff --git a/images/texel.tga b/images/texel.tga new file mode 100644 index 00000000..cdd15718 Binary files /dev/null and b/images/texel.tga differ -- cgit v1.2.3