From 1bb0ef8960c71ef505a351702bec54c01ba15e22 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 12 Oct 2017 14:57:26 +0100 Subject: Fixing spritesheet and fixed #12 --- tests/resources/floor_atlas.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/resources/floor_atlas.json') diff --git a/tests/resources/floor_atlas.json b/tests/resources/floor_atlas.json index a4c30f3d..ff9f0aa1 100644 --- a/tests/resources/floor_atlas.json +++ b/tests/resources/floor_atlas.json @@ -125,7 +125,7 @@ "bog_green2.png": { "x": 128, "y": 32, - "width": 32, +n "width": 32, "height": 32 }, "floor_sand_stone3.png": { @@ -1023,4 +1023,4 @@ "height": 32 } } -} \ No newline at end of file +} -- cgit