Reallow different line block sizes
This commit is contained in:
@@ -30,7 +30,7 @@ blockPillar w' h' = ps0jPushPS (aline tl tr)
|
||||
tr = V2 w h
|
||||
br = V2 w (-h)
|
||||
bl = V2 (-w) (-h)
|
||||
aline = PutLineBlock baseBlockPane 9 9
|
||||
aline = PutLineBlock baseBlockPane 9
|
||||
|
||||
smallPillar :: PSType
|
||||
smallPillar = PutBlock defaultBlock baseBlockPane $ reverse $ square 5
|
||||
@@ -41,7 +41,7 @@ crossPillar w' h' = ps0jPushPS (aline (V2 (-w) 0) (V2 w 0))
|
||||
where
|
||||
w = w' - 9
|
||||
h = h' - 9
|
||||
aline = PutLineBlock baseBlockPane 9 9
|
||||
aline = PutLineBlock baseBlockPane 9
|
||||
|
||||
roomPillarsSquare :: RandomGen g => State g Room
|
||||
roomPillarsSquare = do
|
||||
|
||||
Reference in New Issue
Block a user