johnfn / Illumination

2 stars 0 forks source link

Ordering of light beams #10

Closed hhcho closed 14 years ago

hhcho commented 14 years ago

When white light and reflected light are going in the same direction, the order of the two is random. Need to change the HashSet of lights to List and make sure white lights always inserted in the beginning. And make the white light beams a bit bigger so that the player can easily see both of the overlapped beams.

hhcho commented 14 years ago

done