diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-23 08:53:30 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-23 08:53:30 +0200 |
commit | 81a9284fbda7bfefa417a408346ddb2abd26a1e2 (patch) | |
tree | b97fbba0f264d0ffb840671e82ab04a0ac62e620 /images | |
parent | 8cad01303ff97c929e8b9d25de5a7a5b264e8bb9 (diff) |
autodetect tile atlas extensions
Diffstat (limited to 'images')
-rw-r--r-- | images/floor.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/images/floor.json b/images/floor.json index a23e3693..1199a57e 100644 --- a/images/floor.json +++ b/images/floor.json @@ -1,6 +1,6 @@ [ - ["floor-tiles.tga", "44 x 4"], - ["metal1.tga", "2 x 2"], - ["tiles.tga", "8 x 5"], - ["wood2.tga", "1 x 1"] + ["floor-tiles", "44 x 4"], + ["metal1", "2 x 2"], + ["tiles", "8 x 5"], + ["wood2", "1 x 1"] ] |