Deleted non-CC0 assets

Managed room7 camera pushes
This commit is contained in:
Julian Murgia
2021-01-09 18:41:35 +01:00
parent ff89dc1677
commit 933122f085
678 changed files with 2659 additions and 4758 deletions

View File

@@ -96,6 +96,9 @@ func register_object(object : Object):
if object is ESCTerrain:
room_terrain = object
# if object is ESCBackground:
# $esc_runner.register_object(object_id, object, true)
if object is ESCCamera:
$esc_runner.register_object(object_id, object, true)