New items + base typing + price generation + new menu template
This commit is contained in:
parent
ff19560f0b
commit
50be4a0bb2
20 changed files with 408 additions and 37 deletions
|
|
@ -19,7 +19,8 @@ func _ready():
|
|||
change_menu(0)
|
||||
else:
|
||||
change_menu(5)
|
||||
profile_status.text = "Current profile: [{profile}]".format({"profile": Game.profile.profile_meta['meta']['profile_name']})
|
||||
var format = {"profile": Game.profile.profile_meta['meta']['profile_name']}
|
||||
profile_status.text = "Current profile: [{profile}]".format(format)
|
||||
|
||||
func change_menu(id):
|
||||
input.visible = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue