diff --git a/addons/escoria-core/game/core-scripts/behaviors/esc_movable.gd b/addons/escoria-core/game/core-scripts/behaviors/esc_movable.gd index d44dbd76..a2367f83 100644 --- a/addons/escoria-core/game/core-scripts/behaviors/esc_movable.gd +++ b/addons/escoria-core/game/core-scripts/behaviors/esc_movable.gd @@ -377,7 +377,7 @@ func _get_dir_deg(deg: int, animations: ESCAnimationResource) -> int: if dir == -1: escoria.logger.error( self, - "No animation has been configured for angle %s." + str(deg) + "No animation has been configured for angle %s." % str(deg) ) return dir