Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change orientation of vertex numbers
  • Loading branch information
William Stevenson committed Sep 6, 2012
1 parent bcce36b commit e64a6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.el
Expand Up @@ -376,7 +376,7 @@ score is shown."
(mapcar
(lambda (el)
`(text :x ,(if (> 9 el) "6" "1")
:y ,(number-to-string (go-pos-pixel-offset (- (- go-boardsize 1) el)))
:y ,(number-to-string (go-pos-pixel-offset el))
:font-size "11"
:font-family "Verdana"
,(number-to-string (1+ el))))
Expand Down

0 comments on commit e64a6bb

Please sign in to comment.