Is there a way to have this player enter the green area, but only from the left side without having to create 3 walls on the top, right, and bottom? Like turn off solid if entering from the left side.
Just give the sprite this collision polygon shape
is there a way to still have collision with the rest of the sprite? if not might just have to create extra walls.
Develop games in your browser. Powerful, performant & highly capable.
Yes, better use walls in this case
Compare angle to detect which side a moving object entering by: dropbox.com/s/6joihvooo114gy0/enter_left.capx
oh nice! thats what i was looking for, thanks