Implements mod support and fixes the gallery in Android #211

Merged
MapAnon merged 5 commits from Legalo/SnootGame:android_mods into Patch8-RAGE 2022-11-29 07:12:20 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit dc80db05c7 - Show all commits

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") ]
] )