-
-
Notifications
You must be signed in to change notification settings - Fork 3
Make Elements Pass Through Tree Leaves #107
Copy link
Copy link
Open
Labels
BugIdentifies a bug or issue in the code.Identifies a bug or issue in the code.EnhancementRepresents an enhancement or improvement.Represents an enhancement or improvement.FeedbackCollects user feedback and suggestions.Collects user feedback and suggestions.
Metadata
Metadata
Assignees
Labels
BugIdentifies a bug or issue in the code.Identifies a bug or issue in the code.EnhancementRepresents an enhancement or improvement.Represents an enhancement or improvement.FeedbackCollects user feedback and suggestions.Collects user feedback and suggestions.
Projects
Status
Pending
Currently, a recurring behavior in the game is that elements like water, soil, and other "powders" get stuck above the tree leaves. This feels a bit strange, considering that in real life, these elements would pass through the leaves and fall to the ground.
To solve this, it would be necessary to implement a mechanic where tree leaves do not completely block the passage of these elements, allowing them to fall through the leaves and reach the ground below.