Collision builtin asset idea

Please complete the following questions!

Has this feature been suggested before?
nope

Is your feature request related to a problem? Please describe.
it would be much easier to have a builtin asset for collision or 2

Describe the solution you’d like
there should be one or two builtin assets for collision, there is player movement but not collision and we are forced to code it ourselves or ask someone. maybe there could be one for topdown and one for platformers. this would be good for beginners.

Describe alternatives you’ve considered
I don’t know.

Image/Video Explanation Optional
image

Additional context
Add any other context or screenshots about the feature request here.

2 Likes

Sucks they didnt add it in candlestick, wouldve been cool though

It is in Luke Tools though

It’s very easy to code it. You just need to get the frame/layer you want and do the this.hits(that) check to each entity.

1 Like