1 decade ago by szimek
Is there a built-in way to draw animation and collision boxes for entities like in Box2D (I'm not using Box2D right now)? I'm doing some strange position/angle mapping in draw function and have small issues that are hard to debug. I could try to draw them myself, but it's possible that I'll forget about applying offset, pivot or some other property and end up with incorrect boxes and that won't help me find my issue for sure :)