mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-03-23 02:22:49 +01:00
Remove check that makes developer tools only appear when config.developer is on
This commit is contained in:
parent
7309c68119
commit
557ce88ff4
1 changed files with 5 additions and 6 deletions
|
@ -998,7 +998,6 @@ screen preferences():
|
||||||
textbutton _("After Choices") action [Function(onclick_audio, preferences.skip_after_choices), ToggleVariable("preferences.skip_after_choices", True, False)]
|
textbutton _("After Choices") action [Function(onclick_audio, preferences.skip_after_choices), ToggleVariable("preferences.skip_after_choices", True, False)]
|
||||||
textbutton _("Transitions") action [Function(onclick_audio, preferences.transitions, True), ToggleVariable("preferences.transitions", 0, 2)]
|
textbutton _("Transitions") action [Function(onclick_audio, preferences.transitions, True), ToggleVariable("preferences.transitions", 0, 2)]
|
||||||
|
|
||||||
if config.developer:
|
|
||||||
vbox:
|
vbox:
|
||||||
style_prefix "check"
|
style_prefix "check"
|
||||||
label _("Developer Tools")
|
label _("Developer Tools")
|
||||||
|
|
Loading…
Reference in a new issue