[img]https://i.sstatic .net/TCwr1CJj.png[/img]
Код: Выделить всё
if renpy.variant("pc"):
## The quit button is banned on iOS and unnecessary on Android and
## Web.
textbutton _("Quit") action Quit(confirm=not main_menu)
Код: Выделить всё
if renpy.variant("pc"):
Подробнее здесь: https://stackoverflow.com/questions/791 ... app-with-a