Hlinting
This commit is contained in:
@@ -25,10 +25,10 @@ roomOctogon x = Room
|
||||
, _rmPath = [((0,x),(0,-(x+40)))
|
||||
,((0,-(x+40)),(0,x))]
|
||||
, _rmPS =
|
||||
[PS (fx,fx) 0 $ putLamp
|
||||
,PS (-fx,fx) 0 $ putLamp
|
||||
,PS (fx,-fx) 0 $ putLamp
|
||||
,PS (-fx,-fx) 0 $ putLamp
|
||||
[PS (fx,fx) 0 putLamp
|
||||
,PS (-fx,fx) 0 putLamp
|
||||
,PS (fx,-fx) 0 putLamp
|
||||
,PS (-fx,-fx) 0 putLamp
|
||||
,crystalLine (-x,x/2) (negate (x/2), x)
|
||||
,crystalLine (x,x/2) (x/2, x)
|
||||
,crystalLine (x/2,-x) (x,negate (x/2))
|
||||
|
||||
Reference in New Issue
Block a user