Add forgotten files, many updates concerning turrets and shields
This commit is contained in:
@@ -29,8 +29,8 @@ colCrWall w c
|
||||
rad = _crRad c + wallBuffer
|
||||
p1 = _crOldPos c
|
||||
p2 = _crPos c
|
||||
ls = IM.elems $ _wlLine <$> wallsNearPoint p2 w
|
||||
wls = wallsNearPoint p2 w
|
||||
ls = IM.elems $ _wlLine <$> wls
|
||||
wls = IM.filter (not . _wlWalkable) $ wallsNearPoint p2 w
|
||||
--wallPoints = map fst ls
|
||||
noclipIsOn = _debug_noclip $ _config w
|
||||
|
||||
|
||||
Reference in New Issue
Block a user