I have one
There is a tilemap in the construct. How can I add a collision mask to some frames in this tilemap?
Develop games in your browser. Powerful, performant & highly capable.
You'll need to add the solid behavior to the tilemap then check the little box that says "Use collision".
You can also use an invisible sprite that is solid and make the collision shapes to your need.