diff options
-rw-r--r-- | dalos.lua | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -104,17 +104,15 @@ dalosp.canvas = { cv:TextAlignment(cd.NORTH) cv:Text(x, iy(y1 + 3), dalosp.cross.north.name) end + cv:TextAlignment(cd.SOUTH) if dalosp.cross.south then - cv:TextAlignment(cd.SOUTH) cv:Text(x, iy(y2 - 3), dalosp.cross.south.name) end if dalosp.cross.west then - cv:TextAlignment(cd.SOUTH) cv:TextOrientation(270) cv:Text(x1 + 3, iy(y), dalosp.cross.west.name) end if dalosp.cross.east then - cv:TextAlignment(cd.SOUTH) cv:TextOrientation(90) cv:Text(x2 - 3, iy(y), dalosp.cross.east.name) end |