Closed jbtule closed 9 years ago
depends on issue #17
I think UFOs should collide into asteroids, killing the UFO and breaking the asteroid into smaller pieces (similar to player).
@dummey completed this issue in commit fb5a833430c0f5ea58b186b279640c889d2f1374
We should put shapes in the the bit mask layers so it doesn't spend the effort for calculating collisions when we don't care.
So Player: 1 (
0b01
) Laser_beam: 2 (0b10
) UFO & Asteriod: 3 (0b11
),