From 150b69a08a09ff9a9ef32518fd9e8fa04aa09db2 Mon Sep 17 00:00:00 2001 From: _Bastler Date: Wed, 22 Dec 2021 14:35:54 +0100 Subject: [PATCH] fix exits --- downstairs.json | 2 +- main.json | 2 +- roof.json | 2 +- upstairs.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/downstairs.json b/downstairs.json index 46793b5..481291a 100644 --- a/downstairs.json +++ b/downstairs.json @@ -527,7 +527,7 @@ "x":0, "y":0 }], - "name":"exit", + "name":"exits", "opacity":1, "type":"group", "visible":true, diff --git a/main.json b/main.json index d1f9bf9..68a9d9e 100644 --- a/main.json +++ b/main.json @@ -838,7 +838,7 @@ "x":0, "y":0 }], - "name":"exit", + "name":"exits", "opacity":1, "type":"group", "visible":true, diff --git a/roof.json b/roof.json index fd2be1c..f9e2ba1 100644 --- a/roof.json +++ b/roof.json @@ -293,7 +293,7 @@ "x":0, "y":0 }], - "name":"exit", + "name":"exits", "opacity":1, "type":"group", "visible":true, diff --git a/upstairs.json b/upstairs.json index 480b57e..5ba597e 100644 --- a/upstairs.json +++ b/upstairs.json @@ -581,7 +581,7 @@ "x":0, "y":0 }], - "name":"exit", + "name":"exits", "opacity":1, "type":"group", "visible":true,