forked from SilverStudioGames/WTS
Compare commits
2 Commits
85bf97bdf9
...
39fc0c8a76
Author | SHA1 | Date | |
---|---|---|---|
39fc0c8a76 | |||
5925a9298c |
@ -44,14 +44,11 @@ label desk:
|
|||||||
|
|
||||||
#Screens
|
#Screens
|
||||||
play sound "sounds/scroll.ogg"
|
play sound "sounds/scroll.ogg"
|
||||||
show screen desk_menu
|
call screen desk_menu(_with_none=False) with d1
|
||||||
with d1
|
|
||||||
|
|
||||||
$ renpy.dynamic(__choice = ui.interact())
|
|
||||||
|
|
||||||
hide screen desk_menu
|
|
||||||
#Do NOT add a transition here!
|
#Do NOT add a transition here!
|
||||||
|
|
||||||
|
$ renpy.dynamic(__choice = _return)
|
||||||
|
|
||||||
|
|
||||||
#Hermione
|
#Hermione
|
||||||
if __choice == "hermione" and states.her.busy:
|
if __choice == "hermione" and states.her.busy:
|
||||||
@ -241,7 +238,7 @@ screen crystal_ball():
|
|||||||
zorder 8
|
zorder 8
|
||||||
|
|
||||||
add "interface/desk/crystal_ball.webp" xpos 268 ypos 0
|
add "interface/desk/crystal_ball.webp" xpos 268 ypos 0
|
||||||
if not ball_hint == None:
|
if ball_hint is not None:
|
||||||
add "interface/desk/hints/glow.webp" xpos 268+40
|
add "interface/desk/hints/glow.webp" xpos 268+40
|
||||||
add "interface/desk/hints/"+str(ball_hint)+ ".webp" xpos 268+125 xanchor 0.5
|
add "interface/desk/hints/"+str(ball_hint)+ ".webp" xpos 268+125 xanchor 0.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user