There Is A Thing Such as Bound To Layout But Is There Bound To Solid?? Replies Would Be Appreciated Thank You.
Nope. Solid is solid.
The closest workaround would be a tilemap with the solid behavior as an outer collision detector.
Then you could pin objects as boundaries in the same manner.
Develop games in your browser. Powerful, performant & highly capable.
But some time my character glitches out of the solid I'm making an mobile game
Yeah that can happen on games based on ticks.
You have to make sure objects can only go so fast, and obstacles are not too small.
Then be sure everything is using delta time(dt).