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 2 additions and 2 deletions
Showing only changes of commit 9f8982512a - Show all commits

View File

@ -65,11 +65,11 @@ screen mod_menu():
if len(mod_menu_access) != 0:
vbox:
use mod_menu_button("gui/button/menubuttons/template_idle.png", "Return", ShowMenu("main_menu"))
use mod_menu_button("gui/button/menubuttons/template_idle.png", _("Return"), ShowMenu("main_menu"))
spacing 18
use mod_menu_buttons("gui/button/menubuttons/template_idle.png", mod_menu_access )
else:
use mod_menu_button("gui/button/menubuttons/template_idle.png", "Return", ShowMenu("main_menu"))
use mod_menu_button("gui/button/menubuttons/template_idle.png", _("Return"), ShowMenu("main_menu"))
text _("You have no mods! \nInstall some in:\n\"[moddir]\""):
style_prefix "navigation"
size 45