forked from SilverStudioGames/WTS
Use renpy statement instead of python equivalent
This commit is contained in:
parent
a39641f5cb
commit
65ae5ce797
@ -138,7 +138,7 @@ label desk:
|
|||||||
with d3
|
with d3
|
||||||
call gen_walk(action="leave", speed=1.5)
|
call gen_walk(action="leave", speed=1.5)
|
||||||
|
|
||||||
$ renpy.jump(__choice)
|
jump expression __choice
|
||||||
|
|
||||||
screen desk_menu():
|
screen desk_menu():
|
||||||
tag desk_interface
|
tag desk_interface
|
||||||
|
Loading…
Reference in New Issue
Block a user