Cleanup
This commit is contained in:
@@ -40,18 +40,17 @@ defaultMachine =
|
||||
Machine
|
||||
{ _mcID = 0
|
||||
, _mcWallIDs = mempty
|
||||
, _mcDraw = MachineDrawMempty
|
||||
, _mcColor = white
|
||||
, _mcPos = V2 0 0
|
||||
, _mcDir = 0
|
||||
, _mcHP = 1000
|
||||
, _mcSensor = NoSensor
|
||||
, _mcMaterial = Electronics
|
||||
, _mcDamage = []
|
||||
, _mcType = StaticMachine
|
||||
, _mcType = McStatic
|
||||
, _mcName = ""
|
||||
, _mcMounts = mempty
|
||||
, _mcCloseSound = Nothing
|
||||
, _mcWidth = 10
|
||||
}
|
||||
|
||||
defaultButton :: Button
|
||||
|
||||
Reference in New Issue
Block a user