Celeste 64: Option Groups (#3321)
* Celeste 64: Option Groups * Retarget OptionGroup import
This commit is contained in:
@@ -7,7 +7,7 @@ from .Items import Celeste64Item, unlockable_item_data_table, move_item_data_tab
|
||||
from .Locations import Celeste64Location, strawberry_location_data_table, friend_location_data_table,\
|
||||
sign_location_data_table, car_location_data_table, location_table
|
||||
from .Names import ItemName, LocationName
|
||||
from .Options import Celeste64Options
|
||||
from .Options import Celeste64Options, celeste_64_option_groups
|
||||
|
||||
|
||||
class Celeste64WebWorld(WebWorld):
|
||||
@@ -24,6 +24,8 @@ class Celeste64WebWorld(WebWorld):
|
||||
|
||||
tutorials = [setup_en]
|
||||
|
||||
option_groups = celeste_64_option_groups
|
||||
|
||||
|
||||
class Celeste64World(World):
|
||||
"""Relive the magic of Celeste Mountain alongside Madeline in this small, heartfelt 3D platformer.
|
||||
|
||||
Reference in New Issue
Block a user