extends Node2D

    func set_cursor_local_position(_pos : Vector2):
        var cursor_local_position = _pos
        position = cursor_local_position