From 470e3ca1cef206cc82889c501d0ec921fbdd8959 Mon Sep 17 00:00:00 2001 From: Hanusiak Piotr Date: Wed, 9 Feb 2022 15:15:14 +0100 Subject: [PATCH] cr fixes #1 --- maps/tests/DoorTest/map.json | 36 ++++++++++++++++++++++++++++++++++-- maps/tests/index.html | 4 ++-- 2 files changed, 36 insertions(+), 4 deletions(-) diff --git a/maps/tests/DoorTest/map.json b/maps/tests/DoorTest/map.json index a98f1fdb..b954b97c 100644 --- a/maps/tests/DoorTest/map.json +++ b/maps/tests/DoorTest/map.json @@ -65,7 +65,39 @@ "draworder":"topdown", "id":3, "name":"floorLayer", - "objects":[], + "objects":[ + { + "height":101.5, + "id":11, + "name":"", + "rotation":0, + "text": + { + "text":"You should be able to get here only if the path isn't blocked", + "wrap":true + }, + "type":"", + "visible":true, + "width":383, + "x":81.226595249185, + "y":297.048206800186 + }, + { + "height":101.5, + "id":12, + "name":"", + "rotation":0, + "text": + { + "text":"Try to move to the next room by using right-click \/ tap movement. Click \"Toggle Door\" button to block \/ make access.", + "wrap":true + }, + "type":"", + "visible":true, + "width":383, + "x":81, + "y":99.75 + }], "opacity":1, "type":"objectgroup", "visible":true, @@ -73,7 +105,7 @@ "y":0 }], "nextlayerid":9, - "nextobjectid":11, + "nextobjectid":13, "orientation":"orthogonal", "properties":[ { diff --git a/maps/tests/index.html b/maps/tests/index.html index d342b0b9..e8bf4369 100644 --- a/maps/tests/index.html +++ b/maps/tests/index.html @@ -34,7 +34,7 @@ - Success Failure Pending + Success Failure Pending Test parallax effect @@ -50,7 +50,7 @@ - Success Failure Pending + Success Failure Pending Test Doors