Fix bug in flame wall damages, cleanup
This commit is contained in:
@@ -11,10 +11,9 @@ import Data.Aeson.TH
|
||||
import Geometry.Data
|
||||
|
||||
data Flame = Flame
|
||||
{ _flVel :: Point2
|
||||
{ _flTimer :: Int
|
||||
, _flPos :: Point2
|
||||
, _flTimer :: Int
|
||||
-- , _flOriginalVel :: Point2
|
||||
, _flVel :: Point2
|
||||
}
|
||||
deriving (Eq, Ord, Show, Read) --Generic, Flat)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user