Make white hover stone partially transparent

This commit is contained in:
Anna Rose 2012-04-14 01:28:48 -04:00
parent 96313cd47d
commit 80f4d11720
2 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,6 @@ class Goban:
def clear_hover(self):
self.hover = None
print 'hover clear'
# fixme - somewhere in this or its component functions we need to
@ -57,6 +56,7 @@ class Goban:
self._capture(rpos)
self.to_move = self._other_color(self.to_move)
self.clear_hover()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 36 KiB