Tweak lasers

This commit is contained in:
2026-03-26 16:17:34 +00:00
parent 80ef7ec909
commit 9081bdc97f
7 changed files with 127 additions and 122 deletions
+1 -2
View File
@@ -5,7 +5,7 @@ module Dodge.Data.Laser where
import NewInt
import Dodge.Data.Item.Location
import Color
--import Color
import Control.Lens
import Data.Aeson
import Data.Aeson.TH
@@ -20,7 +20,6 @@ data Laser = Laser
{ _lpPhaseV :: Float
, _lpPos :: Point2
, _lpDir :: Float
, _lpColor :: Color
, _lpType :: LaserType
}
deriving (Eq, Ord, Show, Read) --Generic, Flat)