shop
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from untitled import ui
|
||||
from untitled.screens import shop
|
||||
|
||||
|
||||
def options():
|
||||
@@ -10,3 +11,9 @@ def options():
|
||||
return "save"
|
||||
case "Save and quit":
|
||||
return "savequit"
|
||||
|
||||
|
||||
def go_to(save):
|
||||
match ui.select("Where do you want to go?", ["The shop", "Back"]):
|
||||
case "The shop":
|
||||
shop.shop(save)
|
||||
|
||||
Reference in New Issue
Block a user