fix deprecation warning
This commit is contained in:
parent
90dde57ccb
commit
d00a0be121
1 changed files with 6 additions and 6 deletions
12
r3.py
12
r3.py
|
@ -315,12 +315,12 @@ while running:
|
||||||
ax, ay = event.rel
|
ax, ay = event.rel
|
||||||
bx = ax * 7
|
bx = ax * 7
|
||||||
by = ay * 7
|
by = ay * 7
|
||||||
cx = ax * 1
|
cx = ax * 3
|
||||||
cy = ay * 1
|
cy = ay * 3
|
||||||
dx = ax * 0.5
|
dx = ax * 2
|
||||||
dy = ay * 0.5
|
dy = ay * 2
|
||||||
ex = ax * 0.1
|
ex = ax * 1
|
||||||
ey = ay * 0.1
|
ey = ay * 1
|
||||||
|
|
||||||
|
|
||||||
if live:
|
if live:
|
||||||
|
|
Loading…
Reference in a new issue