[Klonan] [1.1.5] Incorrect collision layer defaults
Posted: Sat Dec 05, 2020 7:02 pm
data/core/lualib/collision-mask-util.lua
Contains the default collision mask:
unit = {"doodad-layer", "item-layer", "not-colliding-with-itself", "consider-tile-transitions"},
but should be something like
unit = {"player-layer", "train-layer", "consider-tile-transitions"},
It might be a worth automating the defaults list population for futureproofing.
Contains the default collision mask:
unit = {"doodad-layer", "item-layer", "not-colliding-with-itself", "consider-tile-transitions"},
but should be something like
unit = {"player-layer", "train-layer", "consider-tile-transitions"},
It might be a worth automating the defaults list population for futureproofing.