Update addons/escoria-core/game/core-scripts/esc_item.gd

Co-authored-by: Julian Murgia <the.straton@gmail.com>
This commit is contained in:
balloonpopper
2023-01-20 01:07:45 +11:00
committed by Julian Murgia
parent 1709a25452
commit 29c38e7e30

View File

@@ -511,7 +511,7 @@ func get_interact_position() -> Vector2:
interact_position = collision.global_position
escoria.logger.warn(
self,
"No ESClocation found to walk to for object " +
"No ESCLocation found to walk to for object " +
"%s. Middle of collision shape will be used." % global_id)
if multiple_positions_found: