Skip to content

Commit

Permalink
feat(book): add find lord_book
Browse files Browse the repository at this point in the history
  • Loading branch information
rmacohen committed Sep 8, 2024
1 parent de9de16 commit 656be94
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Binary file added game/images/items/book.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions game/story/meet_lord.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ label meet_lord:

scene bg interior entrance day with dissolve

show screen lord_book

show lord smile at center
with dissolve

Expand Down Expand Up @@ -40,6 +42,26 @@ label meet_lord:
pass

lord "I’ll need a few days before I can finish the paperwork."

lord "Would you mind passing me that book to your left?"

call screen lord_book

screen lord_book():
imagebutton:
xpos 100
ypos 515
idle "items/book.png"
hover "items/book.png"
action Jump("lord_book_found")
at scale(0.17)

label lord_book_found:
hide screen lord_book
player "Here you go."

lord "Thank you, [player_name]."

lord "Please rest in the guest bedroom in the meantime."

player "Alright."
Expand Down

0 comments on commit 656be94

Please sign in to comment.