X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=tabakrolletjie%2Flights.py;h=a22ea14472708041db5dc98fe061c769120e619d;hb=d4c6abebe81ab103a61c3d7269e982d9ed8a939a;hp=ef84879c1cee2790e9d5a8f82acc21e64f153bec;hpb=e01ef513c433374cdab9069363f6d27a33a15143;p=tabakrolletjie.git diff --git a/tabakrolletjie/lights.py b/tabakrolletjie/lights.py index ef84879..a22ea14 100644 --- a/tabakrolletjie/lights.py +++ b/tabakrolletjie/lights.py @@ -4,7 +4,6 @@ import pymunk import pymunk.pygame_util import pygame.draw -import pygame.locals as pgl from .constants import SCREEN_SIZE, LIGHT_CATEGORY @@ -93,9 +92,7 @@ class SpotLight(BaseLight): self.i = 0 def shapes_for_ray_polys(self, ray_polys): - x, y = self.position - return ray_polys #+ [ - # pymunk.Poly(self.body, [self.position, [x + 50, y], [x, y + 50]])] + return ray_polys def render(self, surface): subsurface = surface.copy()