TUNIC: Add option presets (#3377)

* Add option presets

* why the hell is there an s here

* entrance rando yes
This commit is contained in:
Scipio Wright
2024-05-22 20:12:59 -04:00
committed by GitHub
parent 92392c0e65
commit a43e294786
2 changed files with 24 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ from .er_rules import set_er_location_rules
from .regions import tunic_regions
from .er_scripts import create_er_regions
from .er_data import portal_mapping
from .options import TunicOptions, EntranceRando, tunic_option_groups
from .options import TunicOptions, EntranceRando, tunic_option_groups, tunic_option_presets
from worlds.AutoWorld import WebWorld, World
from worlds.generic import PlandoConnection
from decimal import Decimal, ROUND_HALF_UP
@@ -28,6 +28,7 @@ class TunicWeb(WebWorld):
theme = "grassFlowers"
game = "TUNIC"
option_groups = tunic_option_groups
options_presets = tunic_option_presets
class TunicItem(Item):