remove comment that no longer applies in mod menu
This commit is contained in:
@ -897,8 +897,6 @@ screen mod_menu():
|
|||||||
key ["any_K_BACKSPACE"] action SetScreenVariable("mod_metadata", {})
|
key ["any_K_BACKSPACE"] action SetScreenVariable("mod_metadata", {})
|
||||||
|
|
||||||
# Displays the mod metadata on the left side
|
# Displays the mod metadata on the left side
|
||||||
# This has two seperate viewports for error display because renpy is retarded
|
|
||||||
|
|
||||||
$ needs_android_buttons = renpy.variant(["mobile", "steam_deck"]) and (mod_metadata.get("Label") != None or (mod_metadata != {} and len(mod_menu_errorcodes) != 0))
|
$ needs_android_buttons = renpy.variant(["mobile", "steam_deck"]) and (mod_metadata.get("Label") != None or (mod_metadata != {} and len(mod_menu_errorcodes) != 0))
|
||||||
vbox:
|
vbox:
|
||||||
style_prefix "mod_menu"
|
style_prefix "mod_menu"
|
||||||
|
Reference in New Issue
Block a user