circular element (cannot interact with squares)

This commit is contained in:
2022-09-27 18:42:11 -04:00
parent 7a044a1619
commit 383cb5c462
3 changed files with 53 additions and 2 deletions

View File

@ -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