New items + base typing + price generation + new menu template

This commit is contained in:
gotfishmakesticks 2023-11-13 13:38:43 +03:00
commit 50be4a0bb2
20 changed files with 408 additions and 37 deletions

View file

@ -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