BambooSoftware / tloll

0 stars 0 forks source link

Design collision box and store in Sprite #40

Open michaelplatt07 opened 7 years ago

michaelplatt07 commented 7 years ago

Sprites will have a collision box or polygon of some sort. This should be stored as a a series of points in the Sprite itself so we don't have to calculate the collision box every time.

michaelplatt07 commented 5 years ago

Update: The sprite collision box now exists. It is ONLY a square for the time being but perhaps we can figure out a way to store multiple points and calculate collision in that polygon.