Search found 2 matches

by AlexiSonicKST
Sun Jul 05, 2020 1:09 pm
Forum: Ren'Py Questions and Announcements
Topic: Show a screen of custom layer [Solved]
Replies: 1
Views: 284

Re: Show a screen of custom layer

The solution was deceptively simple.

Use

Code: Select all

screen myscreen():
      layer "master"
      ImageButton ....
Thank you Pinky! on the Discord!
by AlexiSonicKST
Sun Jul 05, 2020 12:23 pm
Forum: Ren'Py Questions and Announcements
Topic: Show a screen of custom layer [Solved]
Replies: 1
Views: 284

Show a screen of custom layer [Solved]

Hi guys. Would you happen to know if there is any way to show a screen on a different layer than "screens" ? I've tried this, suggested in https://lemmasoft.renai.us/forums/viewtopic.php?t=25661 screen myscreen: on "show" action Show("myscreen_real", _layer="specia...