Create datatypes for radar sweeps

This commit is contained in:
2022-07-19 20:38:56 +01:00
parent b4c0074d43
commit 29e25f61d3
14 changed files with 139 additions and 123 deletions
-1
View File
@@ -116,7 +116,6 @@ damageThingHit bu (p,crwl) = case crwl of
where
dams = setFromToDams bu p
expireAndDamage :: Float
-> Bullet
-> Stream (Of (Point2, Either Creature Wall)) Identity ()