From 81a9284fbda7bfefa417a408346ddb2abd26a1e2 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 23 Oct 2022 08:53:30 +0200 Subject: autodetect tile atlas extensions --- images/floor.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'images') 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"] ] -- cgit v1.2.3