Skip to content

Instantly share code, notes, and snippets.

@renpytom
Created September 10, 2019 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save renpytom/1bb5295abd347cbcabfdc77fa3d8feae to your computer and use it in GitHub Desktop.
Save renpytom/1bb5295abd347cbcabfdc77fa3d8feae to your computer and use it in GitHub Desktop.
imagebutton:
ypos -300
xpos -0.05
idle "starspacesimple.png"
imagebutton:
ypos -400
xpos 0.9
idle "exit.png"
action [Hide("phone_screen"),NullAction(), Return]
if groupotif:
imagebutton:
ypos -100
xpos 0.1
idle "texting_app_notif.png"
action [SetVariable "texting",1), SetVariable("unlock",0)]
else:1
imagebutton:
ypos -100
xpos 0.1
idle "texting_app.png"
action [SetVariable("error",1), SetVariable("unlock",0)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment