forked from Cavemanon/SnootGame
Android open console thing
This commit is contained in:
@ -1064,6 +1064,10 @@ screen preferences():
|
|||||||
textbutton _("Mute All"):
|
textbutton _("Mute All"):
|
||||||
action Preference("all mute", "toggle")
|
action Preference("all mute", "toggle")
|
||||||
style "mute_all_button"
|
style "mute_all_button"
|
||||||
|
vbox:
|
||||||
|
style_prefix "radio"
|
||||||
|
label _("Play Tester options")
|
||||||
|
textbutton _("Open Console") action _console.enter
|
||||||
|
|
||||||
|
|
||||||
style pref_label is gui_label
|
style pref_label is gui_label
|
||||||
|
@ -12,7 +12,7 @@ label testo:
|
|||||||
pygame.image.save(data, savepath+"thmb_"+name+ext) #Saves the image to file
|
pygame.image.save(data, savepath+"thmb_"+name+ext) #Saves the image to file
|
||||||
|
|
||||||
$save_thumb(NOT_UNLOCKED_COVER,"default",".jpg")
|
$save_thumb(NOT_UNLOCKED_COVER,"default",".jpg")
|
||||||
|
define config.developer = True
|
||||||
init python:
|
init python:
|
||||||
|
|
||||||
# CONST PARAMS
|
# CONST PARAMS
|
||||||
|
Reference in New Issue
Block a user