From 726ecfa6ba69a5f78a99c81b2d254feb0bf89c7e Mon Sep 17 00:00:00 2001 From: GManon Date: Wed, 19 Oct 2022 22:53:16 -0300 Subject: [PATCH] Android open console thing --- game/screens.rpy | 4 ++++ game/src/cg_gallery.rpy | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/game/screens.rpy b/game/screens.rpy index 4b66660..2a489b1 100644 --- a/game/screens.rpy +++ b/game/screens.rpy @@ -1064,6 +1064,10 @@ screen preferences(): textbutton _("Mute All"): action Preference("all mute", "toggle") style "mute_all_button" + vbox: + style_prefix "radio" + label _("Play Tester options") + textbutton _("Open Console") action _console.enter style pref_label is gui_label diff --git a/game/src/cg_gallery.rpy b/game/src/cg_gallery.rpy index c693748..5cc9fcb 100644 --- a/game/src/cg_gallery.rpy +++ b/game/src/cg_gallery.rpy @@ -12,7 +12,7 @@ label testo: pygame.image.save(data, savepath+"thmb_"+name+ext) #Saves the image to file $save_thumb(NOT_UNLOCKED_COVER,"default",".jpg") - +define config.developer = True init python: # CONST PARAMS