From 2a0c4cdf480b8f51f1eb62be138d4d6f041486d2 Mon Sep 17 00:00:00 2001 From: Kelly Peng Date: Sun, 8 May 2022 15:32:26 -0400 Subject: [PATCH] add corridors in porcelain map --- .../jsons/porcelain_template.json | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/dist/shattered_sword_assets/jsons/porcelain_template.json b/dist/shattered_sword_assets/jsons/porcelain_template.json index cf7fd87..2e4aa36 100644 --- a/dist/shattered_sword_assets/jsons/porcelain_template.json +++ b/dist/shattered_sword_assets/jsons/porcelain_template.json @@ -312,6 +312,48 @@ "alt_tile": [11, 11] } ] + }, + { + "width": 10, + "height": 5, + "weight": 2, + "bottomLayer": [4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4], + "topLayer": [13, 3, 8, 2, 11, 12, 2, 7, 11, 8, 12, 0, 0, 0, 0, 0, 0, 0, 0, 12, 12, 0, 0, 0, 0, 0, 0, 0, 0, 12, 12, 0, 0, 0, 0, 0, 0, 0, 0, 12, 3, 12, 2, 13, 6, 7, 2, 11, 7, 13], + "entrances":[ + { + "x": 9, + "y": 1, + "width": 3, + "alt_tile": [11, 11] + }, + { + "x": 0, + "y": 1, + "width": 3, + "alt_tile": [11, 11] + } + ] + }, + { + "width": 6, + "height": 10, + "weight": 2, + "bottomLayer": [4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4], + "topLayer": [13, 12, 12, 12, 12, 2, 1, 0, 0, 0, 0, 8, 6, 0, 0, 0, 0, 7, 2, 0, 0, 0, 0, 12, 12, 0, 0, 0, 0, 13, 13, 0, 0, 0, 0, 2, 1, 0, 0, 0, 0, 8, 7, 0, 0, 0, 0, 3, 13, 0, 0, 0, 0, 6, 2, 12, 12, 12, 12, 7], + "entrances":[ + { + "x": 1, + "y": 0, + "width": 4, + "alt_tile": [11, 11] + }, + { + "x": 1, + "y": 9, + "width": 4, + "alt_tile": [11, 11] + } + ] } ] } \ No newline at end of file