fix: makes the loading process more consistent by using all ESC commands; also fixes issue caused by loaded save games not executing :setup or :ready, thereby preventing proper room switching in this case
This commit is contained in:
committed by
Julian Murgia
parent
ecb7bfb528
commit
84c84d3a0f
@@ -54,6 +54,7 @@ func add_new_item_by_id(item_id: String) -> void:
|
||||
item_id,
|
||||
ResourceLoader.load(inventory_file).instance()
|
||||
),
|
||||
null,
|
||||
true
|
||||
)
|
||||
else:
|
||||
@@ -79,6 +80,7 @@ func add_new_item_by_id(item_id: String) -> void:
|
||||
item_id,
|
||||
inventory_item_button
|
||||
),
|
||||
null,
|
||||
true
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user