Skip to content

Commit

Permalink
textmode adjustments
Browse files Browse the repository at this point in the history
fast text default (fixing mistake)
remove no text option (its buggy)
  • Loading branch information
threeandthreee committed Oct 5, 2024
1 parent ba00a53 commit 5ef69ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions worlds/ladx/Options.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,14 +344,12 @@ class Quickswap(Choice, LADXROption):
class TextMode(Choice, LADXROption):
"""
[Fast] Makes text appear twice as fast
[No-Text] Removes all text from the game
"""
display_name = "Text Mode"
ladxr_name = "textmode"
option_default = 0
option_fast = 1
option_none = 2
default = option_default
default = option_fast
visibility = Visibility.none


Expand Down

0 comments on commit 5ef69ae

Please sign in to comment.