Continued camera effects adding (zoom, shift)

Added trigger behaviour to ESCItem and removed ESCTriggerZone.
This commit is contained in:
Julian Murgia
2021-01-18 23:32:38 +01:00
parent ff56816205
commit 6890d927f5
24 changed files with 581 additions and 246 deletions

View File

@@ -25,8 +25,6 @@ func _enter_tree():
load("res://addons/escoria-core/game/core-scripts/escroom.gd"), null)
add_custom_type("ESCTerrain", "Navigation2D",
load("res://addons/escoria-core/game/core-scripts/escterrain.gd"), null)
add_custom_type("ESCTriggerZone", "Area2D",
load("res://addons/escoria-core/game/core-scripts/esctriggerzone.gd"), null)
set_escoria_main_settings()
set_escoria_debug_settings()
@@ -152,7 +150,6 @@ func _exit_tree():
remove_custom_type("ESCPlayer")
remove_custom_type("ESCRoom")
remove_custom_type("ESCTerrain")
remove_custom_type("ESCTriggerZone")
remove_autoloads()