projects
/
tabakrolletjie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae46b53
)
Tweak seed cursor placement offset
author
Neil
<neil@dip.sun.ac.za>
Sat, 10 Sep 2016 17:22:17 +0000
(19:22 +0200)
committer
Neil
<neil@dip.sun.ac.za>
Sat, 10 Sep 2016 17:22:17 +0000
(19:22 +0200)
tabakrolletjie/scenes/day.py
patch
|
blob
|
history
diff --git
a/tabakrolletjie/scenes/day.py
b/tabakrolletjie/scenes/day.py
index f0db831da1cd068fece25d289a98266c3c3e954a..1e65fe10794b0e3e05c2a97339df7672ecbcd702 100644
(file)
--- a/
tabakrolletjie/scenes/day.py
+++ b/
tabakrolletjie/scenes/day.py
@@
-183,7
+183,7
@@
class DayScene(BaseScene):
# since that looks weird, but we don't want to center
# the turnip under the mouse either, since that
# causes issues as well, so we compromise
- pos = (ev.pos[0] -
8, ev.pos[1] -
8)
+ pos = (ev.pos[0] -
18, ev.pos[1] - 1
8)
try:
turnip = Turnip(age=0, pos=pos, space=self._space)
self._turnips.append(turnip)