From 0a82bfbeffd17236ce8a63251a95f05effd9ec91 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 20 Dec 2009 16:42:40 +0100 Subject: Optimization tentative. --- dalos.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dalos.lua b/dalos.lua index 0b94d53..0e18535 100644 --- a/dalos.lua +++ b/dalos.lua @@ -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 -- cgit v1.2.3