Fix typo
This commit is contained in:
parent
5980329125
commit
7432f8325c
@ -43,7 +43,7 @@ label shop_item_menu(xx=150, yy=90):
|
|||||||
show screen shop_item(xx, yy)
|
show screen shop_item(xx, yy)
|
||||||
|
|
||||||
label .after_init:
|
label .after_init:
|
||||||
$ renpy.dynamix(__choice = ui.interact())
|
$ renpy.dynamic(__choice = ui.interact())
|
||||||
|
|
||||||
if __choice[0] == "select":
|
if __choice[0] == "select":
|
||||||
$ current_item = __choice[1]
|
$ current_item = __choice[1]
|
||||||
|
Loading…
Reference in New Issue
Block a user