Cleanup
This commit is contained in:
@@ -3,7 +3,6 @@ module Dodge.LightSources.Lamp
|
||||
, tLight
|
||||
, lightAt
|
||||
, colorLightAt
|
||||
, lampPic
|
||||
, lampCover
|
||||
, lampCoverWhen
|
||||
, doubleLampCover
|
||||
@@ -73,10 +72,6 @@ tLight t rmax col (V3 x y z) = TLS
|
||||
| otherwise = Just $ tls
|
||||
& tlsTime -~ 1
|
||||
|
||||
lampPic :: Float -> Picture
|
||||
--{-# INLINE lampPic #-}
|
||||
lampPic h = setLayer 1 (setDepth h . color white $ circleSolid 3)
|
||||
|
||||
lampCover :: Float -> Prop
|
||||
lampCover h = ShapeProp
|
||||
{ _pjPos = V2 0 0
|
||||
|
||||
Reference in New Issue
Block a user