This commit is contained in:
Hanusiak Piotr 2022-02-09 15:15:14 +01:00
parent 20267d3483
commit 470e3ca1ce
2 changed files with 36 additions and 4 deletions

View file

@ -65,7 +65,39 @@
"draworder":"topdown", "draworder":"topdown",
"id":3, "id":3,
"name":"floorLayer", "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, "opacity":1,
"type":"objectgroup", "type":"objectgroup",
"visible":true, "visible":true,
@ -73,7 +105,7 @@
"y":0 "y":0
}], }],
"nextlayerid":9, "nextlayerid":9,
"nextobjectid":11, "nextobjectid":13,
"orientation":"orthogonal", "orientation":"orthogonal",
"properties":[ "properties":[
{ {

View file

@ -34,7 +34,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<input type="radio" name="test-animated-tiles"> Success <input type="radio" name="test-animated-tiles"> Failure <input type="radio" name="test-animated-tiles" checked> Pending <input type="radio" name="test-parallax-effect"> Success <input type="radio" name="test-parallax-effect"> Failure <input type="radio" name="test-parallax-effect" checked> Pending
</td> </td>
<td> <td>
<a href="#" class="testLink" data-testmap="parallax.json" target="_blank">Test parallax effect</a> <a href="#" class="testLink" data-testmap="parallax.json" target="_blank">Test parallax effect</a>
@ -50,7 +50,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<input type="radio" name="test-animated-tiles"> Success <input type="radio" name="test-animated-tiles"> Failure <input type="radio" name="test-animated-tiles" checked> Pending <input type="radio" name="test-door-map"> Success <input type="radio" name="test-door-map"> Failure <input type="radio" name="test-door-map" checked> Pending
</td> </td>
<td> <td>
<a href="#" class="testLink" data-testmap="DoorTest/map.json" target="_blank">Test Doors</a> <a href="#" class="testLink" data-testmap="DoorTest/map.json" target="_blank">Test Doors</a>