Cleanup following f573db7 (on the renpy repo)
This commit is contained in:
parent
8c1005003f
commit
a67243c9c0
@ -140,8 +140,7 @@ screen book_menu(book=None):
|
|||||||
add "interface/book/book_open.webp"
|
add "interface/book/book_open.webp"
|
||||||
|
|
||||||
default page_title = None
|
default page_title = None
|
||||||
# on "show" action book.Open() # sets up all the screen variables we want, including page_title which serves as a trigger
|
on "show" action book.Open() # sets up all the screen variables we want, including page_title which serves as a trigger
|
||||||
timer 0.00000000001 action book.Open() # sets up all the screen variables we want, including page_title which serves as a trigger
|
|
||||||
|
|
||||||
if page_title is not None:
|
if page_title is not None:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user