From 49071094265709663dbbb28ae7610a55cbd03e55 Mon Sep 17 00:00:00 2001 From: gettingusedto <78019001+gettingusedto@users.noreply.github.com> Date: Wed, 30 Nov 2022 02:54:35 +0700 Subject: [PATCH] Update t_window_empty.json (#1712) --- .../terrain/t_window_empty/t_window_empty.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/gfx/MShockXotto+/pngs_tiles_32x32/terrain/t_window_empty/t_window_empty.json b/gfx/MShockXotto+/pngs_tiles_32x32/terrain/t_window_empty/t_window_empty.json index 541c4819f4..c20269a03b 100644 --- a/gfx/MShockXotto+/pngs_tiles_32x32/terrain/t_window_empty/t_window_empty.json +++ b/gfx/MShockXotto+/pngs_tiles_32x32/terrain/t_window_empty/t_window_empty.json @@ -1 +1,12 @@ -{"id": "t_window_empty", "fg": ["t_window_empty"], "bg": ["987_t_door_frame_1"], "rotates": false} \ No newline at end of file +[ + { + "id": "t_window_empty", + "fg": [ "t_window_empty" ], + "bg": [ "987_t_door_frame_1" ], + "rotates": false + }, + { + "id": "t_skylight_frame", + "fg": "t_window_empty" + } +]