Celeste 64: Option Groups (#3321)

* Celeste 64: Option Groups

* Retarget OptionGroup import
This commit is contained in:
PoryGone
2024-05-21 18:22:39 -04:00
committed by GitHub
parent a1c2e8715e
commit 20134d3b1e
2 changed files with 28 additions and 2 deletions

View File

@@ -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.