i need a simple hitboxes code
I need a "player" with p1_x and p1_y to not be able to just walk over "flowbed" with fb1_x and fb1_y. The "player" should not be able to walk over "flowbed" anyone have a code?
I need a "player" with p1_x and p1_y to not be able to just walk over "flowbed" with fb1_x and fb1_y. The "player" should not be able to walk over "flowbed" anyone have a code?
AABB collision is probably the most simple method and should do what you need.
https://microstudio.dev/i/Duruti/collision_aabb/