From 12056f68d6b436a21854b21a5ccbd9a57276aaf5 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Thu, 22 Apr 2021 10:52:16 -0500 Subject: [PATCH] Changed defaults for Door and OW --- resources/app/gui/randomize/dungeon/widgets.json | 2 +- resources/app/gui/randomize/overworld/widgets.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/app/gui/randomize/dungeon/widgets.json b/resources/app/gui/randomize/dungeon/widgets.json index d3699ee2..5701c609 100644 --- a/resources/app/gui/randomize/dungeon/widgets.json +++ b/resources/app/gui/randomize/dungeon/widgets.json @@ -2,7 +2,7 @@ "widgets": { "dungeondoorshuffle": { "type": "selectbox", - "default": "basic", + "default": "vanilla", "options": [ "vanilla", "basic", diff --git a/resources/app/gui/randomize/overworld/widgets.json b/resources/app/gui/randomize/overworld/widgets.json index d2c594d2..8ccc6c5e 100644 --- a/resources/app/gui/randomize/overworld/widgets.json +++ b/resources/app/gui/randomize/overworld/widgets.json @@ -2,7 +2,7 @@ "widgets": { "overworldshuffle": { "type": "selectbox", - "default": "vanilla", + "default": "full", "options": [ "vanilla", "full"