Improve tesla weapon path

This commit is contained in:
2022-03-23 09:48:32 +00:00
parent 7f174b7d18
commit 5a579951c8
10 changed files with 146 additions and 103 deletions
+2 -7
View File
@@ -634,18 +634,13 @@ data ItemParams
, _torqueAfter :: Float
, _randomOffset :: Float
}
| Sprayer
{ _nozzleSpread :: Float
, _nozzleNum :: Int
}
| Sprayer'
{ _sprayNozzles :: [Nozzle]
}
| Sprayer { _sprayNozzles :: [Nozzle] }
| AngleWalk
{ _maxWalkAngle :: Float
, _currentWalkAngle :: Float
, _walkSpeed :: Float
}
| Arcing { _currentArc :: Maybe [(Point2,Float,Maybe (Either Creature Wall))] }
data Modification
= ModIDTimerPoint3Bool
{ _mdID :: Int