Make white hover stone partially transparent
This commit is contained in:
parent
96313cd47d
commit
80f4d11720
|
@ -42,7 +42,6 @@ class Goban:
|
||||||
|
|
||||||
def clear_hover(self):
|
def clear_hover(self):
|
||||||
self.hover = None
|
self.hover = None
|
||||||
print 'hover clear'
|
|
||||||
|
|
||||||
|
|
||||||
# fixme - somewhere in this or its component functions we need to
|
# fixme - somewhere in this or its component functions we need to
|
||||||
|
@ -57,6 +56,7 @@ class Goban:
|
||||||
self._capture(rpos)
|
self._capture(rpos)
|
||||||
|
|
||||||
self.to_move = self._other_color(self.to_move)
|
self.to_move = self._other_color(self.to_move)
|
||||||
|
self.clear_hover()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
BIN
res/go_w.png
BIN
res/go_w.png
Binary file not shown.
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 36 KiB |
Loading…
Reference in New Issue
Block a user