Remove not unicode char
This commit is contained in:
@@ -237,7 +237,7 @@ func perform_inputevent_on_object(
|
|||||||
var destination_position: Vector2 = escoria.main.current_scene.player \
|
var destination_position: Vector2 = escoria.main.current_scene.player \
|
||||||
.global_position
|
.global_position
|
||||||
|
|
||||||
# If clicked object not in inventory, player walks towards it
|
# If clicked object not in inventory, player walks towards it
|
||||||
if not obj.node is ESCPlayer and \
|
if not obj.node is ESCPlayer and \
|
||||||
not escoria.inventory_manager.inventory_has(obj.global_id) and \
|
not escoria.inventory_manager.inventory_has(obj.global_id) and \
|
||||||
not event_flags & ESCEvent.FLAG_TK:
|
not event_flags & ESCEvent.FLAG_TK:
|
||||||
|
|||||||
Reference in New Issue
Block a user