Remove wall corner collision test for creatures
This commit is contained in:
@@ -165,7 +165,7 @@ teslaGunPic :: SPic
|
||||
teslaGunPic =
|
||||
( colorSH blue $
|
||||
upperPrismPoly 5 (rectNESW xb y xa (-y))
|
||||
++ (upperPrismPoly 5 $ rectNESW (-xa) y (-xb) (-y))
|
||||
++ upperPrismPoly 5 (rectNESW (-xa) y (-xb) (-y))
|
||||
, mempty
|
||||
)
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user