Adds back mod button to android

This commit is contained in:
GManon 2022-11-29 01:14:31 -03:00
parent 001d7fff0f
commit dc80db05c7
1 changed files with 1 additions and 0 deletions

View File

@ -1785,6 +1785,7 @@ screen extrasnavigation(): #Updates are removed (not even supported by Ren'Py)
[ "Help", ShowMenu("help") ],
[ "About", ShowMenu("about") ],
[ "Gallery", ShowMenu("cg_gallery_0") ],
[ "Mods", ShowMenu("mod_menu") ],
[ "Return", ShowMenu("main_menu") ]
] )