Fix: Wizard - verify that inventory items are written to valid folders

This commit is contained in:
Balloonpopper
2022-11-27 00:01:51 +11:00
parent 0377cabce9
commit 36c199a5f5
5 changed files with 92 additions and 40 deletions

View File

@@ -41,5 +41,3 @@ func CharacterCreator_pressed() -> void:
func InventoryItem_pressed() -> void:
$Menu.visible = false
$ItemCreator.visible = true
$ItemCreator.inventory_mode = false
$ItemCreator.item_creator_reset()