diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-02 08:07:00 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-02 08:07:00 +0100 |
commit | bfd3d9c801afd7c2262c9dace18c37d1681d7812 (patch) | |
tree | 7dd79fe3863a2b08ea0d77aae63ad8af5d7b1f88 | |
parent | 6c4ffb423651a82bdf4f09579c8d61e8fe18a98f (diff) |
add texel offset testing tool
-rw-r--r-- | images/floor.json | 3 | ||||
-rw-r--r-- | images/texel.tga | bin | 0 -> 731 bytes |
2 files changed, 2 insertions, 1 deletions
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 Binary files differnew file mode 100644 index 00000000..cdd15718 --- /dev/null +++ b/images/texel.tga |