Posts by Thiago • 111 points
1 post
-
1
votes1
answer286
viewsA: How to detect collisions using Slick2d?
You need to associate with the objects that will detect collision a Rectangle type variable (it is part of Slick2d). When constructing a Rectangle, the parameters x, y, width and height should be…