mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-02 06:46:34 +01:00
remove comment that no longer applies in mod menu
This commit is contained in:
parent
5d44682f49
commit
3d51bae4a6
1 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue