Skip to content

Commit

Permalink
more work on variants
Browse files Browse the repository at this point in the history
added new variant Items Only (Keysanity)
fixed h_alignment for Items Only variants
moved around/deleted a few more files
  • Loading branch information
Hamsda committed Sep 28, 2018
1 parent bff0ec6 commit 70e4ba9
Show file tree
Hide file tree
Showing 10 changed files with 1,016 additions and 280 deletions.
1 change: 1 addition & 0 deletions ootrando_overworldmap_hamsda/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions ootrando_overworldmap_hamsda/layouts/shared.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"content": [
{
"type": "itemgrid",
"h_alignment": "left",
"item_margin": "1,2",
"rows": [
[
Expand Down Expand Up @@ -323,6 +324,7 @@
"content": [
{
"type": "itemgrid",
"h_alignment": "left",
"item_margin": "1,2",
"rows": [
[
Expand Down
3 changes: 3 additions & 0 deletions ootrando_overworldmap_hamsda/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"var_itemsonly": {
"display_name": "Items Only"
},
"var_itemsonlykeysanity": {
"display_name": "Items Only (Keysanity)"
},
"var_minimalist": {
"display_name": "Items Only (minimal)"
}
Expand Down
Loading

0 comments on commit 70e4ba9

Please sign in to comment.