Add battery shape/picture

This commit is contained in:
2024-10-04 00:25:44 +01:00
parent 127d85e7ce
commit ac550bc6a4
14 changed files with 241 additions and 271 deletions
+1 -2
View File
@@ -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,
+1 -3
View File
@@ -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