Hey there.
For the purpose of debugging I want to see the hitboxes of my objects.
Is it possible to show the hitbox of an object?
If yes, how do you do it?
Thanks in advance.
Hey there.
For the purpose of debugging I want to see the hitboxes of my objects.
Is it possible to show the hitbox of an object?
If yes, how do you do it?
Thanks in advance.
local physics = require "physics" physics.setDrawMode( "hybrid" )
https://docs.coronalabs.com/daily/api/library/physics/setDrawMode.html
Thanks man!
local physics = require "physics" physics.setDrawMode( "hybrid" )
https://docs.coronalabs.com/daily/api/library/physics/setDrawMode.html
Thanks man!