The Witness: Laser Hints (#2895)
This commit is contained in:
@@ -33,6 +33,7 @@ witness_option_presets: Dict[str, Dict[str, Any]] = {
|
||||
"puzzle_skip_amount": PuzzleSkipAmount.default,
|
||||
"hint_amount": HintAmount.default,
|
||||
"area_hint_percentage": AreaHintPercentage.default,
|
||||
"laser_hints": LaserHints.default,
|
||||
"death_link": DeathLink.default,
|
||||
},
|
||||
|
||||
@@ -66,6 +67,7 @@ witness_option_presets: Dict[str, Dict[str, Any]] = {
|
||||
"puzzle_skip_amount": 15,
|
||||
"hint_amount": HintAmount.default,
|
||||
"area_hint_percentage": AreaHintPercentage.default,
|
||||
"laser_hints": LaserHints.default,
|
||||
"death_link": DeathLink.default,
|
||||
},
|
||||
|
||||
@@ -99,6 +101,7 @@ witness_option_presets: Dict[str, Dict[str, Any]] = {
|
||||
"puzzle_skip_amount": 15,
|
||||
"hint_amount": HintAmount.default,
|
||||
"area_hint_percentage": AreaHintPercentage.default,
|
||||
"laser_hints": LaserHints.default,
|
||||
"death_link": DeathLink.default,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user