Add battery shape/picture
This commit is contained in:
@@ -11,8 +11,7 @@ import Data.Aeson.TH
|
||||
import Geometry.Data
|
||||
|
||||
data Scope
|
||||
= NoScope
|
||||
| OpticScope
|
||||
= OpticScope
|
||||
{ -- | a camera offset
|
||||
_opticPos :: Point2 -- this should be relative to the camera rotation
|
||||
-- this means that when the camera rotates when firing etc,
|
||||
|
||||
@@ -64,9 +64,7 @@ data ItemUse
|
||||
, _tgID :: Maybe Int
|
||||
, _tgActive :: Bool
|
||||
}
|
||||
| UseBulletMod
|
||||
{ _ubMod :: BulletMod
|
||||
}
|
||||
| UseBulletMod { _ubMod :: BulletMod }
|
||||
deriving (Eq, Show, Read)
|
||||
|
||||
data TriggerType = AutoTrigger | HammerTrigger
|
||||
|
||||
Reference in New Issue
Block a user