From 70e4ba97dbdb07f99d2e11bad872ebf50bb4f59b Mon Sep 17 00:00:00 2001 From: Dennis Date: Sat, 29 Sep 2018 00:55:59 +0200 Subject: [PATCH] more work on variants added new variant Items Only (Keysanity) fixed h_alignment for Items Only variants moved around/deleted a few more files --- ootrando_overworldmap_hamsda/changelog.md | 1 + .../layouts/shared.json | 2 + ootrando_overworldmap_hamsda/manifest.json | 3 + .../layouts/shared.json | 981 ++++++++++++++++++ .../layouts/tracker.json | 20 + .../var_keysanity/layouts/capture.json | 77 -- .../var_keysanity/layouts/shared.json | 2 + .../var_keysanity/layouts/tracker.json | 203 ---- .../var_minimalist/layouts/shared.json | 1 + repository.json | 6 + 10 files changed, 1016 insertions(+), 280 deletions(-) create mode 100644 ootrando_overworldmap_hamsda/var_itemsonlykeysanity/layouts/shared.json create mode 100644 ootrando_overworldmap_hamsda/var_itemsonlykeysanity/layouts/tracker.json delete mode 100644 ootrando_overworldmap_hamsda/var_keysanity/layouts/capture.json delete mode 100644 ootrando_overworldmap_hamsda/var_keysanity/layouts/tracker.json diff --git a/ootrando_overworldmap_hamsda/changelog.md b/ootrando_overworldmap_hamsda/changelog.md index a830733b..14206d45 100644 --- a/ootrando_overworldmap_hamsda/changelog.md +++ b/ootrando_overworldmap_hamsda/changelog.md @@ -2,6 +2,7 @@ ## 2.1.3.0 +- added new variant `Items Only (Keysanity)` - added scarecrow toggle to ocarina and checks for it - added relevant bean locations to child patches and checks to adult for those - changed graveyard box hp to be a sequence break with boomerang diff --git a/ootrando_overworldmap_hamsda/layouts/shared.json b/ootrando_overworldmap_hamsda/layouts/shared.json index c116488a..2bb8ae72 100644 --- a/ootrando_overworldmap_hamsda/layouts/shared.json +++ b/ootrando_overworldmap_hamsda/layouts/shared.json @@ -5,6 +5,7 @@ "content": [ { "type": "itemgrid", + "h_alignment": "left", "item_margin": "1,2", "rows": [ [ @@ -323,6 +324,7 @@ "content": [ { "type": "itemgrid", + "h_alignment": "left", "item_margin": "1,2", "rows": [ [ diff --git a/ootrando_overworldmap_hamsda/manifest.json b/ootrando_overworldmap_hamsda/manifest.json index 586dfcbd..a8872d4b 100644 --- a/ootrando_overworldmap_hamsda/manifest.json +++ b/ootrando_overworldmap_hamsda/manifest.json @@ -14,6 +14,9 @@ "var_itemsonly": { "display_name": "Items Only" }, + "var_itemsonlykeysanity": { + "display_name": "Items Only (Keysanity)" + }, "var_minimalist": { "display_name": "Items Only (minimal)" } diff --git a/ootrando_overworldmap_hamsda/var_itemsonlykeysanity/layouts/shared.json b/ootrando_overworldmap_hamsda/var_itemsonlykeysanity/layouts/shared.json new file mode 100644 index 00000000..aeaf9e81 --- /dev/null +++ b/ootrando_overworldmap_hamsda/var_itemsonlykeysanity/layouts/shared.json @@ -0,0 +1,981 @@ +{ + "item_grid_tall": { + "type": "array", + "orientation": "vertical", + "content": [ + { + "type": "itemgrid", + "item_margin": "1,2", + "h_alignment": "left", + "rows": [ + [ + "sticks", + "nuts", + "bombs", + "bow", + "firearrow", + "dinsfire" + ], + [ + "slingshot", + "ocarinacrow", + "bombchu", + "hookshot", + "icearrow", + "faroreswind" + ], + [ + "boomerang", + "lens", + "beans", + "hammer", + "lightarrow", + "nayruslove" + ], + [ + "bottle1", + "bottle2", + "bottle3", + "bottle4", + "adulttrade", + "kidtrade" + ], + [ + "lift1", + "redtunic", + "bluetunic", + "sword1", + "sword2", + "sword3" + ], + [ + "scale1", + "ironboots", + "hoverboots", + "shield1", + "shield2", + "shield3" + ], + [ + "wallet1", + "magic", + "carpenter", + "card", + "agony", + "skulltula" + ], + [ + "lullabycheck", + "eponacheck", + "sariacheck", + "suncheck", + "timecheck", + "stormcheck" + ], + [ + "minuetcheck", + "bolerocheck", + "serenadecheck", + "requiemcheck", + "nocturnecheck", + "preludecheck" + ] + ] + }, + { + "type": "array", + "orientation": "vertical", + "content": [ + { + "type": "array", + "orientation": "horizontal", + "margin": "5,0", + "content": [ + { + "type": "item", + "item": "forest", + "margin": "1,2", + "width": 32, + "height": 32 + }, + { + "type": "item", + "item": "fire", + "margin": "1,2", + "width": 32, + "height": 32 + }, + { + "type": "item", + "item": "water", + "margin": "1,2", + "width": 32, + "height": 32 + }, + { + "type": "item", + "item": "spirit", + "margin": "1,2", + "width": 32, + "height": 32 + }, + { + "type": "item", + "item": "shadow", + "margin": "1,2", + "width": 32, + "height": 32 + }, + { + "type": "item", + "item": "free", + "margin": "1,2", + "width": 32, + "height": 32 + } + ] + }, + { + "type": "array", + "orientation": "horizontal", + "margin": "5,0", + "content": [ + { + "type": "canvas", + "width": 32, + "height": 32, + "margin": "1,2", + "content": [ + { + "type": "item", + "item": "forest_label", + "canvas_depth": 1, + "width": 32, + "height": 12 + }, + { + "type": "item", + "item": "forest_small_keys", + "canvas_depth": 1, + "canvas_left": 0, + "canvas_top": 16, + "width": 16, + "height": 16 + }, + { + "type": "item", + "item": "forest_boss_key", + "canvas_depth": 1, + "canvas_left": 16, + "canvas_top": 16, + "width": 16, + "height": 16 + } + ] + }, + { + "type": "canvas", + "width": 32, + "height": 32, + "margin": "1,2", + "content": [ + { + "type": "item", + "item": "fire_label", + "canvas_depth": 1, + "width": 32, + "height": 12 + }, + { + "type": "item", + "item": "fire_small_keys", + "canvas_depth": 1, + "canvas_left": 0, + "canvas_top": 16, + "width": 16, + "height": 16 + }, + { + "type": "item", + "item": "fire_boss_key", + "canvas_depth": 1, + "canvas_left": 16, + "canvas_top": 16, + "width": 16, + "height": 16 + } + ] + }, + { + "type": "canvas", + "width": 32, + "height": 32, + "margin": "1,2", + "content": [ + { + "type": "item", + "item": "water_label", + "canvas_depth": 1, + "width": 32, + "height": 12 + }, + { + "type": "item", + "item": "water_small_keys", + "canvas_depth": 1, + "canvas_left": 0, + "canvas_top": 16, + "width": 16, + "height": 16 + }, + { + "type": "item", + "item": "water_boss_key", + "canvas_depth": 1, + "canvas_left": 16, + "canvas_top": 16, + "width": 16, + "height": 16 + } + ] + }, + { + "type": "canvas", + "width": 32, + "height": 32, + "margin": "1,2", + "content": [ + { + "type": "item", + "item": "spirit_label", + "canvas_depth": 1, + "width": 32, + "height": 12 + }, + { + "type": "item", + "item": "spirit_small_keys", + "canvas_depth": 1, + "canvas_left": 0, + "canvas_top": 16, + "width": 16, + "height": 16 + }, + { + "type": "item", + "item": "spirit_boss_key", + "canvas_depth": 1, + "canvas_left": 16, + "canvas_top": 16, + "width": 16, + "height": 16 + } + ] + }, + { + "type": "canvas", + "width": 32, + "height": 32, + "margin": "1,2", + "content": [ + { + "type": "item", + "item": "shadow_label", + "canvas_depth": 1, + "width": 32, + "height": 12 + }, + { + "type": "item", + "item": "shadow_small_keys", + "canvas_depth": 1, + "canvas_left": 0, + "canvas_top": 16, + "width": 16, + "height": 16 + }, + { + "type": "item", + "item": "shadow_boss_key", + "canvas_depth": 1, + "canvas_left": 16, + "canvas_top": 16, + "width": 16, + "height": 16 + } + ] + }, + { + "type": "canvas", + "width": 32, + "height": 32, + "margin": "1,2", + "content": [ + { + "type": "item", + "item": "gc_label", + "canvas_depth": 1, + "width": 32, + "height": 12 + }, + { + "type": "item", + "item": "gc_small_keys", + "canvas_depth": 1, + "canvas_left": 0, + "canvas_top": 16, + "width": 16, + "height": 16 + }, + { + "type": "item", + "item": "gc_boss_key", + "canvas_depth": 1, + "canvas_left": 16, + "canvas_top": 16, + "width": 16, + "height": 16 + } + ] + } + ] + }, + { + "type": "array", + "orientation": "horizontal", + "margin": "5,0", + "content": [ + { + "type": "item", + "item": "deku", + "margin": "1,2", + "width": 32, + "height": 32 + }, + { + "type": "item", + "item": "dodongo", + "margin": "1,2", + "width": 32, + "height": 32 + }, + { + "type": "item", + "item": "jabu", + "margin": "1,2", + "width": 32, + "height": 32 + }, + { + "type": "canvas", + "width": 32, + "height": 32, + "margin": "1,2", + "content": [ + { + "type": "item", + "item": "gtg_label", + "canvas_depth": 1, + "width": 32, + "height": 12 + }, + { + "type": "item", + "item": "gtg_small_keys", + "canvas_depth": 1, + "canvas_left": 0, + "canvas_top": 16, + "width": 16, + "height": 16 + } + ] + }, + { + "type": "canvas", + "width": 32, + "height": 32, + "margin": "1,2", + "content": [ + { + "type": "item", + "item": "botw_label", + "canvas_depth": 1, + "width": 32, + "height": 12 + }, + { + "type": "item", + "item": "botw_small_keys", + "canvas_depth": 1, + "canvas_left": 0, + "canvas_top": 16, + "width": 16, + "height": 16 + } + ] + }, + { + "type": "canvas", + "width": 32, + "height": 32, + "margin": "1,2", + "content": [ + { + "type": "item", + "item": "gf_label", + "canvas_depth": 1, + "width": 32, + "height": 12 + }, + { + "type": "item", + "item": "gf_small_keys", + "canvas_depth": 1, + "canvas_left": 0, + "canvas_top": 16, + "width": 16, + "height": 16 + } + ] + } + ] + }, + { + "type": "array", + "orientation": "horizontal", + "margin": "5,0", + "content": [ + { + "type": "item", + "item": "deku_label", + "margin": "1,2", + "width": 32, + "height": 12 + }, + { + "type": "item", + "item": "dodongo_label", + "margin": "1,2", + "width": 32, + "height": 12 + }, + { + "type": "item", + "item": "jabu_label", + "margin": "1,2", + "width": 32, + "height": 12 + }, + { + "type": "item", + "item": "ice_label", + "margin": "1,2", + "width": 32, + "height": 12 + } + ] + } + ] + } + ] + }, + "item_grid_wide": { + "type": "array", + "orientation": "vertical", + "content": [ + { + "type": "itemgrid", + "h_alignment": "left", + "item_margin": "1,2", + "rows": [ + [ + "sticks", + "nuts", + "bombs", + "bow", + "firearrow", + "dinsfire", + "sword1", + "sword2", + "sword3" + ], + [ + "slingshot", + "ocarinacrow", + "bombchu", + "hookshot", + "icearrow", + "faroreswind", + "shield1", + "shield2", + "shield3" + ], + [ + "boomerang", + "lens", + "beans", + "hammer", + "lightarrow", + "nayruslove", + "lift1", + "redtunic", + "bluetunic" + ], + [ + "bottle1", + "bottle2", + "bottle3", + "bottle4", + "adulttrade", + "kidtrade", + "scale1", + "ironboots", + "hoverboots" + ], + [ + "lullabycheck", + "eponacheck", + "sariacheck", + "suncheck", + "timecheck", + "stormcheck", + "wallet1", + "magic", + "skulltula" + ], + [ + "minuetcheck", + "bolerocheck", + "serenadecheck", + "requiemcheck", + "nocturnecheck", + "preludecheck", + "carpenter", + "card", + "agony" + ] + ] + }, + { + "type": "array", + "orientation": "vertical", + "content": [ + { + "type": "array", + "orientation": "horizontal", + "margin": "5,0", + "content": [ + { + "type": "item", + "item": "forest", + "margin": "1,2", + "width": 32, + "height": 32 + }, + { + "type": "item", + "item": "fire", + "margin": "1,2", + "width": 32, + "height": 32 + }, + { + "type": "item", + "item": "water", + "margin": "1,2", + "width": 32, + "height": 32 + }, + { + "type": "item", + "item": "spirit", + "margin": "1,2", + "width": 32, + "height": 32 + }, + { + "type": "item", + "item": "shadow", + "margin": "1,2", + "width": 32, + "height": 32 + }, + { + "type": "item", + "item": "free", + "margin": "1,2", + "width": 32, + "height": 32 + }, + { + "type": "item", + "item": "deku", + "margin": "1,2", + "width": 32, + "height": 32 + }, + { + "type": "item", + "item": "dodongo", + "margin": "1,2", + "width": 32, + "height": 32 + }, + { + "type": "item", + "item": "jabu", + "margin": "1,2", + "width": 32, + "height": 32 + } + ] + }, + { + "type": "array", + "orientation": "horizontal", + "margin": "5,0", + "content": [ + { + "type": "canvas", + "width": 32, + "height": 32, + "margin": "1,2", + "content": [ + { + "type": "item", + "item": "forest_label", + "canvas_depth": 1, + "width": 32, + "height": 12 + }, + { + "type": "item", + "item": "forest_small_keys", + "canvas_depth": 1, + "canvas_left": 0, + "canvas_top": 16, + "width": 16, + "height": 16 + }, + { + "type": "item", + "item": "forest_boss_key", + "canvas_depth": 1, + "canvas_left": 16, + "canvas_top": 16, + "width": 16, + "height": 16 + } + ] + }, + { + "type": "canvas", + "width": 32, + "height": 32, + "margin": "1,2", + "content": [ + { + "type": "item", + "item": "fire_label", + "canvas_depth": 1, + "width": 32, + "height": 12 + }, + { + "type": "item", + "item": "fire_small_keys", + "canvas_depth": 1, + "canvas_left": 0, + "canvas_top": 16, + "width": 16, + "height": 16 + }, + { + "type": "item", + "item": "fire_boss_key", + "canvas_depth": 1, + "canvas_left": 16, + "canvas_top": 16, + "width": 16, + "height": 16 + } + ] + }, + { + "type": "canvas", + "width": 32, + "height": 32, + "margin": "1,2", + "content": [ + { + "type": "item", + "item": "water_label", + "canvas_depth": 1, + "width": 32, + "height": 12 + }, + { + "type": "item", + "item": "water_small_keys", + "canvas_depth": 1, + "canvas_left": 0, + "canvas_top": 16, + "width": 16, + "height": 16 + }, + { + "type": "item", + "item": "water_boss_key", + "canvas_depth": 1, + "canvas_left": 16, + "canvas_top": 16, + "width": 16, + "height": 16 + } + ] + }, + { + "type": "canvas", + "width": 32, + "height": 32, + "margin": "1,2", + "content": [ + { + "type": "item", + "item": "spirit_label", + "canvas_depth": 1, + "width": 32, + "height": 12 + }, + { + "type": "item", + "item": "spirit_small_keys", + "canvas_depth": 1, + "canvas_left": 0, + "canvas_top": 16, + "width": 16, + "height": 16 + }, + { + "type": "item", + "item": "spirit_boss_key", + "canvas_depth": 1, + "canvas_left": 16, + "canvas_top": 16, + "width": 16, + "height": 16 + } + ] + }, + { + "type": "canvas", + "width": 32, + "height": 32, + "margin": "1,2", + "content": [ + { + "type": "item", + "item": "shadow_label", + "canvas_depth": 1, + "width": 32, + "height": 12 + }, + { + "type": "item", + "item": "shadow_small_keys", + "canvas_depth": 1, + "canvas_left": 0, + "canvas_top": 16, + "width": 16, + "height": 16 + }, + { + "type": "item", + "item": "shadow_boss_key", + "canvas_depth": 1, + "canvas_left": 16, + "canvas_top": 16, + "width": 16, + "height": 16 + } + ] + }, + { + "type": "canvas", + "width": 32, + "height": 32, + "margin": "1,2", + "content": [ + { + "type": "item", + "item": "gc_label", + "canvas_depth": 1, + "width": 32, + "height": 12 + }, + { + "type": "item", + "item": "gc_small_keys", + "canvas_depth": 1, + "canvas_left": 0, + "canvas_top": 16, + "width": 16, + "height": 16 + }, + { + "type": "item", + "item": "gc_boss_key", + "canvas_depth": 1, + "canvas_left": 16, + "canvas_top": 16, + "width": 16, + "height": 16 + } + ] + }, + { + "type": "canvas", + "width": 32, + "height": 32, + "margin": "1,2", + "content": [ + { + "type": "item", + "item": "deku_label", + "canvas_depth": 1, + "width": 32, + "height": 12 + } + ] + }, + { + "type": "canvas", + "width": 32, + "height": 32, + "margin": "1,2", + "content": [ + { + "type": "item", + "item": "dodongo_label", + "canvas_depth": 1, + "width": 32, + "height": 12 + } + ] + }, + { + "type": "canvas", + "width": 32, + "height": 32, + "margin": "1,2", + "content": [ + { + "type": "item", + "item": "jabu_label", + "canvas_depth": 1, + "width": 32, + "height": 12 + } + ] + } + ] + }, + { + "type": "array", + "orientation": "horizontal", + "margin": "5,0", + "content": [ + { + "type": "canvas", + "width": 66, + "height": 16, + "margin": "1,2", + "content": [ + { + "type": "item", + "item": "botw_label", + "canvas_depth": 1, + "width": 32, + "height": 12 + }, + { + "type": "item", + "item": "botw_small_keys", + "canvas_depth": 1, + "canvas_left": 34, + "canvas_top": 0, + "width": 16, + "height": 16 + } + ] + }, + { + "type": "canvas", + "width": 66, + "height": 16, + "margin": "1,2", + "content": [ + { + "type": "item", + "item": "gf_label", + "canvas_depth": 1, + "width": 32, + "height": 12 + }, + { + "type": "item", + "item": "gf_small_keys", + "canvas_depth": 1, + "canvas_left": 34, + "canvas_top": 0, + "width": 16, + "height": 16 + } + ] + }, + { + "type": "canvas", + "width": 66, + "height": 16, + "margin": "1,2", + "content": [ + { + "type": "item", + "item": "gtg_label", + "canvas_depth": 1, + "width": 32, + "height": 12 + }, + { + "type": "item", + "item": "gtg_small_keys", + "canvas_depth": 1, + "canvas_left": 34, + "canvas_top": 0, + "width": 16, + "height": 16 + } + ] + }, + { + "type": "canvas", + "width": 32, + "height": 16, + "margin": "1,2", + "content": [ + { + "type": "item", + "item": "ice_label", + "canvas_depth": 1, + "width": 32, + "height": 12 + } + ] + } + ] + } + ] + } + ] + } +} \ No newline at end of file diff --git a/ootrando_overworldmap_hamsda/var_itemsonlykeysanity/layouts/tracker.json b/ootrando_overworldmap_hamsda/var_itemsonlykeysanity/layouts/tracker.json new file mode 100644 index 00000000..cf449978 --- /dev/null +++ b/ootrando_overworldmap_hamsda/var_itemsonlykeysanity/layouts/tracker.json @@ -0,0 +1,20 @@ +{ + "tracker_default": { + "type": "container", + "background": "#212121", + "dropshadow": true, + "content": { + "type": "layout", + "key": "item_grid_tall" + } + }, + "tracker_horizontal": { + "type": "container", + "background": "#212121", + "dropshadow": true, + "content": { + "type": "layout", + "key": "item_grid_wide" + } + } +} \ No newline at end of file diff --git a/ootrando_overworldmap_hamsda/var_keysanity/layouts/capture.json b/ootrando_overworldmap_hamsda/var_keysanity/layouts/capture.json deleted file mode 100644 index e8d534ff..00000000 --- a/ootrando_overworldmap_hamsda/var_keysanity/layouts/capture.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "tracker_capture_item": { - "type": "container", - "content": { - "type": "itemgrid", - "item_margin": "1,2", - "rows": [ - [ - "sticks", - "nuts", - "bombs", - "bow", - "firearrow", - "dinsfire", - "sword1", - "", - "sword3" - ], - [ - "slingshot", - "ocarina", - "bombchu", - "hookshot", - "icearrow", - "faroreswind", - "shield1", - "shield2", - "shield3" - ], - [ - "boomerang", - "lens", - "beans", - "hammer", - "lightarrow", - "nayruslove", - "lift1", - "redtunic", - "bluetunic" - ], - [ - "bottle1", - "", - "", - "", - "adulttrade", - "kidtrade", - "scale1", - "ironboots", - "hoverboots" - ], - [ - "lullaby", - "epona", - "saria", - "sun", - "time", - "storm", - "wallet1", - "magic", - "generic_small_key" - ], - [ - "minuet", - "bolero", - "serenade", - "requiem", - "nocturne", - "prelude", - "carpenter", - "card", - "generic_boss_key" - ] - ] - } - } -} \ No newline at end of file diff --git a/ootrando_overworldmap_hamsda/var_keysanity/layouts/shared.json b/ootrando_overworldmap_hamsda/var_keysanity/layouts/shared.json index f575ff9a..37cdbb90 100644 --- a/ootrando_overworldmap_hamsda/var_keysanity/layouts/shared.json +++ b/ootrando_overworldmap_hamsda/var_keysanity/layouts/shared.json @@ -5,6 +5,7 @@ "content": [ { "type": "itemgrid", + "h_alignment": "left", "item_margin": "1,2", "rows": [ [ @@ -485,6 +486,7 @@ { "type": "itemgrid", "item_margin": "1,2", + "h_alignment": "left", "rows": [ [ "sticks", diff --git a/ootrando_overworldmap_hamsda/var_keysanity/layouts/tracker.json b/ootrando_overworldmap_hamsda/var_keysanity/layouts/tracker.json deleted file mode 100644 index f6aee170..00000000 --- a/ootrando_overworldmap_hamsda/var_keysanity/layouts/tracker.json +++ /dev/null @@ -1,203 +0,0 @@ -{ - "tracker_default": { - "type": "container", - "background": "#212121", - "content": { - "type": "dock", - "dropshadow": true, - "content": [ - { - "type": "dock", - "dock": "left", - "v_alignment": "stretch", - "margin": "0,0,3,0", - "content": [ - { - "type": "group", - "header": "Items", - "dock": "top", - "content": { - "type": "layout", - "key": "item_grid_tall", - "orientation": "vertical" - } - }, - { - "type": "group", - "header": "Settings", - "content": { - "type": "itemgrid", - "h_alignment": "left", - "item_margin": "1,2", - "rows": [ - [ - "type_bridge", - "type_forest", - "type_door", - "", - "", - "" - ], - [ - "type_kak", - "type_lens", - "logic_chus", - "", - "", - "" - ], - [ - "scrub_shuffle", - "shopsanity", - "show_skulltulas", - "", - "", - "" - ] - ] - } - } - ] - }, - { - "type": "dock", - "content": [ - { - "type": "tabbed", - "dock": "top", - "tabs": [ - { - "title": "Child", - "icon": "images/sword1.png", - "content": { - "type": "map", - "maps": [ - "child" - ] - } - }, - { - "title": "Adult", - "icon": "images/sword2.png", - "content": { - "type": "map", - "maps": [ - "adult" - ] - } - } - ] - }, - { - "type": "group", - "header": "Pinned Locations", - "margin": "3,0,0,0", - "content": { - "type": "recentpins", - "style": "wrap", - "h_alignment": "stretch", - "v_alignment": "stretch", - "orientation": "horizontal", - "compact": true - } - } - ] - } - ] - } - }, - "tracker_horizontal": { - "type": "container", - "background": "#212121", - "content": { - "type": "dock", - "dropshadow": true, - "content": [ - { - "type": "dock", - "dock": "bottom", - "content": [ - { - "type": "dock", - "dock": "left", - "margin": "0,0,3,0", - "content": [ - { - "type": "group", - "header": "Items", - "dock": "top", - "content": { - "type": "layout", - "key": "item_grid_wide", - "orientation": "vertical" - } - }, - { - "type": "group", - "header": "Settings", - "h_alignment": "stretch", - "content": { - "type": "itemgrid", - "h_alignment": "left", - "item_margin": "1,2", - "rows": [ - [ - "type_bridge", - "type_forest", - "type_door", - "type_kak", - "type_lens", - "logic_chus", - "scrub_shuffle", - "shopsanity", - "show_skulltulas" - ] - ] - } - } - ] - }, - { - "type": "group", - "header": "Pinned Locations", - "margin": "3,0,0,0", - "content": { - "type": "recentpins", - "style": "wrap", - "h_alignment": "stretch", - "v_alignment": "stretch", - "orientation": "horizontal", - "compact": true - } - } - ] - }, - { - "type": "tabbed", - "tabs": [ - { - "title": "Child", - "icon": "images/sword1.png", - "content": { - "type": "map", - "maps": [ - "child" - ] - } - }, - { - "title": "Adult", - "icon": "images/sword2.png", - "content": { - "type": "map", - "maps": [ - "adult" - ] - } - } - ] - } - ] - } - } -} \ No newline at end of file diff --git a/ootrando_overworldmap_hamsda/var_minimalist/layouts/shared.json b/ootrando_overworldmap_hamsda/var_minimalist/layouts/shared.json index f4908d6d..f17d06b6 100644 --- a/ootrando_overworldmap_hamsda/var_minimalist/layouts/shared.json +++ b/ootrando_overworldmap_hamsda/var_minimalist/layouts/shared.json @@ -1,6 +1,7 @@ { "item_grid_mini": { "type": "itemgrid", + "h_alignment": "left", "item_margin": "1,2", "rows": [ [ diff --git a/repository.json b/repository.json index a99a388e..46807ea4 100644 --- a/repository.json +++ b/repository.json @@ -36,6 +36,12 @@ "chathud" ] }, + { + "name": "Items Only (Keysanity)", + "flags": [ + "chathud" + ] + }, { "name": "Items Only (minimal)", "flags": [