Renamed all room folders to use 2 digits.

This commit is contained in:
Julian Murgia
2021-07-06 08:48:41 +02:00
parent dc4cda82ab
commit 7de969d75e
129 changed files with 143 additions and 442 deletions

View File

@@ -56,7 +56,7 @@ func register_object(object: ESCObject, force: bool = false) -> void:
object.node.esc_script
)
object.events = script.events
objects[object.global_id] = object
@@ -97,7 +97,6 @@ func get_object(global_id: String) -> ESCObject:
func unregister_object(object: ESCObject) -> void:
if not escoria.inventory_manager.inventory_has(object.global_id) \
and not object.global_id in RESERVED_OBJECTS:
objects.erase(object.global_id)