Hello guys, I am new to godot and game development so I dont know how to create shadows for trees,i mean i tried to draw shadow with tree in asesprite but because i was using sprite ordering, the shadow was overlaping the player so it looks not good, so i separeted the shadow but because my trees are tiles i need to every time add shadow to it so I dont know what to do,any ideas? There is my game screenshot.
You can draw shadows and export them as a different Sprite,then add 1 to the tree sprites z-index.And if you are using tilemap then check this video.This may help you : )
I watched the video but i didn’t see how he used shadows, only how to setup the ordering, it wss useful but not what I want, because of i am not using trees as sprites i can’t add shadows sprite to them that’s the problem.