This site requires JavaScript, please enable it in your browser!
Greenfoot back
mole2003
mole2003 wrote ...

2018/8/12

hitboxes

mole2003 mole2003

2018/8/12

#
Hi all, In a game I am making the hitboxes are all the deafult squares. How can I change this? If you are posting a code the actors hitting are "Trex" and "threeShort".
Super_Hippo Super_Hippo

2018/8/12

#
mole2003 mole2003

2018/8/12

#
which bits of code would I need from this scenario
Super_Hippo Super_Hippo

2018/8/12

#
Copy the Collision class into your project and let all classes which need to perform the checks extend this class.
You need to login to post a reply.