chore: renames items_autoregister_path to inventory_items_path (#620)

Co-authored-by: Balloonpopper <balloonpopper@git.com>
This commit is contained in:
balloonpopper
2022-08-09 16:11:36 +10:00
committed by GitHub
parent 0b7f1b4564
commit c9e785142f
5 changed files with 8 additions and 8 deletions

View File

@@ -763,7 +763,7 @@ debug/crash_message="We're sorry, but the game crashed. Please send us the follo
debug/enable_room_selector=true
debug/room_selector_room_dir="res://game/rooms"
ui/game_scene="res://addons/escoria-ui-9verbs/game.tscn"
ui/items_autoregister_path="res://game/items/inventory"
ui/inventory_items_path="res://game/items/inventory"
ui/default_transition="instant"
ui/transition_paths=[ "res://addons/escoria-core/game/scenes/transitions/shaders/" ]
ui/inventory_item_size=Vector2( 72, 72 )