Update addons/escoria-core/game/core-scripts/esc_item.gd
Co-authored-by: Julian Murgia <the.straton@gmail.com>
This commit is contained in:
committed by
Julian Murgia
parent
1709a25452
commit
29c38e7e30
@@ -511,7 +511,7 @@ func get_interact_position() -> Vector2:
|
|||||||
interact_position = collision.global_position
|
interact_position = collision.global_position
|
||||||
escoria.logger.warn(
|
escoria.logger.warn(
|
||||||
self,
|
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)
|
"%s. Middle of collision shape will be used." % global_id)
|
||||||
|
|
||||||
if multiple_positions_found:
|
if multiple_positions_found:
|
||||||
|
|||||||
Reference in New Issue
Block a user