Cleanup following f573db7 (on the renpy repo)

This commit is contained in:
Gouvernathor 2023-11-18 05:05:21 +01:00
parent 8c1005003f
commit a67243c9c0
1 changed files with 1 additions and 2 deletions

View File

@ -140,8 +140,7 @@ screen book_menu(book=None):
add "interface/book/book_open.webp"
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
timer 0.00000000001 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
if page_title is not None: