Improve pulse laser/ball hit detection
This commit is contained in:
@@ -15,8 +15,7 @@ import Geometry
|
||||
import Linear
|
||||
|
||||
putDoubleDoor :: Wall -> Point2 -> Point2 -> Door -> Placement
|
||||
putDoubleDoor wl a b dr =
|
||||
putDoubleDoorThen wl 1 a b dr (const $ const Nothing)
|
||||
putDoubleDoor wl a b dr = putDoubleDoorThen wl 1 a b dr (const $ const Nothing)
|
||||
|
||||
putDoubleDoorThen ::
|
||||
Wall ->
|
||||
|
||||
Reference in New Issue
Block a user