Search found 3 matches
- Thu Apr 14, 2016 6:05 pm
- Forum: Modding help
- Topic: Water collison mask
- Replies: 4
- Views: 1361
Re: Water collison mask
I tried multiple ways to change trees their collision mask but not a single one worked. Any idea how it would? Also i'm fine with it hitting rocks. If it would just ignore trees that would be great.
- Wed Apr 13, 2016 6:27 pm
- Forum: Modding help
- Topic: Water collison mask
- Replies: 4
- Views: 1361
Re: Water collison mask
Okay so i understand how the collision mask works but the problem is that trees and water are under the same layer called "water-tile". But i wont it to ignore trees but not water. Is this perhaps not possible? Thank you for that quick respond though 

- Wed Apr 13, 2016 2:48 pm
- Forum: Modding help
- Topic: Water collison mask
- Replies: 4
- Views: 1361
Water collison mask
I'm having a issue with a entity involving water tiles. I'm trying to make him collision free except for water tiles. So i made his collision box "{{0,0}, {0,0}}," and his collision mask to "water-tile" but it went over water... I did some research and it seems water tiles aren't in that layer. Is ...