Added some comments

This commit is contained in:
keizaal 2021-05-27 15:18:35 +02:00
parent a0a8323032
commit e1d1803cd2

View File

@ -54,6 +54,10 @@ public class HitBox {
}
/*
* @param hb an Hitbox
* @return true if HitBox overlap else return false
*/
public Boolean hit(HitBox hb) {
Boolean horiz = false;
Boolean ver = false;