circular element (cannot interact with squares)
This commit is contained in:
@ -213,7 +213,7 @@ class Painter(Widget):
|
||||
touchx=self.coord_topos_x(touch.x)
|
||||
touchy=self.coord_topos_y(touch.y)
|
||||
|
||||
# create new cross
|
||||
# create new particle
|
||||
if touch.button=="right":
|
||||
new=Cross(touchx,touchy)
|
||||
# snap to lattice
|
||||
|
Reference in New Issue
Block a user