To get a "shadow" appearance for a sprite, set its modulate to a black translucent color such as (0, 0, 0, 0.4)
.
To distort it, decrease its Y scale and shear it using a sprite shader. You should be able to find a shader for that online relatively easily.