Working cloud shadows (slow)
This commit is contained in:
+3
-2
@@ -126,10 +126,11 @@ data Corpse = Corpse
|
||||
, _cpRes :: Creature
|
||||
}
|
||||
data Cloud = Cloud
|
||||
{ _clPos :: Point2
|
||||
, _clVel :: Point2
|
||||
{ _clPos :: Point3
|
||||
, _clVel :: Point3
|
||||
, _clPict :: Cloud -> Picture
|
||||
, _clRad :: Float
|
||||
, _clAlt :: Float
|
||||
, _clTimer :: Int
|
||||
, _clType :: CloudType
|
||||
, _clEffect :: Cloud -> World -> World
|
||||
|
||||
Reference in New Issue
Block a user